This is an automated email from the ASF dual-hosted git repository.

weichiu pushed a commit to branch HDDS-11391-addendum
in repository https://gitbox.apache.org/repos/asf/ozone.git

commit 7a452ca2e84520c2fb15356fde38857cacb758c5
Author: Wei-Chiu Chuang <[email protected]>
AuthorDate: Thu Sep 5 21:56:52 2024 -0700

    HDDS-11391. Addendum to fix test failure.
    
    Change-Id: I63af2c4af9187eab15b0b08acdd9f62686e64993
---
 .../src/test/java/org/apache/hadoop/fs/ozone/TestHSync.java           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestHSync.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestHSync.java
index d0287aaee8..c39e24571a 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestHSync.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/fs/ozone/TestHSync.java
@@ -326,8 +326,6 @@ public class TestHSync {
   }
 
   @Test
-  // Making this the second test to be run to avoid lingering block files from 
previous tests
-  @Order(2)
   public void testEmptyHsync() throws Exception {
     // Check that deletedTable should not have keys with the same block as in
     // keyTable's when a key is hsync()'ed then close()'d.
@@ -351,6 +349,8 @@ public class TestHSync {
   }
 
   @Test
+  // Making this the second test to be run to avoid lingering block files from 
previous tests
+  @Order(2)
   public void testKeyHSyncThenClose() throws Exception {
     // Check that deletedTable should not have keys with the same block as in
     // keyTable's when a key is hsync()'ed then close()'d.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to