You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/09/20 08:19:11 UTC

[GitHub] [ozone] adoroszlai commented on a change in pull request #2656: HDDS-5758. Speed up TestKeyInputStream and TestChunkInputStream by combining some tests

adoroszlai commented on a change in pull request #2656:
URL: https://github.com/apache/ozone/pull/2656#discussion_r711958022



##########
File path: hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/read/TestKeyInputStream.java
##########
@@ -111,6 +114,57 @@ private void validate(KeyInputStream keyInputStream, byte[] inputData,
   }
 
   @Test
+  /**
+   * This test runs the others as a single test, so to avoid creating a new
+   * mini-cluster for each test.
+   */

Review comment:
       Avoid "dangling javadoc comment" warning:
   
   ```suggestion
     /**
      * This test runs the others as a single test, so to avoid creating a new
      * mini-cluster for each test.
      */
     @Test
   ```




-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org