Skip to content

Commit

Permalink
test: Moved replicateLiveThreads to stack
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Jun 12, 2024
1 parent 09baeb4 commit 34fcfe7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions plugins/riot/src/test/java/com/redis/riot/RiotTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ void replicateLive(TestInfo info) throws Exception {
runLiveReplication(info, "replicate-live");
}

@Test
void replicateLiveThreads(TestInfo info) throws Exception {
runLiveReplication(info, "replicate-live-threads");
}

protected void runLiveReplication(TestInfo info, String filename) throws Exception {
DataType[] types = new DataType[] { DataType.HASH, DataType.STRING };
enableKeyspaceNotifications();
Expand Down
5 changes: 5 additions & 0 deletions plugins/riot/src/test/java/com/redis/riot/StackRiotTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,11 @@ void replicateKeyProcessor(TestInfo info) throws Throwable {
void replicateLiveStruct(TestInfo info) throws Exception {
runLiveReplication(info, "replicate-live-struct");
}

@Test
void replicateLiveThreads(TestInfo info) throws Exception {
runLiveReplication(info, "replicate-live-threads");
}

@Test
void replicateLiveKeySlot(TestInfo info) throws Exception {
Expand Down

0 comments on commit 34fcfe7

Please sign in to comment.