Skip to content

Commit

Permalink
test: Moved replicateDsLive to stack tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jul 18, 2023
1 parent 23a2c2a commit d39cd4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -808,11 +808,6 @@ void replicateLiveKeySlot() throws Exception {
}
}

@Test
void replicateDsLive() throws Exception {
runLiveReplication("replicate-ds-live");
}

@Test
void replicateDs() throws Throwable {
String filename = "replicate-ds";
Expand Down
5 changes: 5 additions & 0 deletions plugins/riot/src/test/java/com/redis/riot/cli/StackTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ void replicateLiveMultiThreaded() throws Exception {
runLiveReplication("replicate-live-threads");
}

@Test
void replicateDsLive() throws Exception {
runLiveReplication("replicate-ds-live");
}

}

0 comments on commit d39cd4c

Please sign in to comment.