This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
The following commit(s) were added to refs/heads/trunk by this push:
new 86a3cfe Ignore LongSharedExecutorPoolTest until SEPThreadpool is
re-evaluated post 4.0
86a3cfe is described below
commit 86a3cfe2fa7d8dcf070fd8d3297cdabffe410934
Author: Mick Semb Wever <[email protected]>
AuthorDate: Mon Mar 22 16:18:56 2021 +0100
Ignore LongSharedExecutorPoolTest until SEPThreadpool is re-evaluated post
4.0
patch by Mick Semb Wever; reviewed by Ekaterina Dimitrova for
CASSANDRA-16497
---
.../org/apache/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 f6c5720..fd7920a 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);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]