From 86a3cfe2fa7d8dcf070fd8d3297cdabffe410934 Mon Sep 17 00:00:00 2001 From: Mick Semb Wever Date: Mon, 22 Mar 2021 16:18:56 +0100 Subject: [PATCH] Ignore LongSharedExecutorPoolTest until SEPThreadpool is re-evaluated post 4.0 patch by Mick Semb Wever; reviewed by Ekaterina Dimitrova for CASSANDRA-16497 --- .../cassandra/concurrent/LongSharedExecutorPoolTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/burn/org/apache/cassandra/concurrent/LongSharedExecutorPoolTest.java b/test/burn/org/apache/cassandra/concurrent/LongSharedExecutorPoolTest.java index f6c572081d..fd7920af15 100644 --- a/test/burn/org/apache/cassandra/concurrent/LongSharedExecutorPoolTest.java +++ b/test/burn/org/apache/cassandra/concurrent/LongSharedExecutorPoolTest.java @@ -28,6 +28,7 @@ import java.util.concurrent.locks.LockSupport; import com.google.common.util.concurrent.Uninterruptibles; import org.apache.commons.math3.distribution.WeibullDistribution; +import org.junit.Ignore; import org.junit.Test; public class LongSharedExecutorPoolTest @@ -96,7 +97,7 @@ public class LongSharedExecutorPoolTest } } - @Test + @Test @Ignore // see CASSANDRA-16497. re-evaluate SEPThreadpools post 4.0 public void testPromptnessOfExecution() throws InterruptedException, ExecutionException { testPromptnessOfExecution(TimeUnit.MINUTES.toNanos(2L), 0.5f);