adoroszlai commented on code in PR #7844:
URL: https://github.com/apache/ozone/pull/7844#discussion_r1949111308


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/OzoneRpcClientTests.java:
##########
@@ -231,17 +231,13 @@ abstract class OzoneRpcClientTests extends OzoneTestBase {
       remoteGroupName, ACCESS, READ);
   private static MessageDigest eTagProvider;
   private static Set<OzoneClient> ozoneClients = new HashSet<>();
-  private static PrintStream old;
-  private static ByteArrayOutputStream baos;
+  private static GenericTestUtils.PrintStreamCapturer out;

Review Comment:
   Checkstyle complains about some local variables (in existing tests) hiding 
this new field.  So I guess the simplest fix is to rename the new field to 
`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