mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 04:58:06 +01:00
Un-manage FaultTolerantRedisCluster so it shuts down at JVM shutdown instead of Jetty shutdown.
This commit is contained in:
committed by
Jon Chambers
parent
7cb24dd96d
commit
7bf8650d59
@@ -64,7 +64,7 @@ public abstract class AbstractRedisClusterTest {
|
||||
|
||||
@After
|
||||
public void tearDown() throws Exception {
|
||||
redisCluster.stop();
|
||||
redisCluster.shutdown();
|
||||
}
|
||||
|
||||
@AfterClass
|
||||
|
||||
Reference in New Issue
Block a user