nastra commented on code in PR #13627:
URL: https://github.com/apache/iceberg/pull/13627#discussion_r2222562372


##########
build.gradle:
##########
@@ -231,7 +231,7 @@ subprojects {
     jvmArgs += project.property('extraJvmArgs')
 
     testLogging {
-      events "failed"
+      events "started", "passed", "skipped", "failed"

Review Comment:
   I remember that #1210 added more output logging, which was immediately 
reverted by #1212, so we might be a little cautious with having too much output



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to