Alexey Serbin has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/23616 )

Change subject: [java] log test scenario name in TestKuduClient
......................................................................


Patch Set 2:

> Thanks, this will be helpful, just curious if there was a way to
 > get this:
 >
 > [ TEST: SUCCEEDED ] testOpenTableClearsNonCoveringRangePartitions
 > [ TEST: STARTING  ] testCustomNioExecutor
 > .02:04:49.953 [INFO - main] (RandomUtils.java:49) Using random
 > seed: 1761962689952
 > 02:04:49.955 [INFO - main] (RetryRule.java:138) Creating
 > RetryStatement with result reporter and retry count of 0 (no
 > retries)
 >
 > Instead of the existing logs:
 >
 > [ TEST: SUCCEEDED ] testOpenTableClearsNonCoveringRangePartitions
 > .02:04:49.953 [INFO - main] (RandomUtils.java:49) Using random
 > seed: 1761962689952
 > 02:04:49.955 [INFO - main] (RetryRule.java:138) Creating
 > RetryStatement with result reporter and retry count of 0 (no
 > retries)
 > [ TEST: STARTING  ] testCustomNioExecutor

Taking a quick look I haven't found a simple way of doing so.  The information 
from RandomUtils.java and RetryRule.java are output from JUnit's control flow 
that happen before invoking TestWatcher.starting(), and that happens even if 
(order = Integer.MIN_VALUE) for this reporting rule.


--
To view, visit http://gerrit.cloudera.org:8080/23616
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I6f4d0e9bf5b590f5f0ce490838658091063e2aea
Gerrit-Change-Number: 23616
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Abhishek Chennaka <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Marton Greber <[email protected]>
Gerrit-Comment-Date: Mon, 03 Nov 2025 20:50:01 +0000
Gerrit-HasComments: No

Reply via email to