This is an automated email from the ASF dual-hosted git repository.
dcapwell 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 3b1d7c3 Test org.apache.cassandra.net.AsyncPromiseTest FAILED
3b1d7c3 is described below
commit 3b1d7c36d18ce4b314b007ef439f860dd2ef7460
Author: Adam Holmberg <[email protected]>
AuthorDate: Thu Apr 22 16:04:57 2021 -0700
Test org.apache.cassandra.net.AsyncPromiseTest FAILED
patch by Adam Holmberg; reviewed by Caleb Rackliffe, David Capwell for
CASSANDRA-16596
---
CHANGES.txt | 2 ++
test/unit/org/apache/cassandra/net/TestAbstractPromise.java | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/CHANGES.txt b/CHANGES.txt
index 49c1ce4..d660200 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,8 @@
4.0-rc2
+ * Test org.apache.cassandra.net.AsyncPromiseTest FAILED (CASSANDRA-16596)
Merged from 3.11:
* Ignore stale acks received in the shadow round (CASSANDRA-16588)
+
4.0-rc1
* Allow for setting buffer max capacity to increase it dynamically as needed
(CASSANDRA-16524)
* Harden internode message resource limit accounting against serialization
failures (CASSANDRA-16616)
diff --git a/test/unit/org/apache/cassandra/net/TestAbstractPromise.java
b/test/unit/org/apache/cassandra/net/TestAbstractPromise.java
index 963c61f..32d11c3 100644
--- a/test/unit/org/apache/cassandra/net/TestAbstractPromise.java
+++ b/test/unit/org/apache/cassandra/net/TestAbstractPromise.java
@@ -46,7 +46,7 @@ abstract class TestAbstractPromise
{
try
{
- waitingOn.get(i).accept(100L, TimeUnit.MILLISECONDS);
+ waitingOn.get(i).accept(1L, TimeUnit.SECONDS);
}
catch (Throwable t)
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]