myskov commented on code in PR #6247:
URL: https://github.com/apache/ozone/pull/6247#discussion_r1500359905


##########
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/TestSstFilteringService.java:
##########
@@ -133,19 +129,31 @@ public void cleanup() throws Exception {
    * @throws IOException - on Failure.
    */
   @Test
-  @Order(1)
   public void testIrrelevantSstFileDeletion()
       throws Exception {
     RDBStore activeDbStore = (RDBStore) om.getMetadataManager().getStore();
     SstFilteringService filteringService =
         keyManager.getSnapshotSstFilteringService();
 
     final int keyCount = 100;
-    String volumeName = "vol1";
+    String volumeName = "volz";

Review Comment:
   a typo?



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