Skip to content

Commit

Permalink
HDDS-11391. Addendum to fix test failure.
Browse files Browse the repository at this point in the history
Change-Id: I63af2c4af9187eab15b0b08acdd9f62686e64993
  • Loading branch information
jojochuang committed Sep 6, 2024
1 parent 7e1d9b0 commit 7a452ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,6 @@ private void waitForEmptyDeletedTable()
}

@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.
Expand All @@ -351,6 +349,8 @@ public void testEmptyHsync() throws Exception {
}

@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.
Expand Down

0 comments on commit 7a452ca

Please sign in to comment.