ayushtkn commented on a change in pull request #2220:
URL: https://github.com/apache/ozone/pull/2220#discussion_r628786584



##########
File path: 
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestOzoneRpcClientAbstract.java
##########
@@ -1845,7 +1845,7 @@ public void testKeysRenameFail() throws Exception {
 
   @Test
   public void testListVolume() throws IOException {
-    String volBase = "vol-" + RandomStringUtils.randomNumeric(3);
+    String volBase = "vol-list-";

Review comment:
       Can you update the comment below as well
   ``
    //Create 10 volume vol-<random>-a-0-<random> to vol-<random>-a-9-<random>
   ``
   to denote the change here




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

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