Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
Ensure empty keyspace in tests where needed.
  • Loading branch information
mp911de committed Feb 14, 2023
1 parent 16589e5 commit 5aef262
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,8 @@ void readOnlyOnCluster() {
@Test
void getKeysInSlot() {

sync.flushall();

sync.set(ClusterTestSettings.KEY_A, value);
sync.set(ClusterTestSettings.KEY_B, value);

Expand All @@ -589,6 +591,8 @@ void getKeysInSlot() {
@Test
void countKeysInSlot() {

sync.flushall();

sync.set(ClusterTestSettings.KEY_A, value);
sync.set(ClusterTestSettings.KEY_B, value);

Expand Down

0 comments on commit 5aef262

Please sign in to comment.