[
https://issues.apache.org/jira/browse/SUREFIRE-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16205809#comment-16205809
]
Zoltan Haindrich commented on SUREFIRE-1436:
--------------------------------------------
[~tibor17] I've just checked it...and the {{Listening for transport dt_socket
at address: 5005}} banner doesn't seem to be appearing with {{-q}}; I've made a
small change in 'T E S T S' display to make sure it uses my locally built
version ; and that showed up...I've used hive; but created a simpler version
using the surefire plugin :)
could you verify?
{code}
mvn versions:set -DnewVersion=2.21.00-SNAPSHOT
time mvn install -DskipTests
git reset --hard
sed -i 's@<version>2.12.4</version>@<version>2.21.00-SNAPSHOT</version>@'
pom.xml surefire-api/pom.xml
mvn install -Dtest=JUnit4SuiteTest -Dmaven.surefire.debug -am -pl surefire-api
-DfailIfNoTests=false
# shows the prompt
mvn install -Dtest=JUnit4SuiteTest -Dmaven.surefire.debug -am -pl surefire-api
-DfailIfNoTests=false -q
# however this doesnt
{code}
> Increase usability in quiet mode
> --------------------------------
>
> Key: SUREFIRE-1436
> URL: https://issues.apache.org/jira/browse/SUREFIRE-1436
> Project: Maven Surefire
> Issue Type: Wish
> Affects Versions: 2.20, 2.20.1
> Reporter: Zoltan Haindrich
> Assignee: Tibor Digana
> Fix For: 2.21.0.Jigsaw
>
>
> Prior to SUREFIRE-1436. The messages which were closely related to test
> execution were printed directly to the console instead of the logger.info
> https://github.com/apache/maven-surefire/commit/6a79127ab63273f0f1f5268c65e4806761871a46#diff-94128f02ad41a51dcab77c0e0756705fL136
> 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:
> {code}
> 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
> {code}
> * 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}}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)