Skip to content

Commit

Permalink
[grid] Add tests for using local distributor with Redis Grid Model
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Jun 10, 2021
1 parent 06d2284 commit 9b5c7b9
Show file tree
Hide file tree
Showing 3 changed files with 410 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,7 @@ public NodeStatus rewrite(NodeStatus status, Availability availability) {
status.getOsInfo());
}

public GridRedisClient getRedisClient() {
return redisClient;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ public void setUp() throws URISyntaxException {
.build();
}

@After
public void cleanUp() {

}
@AfterClass
public static void tearDownRedisServer() {
safelyCall(() -> server.stop());
Expand Down
Loading

0 comments on commit 9b5c7b9

Please sign in to comment.