This is an automated email from the ASF dual-hosted git repository.
marcuse 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 bcf56629e8 Bump timeouts in CasCriticalSectionTest
bcf56629e8 is described below
commit bcf56629e821295a22371c2cf178faae0636c68e
Author: Marcus Eriksson <[email protected]>
AuthorDate: Tue Apr 26 10:08:19 2022 +0200
Bump timeouts in CasCriticalSectionTest
Patch by marcuse; reviewed by Brandon Williams for CASSANDRA-17453
---
.../apache/cassandra/distributed/test/CasCriticalSectionTest.java | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/test/distributed/org/apache/cassandra/distributed/test/CasCriticalSectionTest.java
b/test/distributed/org/apache/cassandra/distributed/test/CasCriticalSectionTest.java
index d354ba0e8c..685e848cb4 100644
---
a/test/distributed/org/apache/cassandra/distributed/test/CasCriticalSectionTest.java
+++
b/test/distributed/org/apache/cassandra/distributed/test/CasCriticalSectionTest.java
@@ -51,9 +51,9 @@ public class CasCriticalSectionTest extends TestBaseImpl
public void criticalSectionTest() throws IOException, InterruptedException
{
try (Cluster cluster = init(Cluster.create(5, c ->
c.set("paxos_variant", "v2")
-
.set("write_request_timeout_in_ms", 200L)
-
.set("cas_contention_timeout_in_ms", 200L)
-
.set("request_timeout_in_ms", 200L))))
+
.set("write_request_timeout_in_ms", 2000L)
+
.set("cas_contention_timeout_in_ms", 2000L)
+
.set("request_timeout_in_ms", 2000L))))
{
cluster.schemaChange("create table " + KEYSPACE + ".tbl (pk int,
ck int, thread_id int, PRIMARY KEY(pk, ck))");
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]