mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 23:28:04 +01:00
Disarm new message keyspace notifications.
This commit is contained in:
committed by
Jon Chambers
parent
6fb9038af1
commit
f1a74b5939
@@ -3,6 +3,7 @@ package org.whispersystems.textsecuregcm.storage;
|
||||
import io.lettuce.core.cluster.SlotHash;
|
||||
import junitparams.Parameters;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import java.nio.charset.StandardCharsets;
|
||||
@@ -103,6 +104,7 @@ public class RedisClusterMessagesCacheTest extends AbstractMessagesCacheTest {
|
||||
}
|
||||
|
||||
@Test(timeout = 5_000L)
|
||||
@Ignore
|
||||
public void testNotifyListenerNewMessage() throws InterruptedException {
|
||||
final AtomicBoolean notified = new AtomicBoolean(false);
|
||||
final UUID messageGuid = UUID.randomUUID();
|
||||
@@ -134,6 +136,7 @@ public class RedisClusterMessagesCacheTest extends AbstractMessagesCacheTest {
|
||||
}
|
||||
|
||||
@Test(timeout = 5_000L)
|
||||
@Ignore
|
||||
public void testNotifyListenerPersisted() throws InterruptedException {
|
||||
final AtomicBoolean notified = new AtomicBoolean(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user