Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.20, 2.20.1
-
None
-
None
Description
Prior to SUREFIRE-1436. The messages which were closely related to test execution were printed directly to the console instead of the logger.info
I always execute maven with `-q` because of the high volume of irrelevant messages it prints out.
I miss the following messages when silent mode is active:
Running org.apache.hadoop.hive.cli.TestMiniLlapCliDriver Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.93 s - in org.apache.hadoop.hive.cli.TestMiniLlapCliDriver
- It would be great to get back the old behaviour
- especially important to get back disaplaying the Listening for transport dt_socket at address: 5005 message in case someone executes: mvn install -q -Dtest=TestA -Dmaven.surefire.debug
Attachments
Issue Links
- is required by
-
HADOOP-15334 Upgrade Maven surefire plugin
- Resolved