Skip to content

Commit 574c040

Browse files
committed
fixed non-idempotent unit tests
1 parent ce3eb9c commit 574c040

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asynchbase/src/test/java/site/ycsb/db/AsyncHBaseTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public void setUp() throws Exception {
121121
public void tearDown() throws Exception {
122122
table.close();
123123
testingUtil.deleteTable(tableName);
124+
client.cleanup();
124125
}
125126

126127
@Test

0 commit comments

Comments
 (0)