Fixed - Run RedissonLockTest.testLockUninterruptibly then run RedissonLockTest.testSubscriptionsPerConnection will test failed.

Signed-off-by: seakider <seakider@gmail.com>
pull/6479/head
seakider 3 days ago
parent a92e4562f1
commit ed7f3adc00

@ -235,6 +235,8 @@ public class RedissonLockTest extends BaseConcurrentTest {
thread_2.interrupt(); // interrupte the thread-2
boolean res = latch.await(2, TimeUnit.SECONDS);
assertThat(res).isFalse();
latch.await();
}
@Test

Loading…
Cancel
Save