shunping opened a new pull request, #40147:
URL: https://github.com/apache/beam/pull/40147

   Gradle logs only failed tests by default, and only failed/skipped at --info. 
A passing run therefore prints nothing but "BUILD SUCCESSFUL" and gives no 
indication of which tests --tests actually selected. That is easy to misread: a 
filter matching nothing, or a task restored from the build cache, looks 
identical to a real run. PASSED is otherwise only available at --debug, which 
is unusably noisy.
   
   With the fix here, we can choose to print out tests even if they run 
successfully, which avoids having to dig through 
build/test-results/**/TEST-*.xml. Without the property the build is unchanged.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to