Fix concurrency issue in QueryCacheTest

This commit is contained in:
Christian Beikov 2021-03-11 16:48:15 +01:00
parent d1445efd82
commit 52684bba26
1 changed files with 0 additions and 2 deletions

View File

@ -744,11 +744,9 @@ public class QueryCacheTest extends BaseNonConfigCoreFunctionalTestCase {
try {
if (waitLatch != null) {
waitLatch.countDown();
waitLatch = null;
}
if (blockLatch != null) {
blockLatch.await();
blockLatch = null;
}
} catch (InterruptedException e) {
Thread.currentThread().interrupt();