mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 22:28:03 +01:00
Don't panic if a queue exists, but is empty when repairing metadata.
This commit is contained in:
committed by
Jon Chambers
parent
899b54c082
commit
bb087caddc
@@ -120,6 +120,12 @@ public class MessagesCacheTest extends AbstractRedisClusterTest {
|
||||
assertTrue(messagesCache.getMessagesToPersist(DESTINATION_UUID, DESTINATION_DEVICE_ID, 100).isEmpty());
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testRepairEmptyQueueMetadata() {
|
||||
// We're happy as long as this doesn't throw an exception
|
||||
messagesCache.repairMetadata(DESTINATION_UUID, DESTINATION_DEVICE_ID);
|
||||
}
|
||||
|
||||
@Test
|
||||
@Parameters({"true", "false"})
|
||||
public void testRemoveById(final boolean sealedSender) {
|
||||
|
||||
Reference in New Issue
Block a user