tests fixed

pull/2611/head
Nikita Koksharov 5 years ago
parent 1e27883c8e
commit 20023ad03b

@ -43,6 +43,7 @@ public class RedissonBloomFilterTest extends BaseTest {
filter.delete();
assertThat(redisson.getKeys().count()).isZero();
assertThat(filter.tryInit(55000001L, 0.03)).isTrue();
}

@ -798,6 +798,8 @@ public class RedissonTopicTest {
Assert.assertFalse(exceptionDetected.get());
executor1.shutdownNow();
redisson.shutdown();
sentinel1.stop();
sentinel2.stop();

Loading…
Cancel
Save