This is an automated email from the ASF dual-hosted git repository.
bereng pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
The following commit(s) were added to refs/heads/trunk by this push:
new 213e87b Flaky TestConsistency.test_13880
213e87b is described below
commit 213e87b97944dd9f0562c57435ceb42b2b83e07a
Author: Bereng <[email protected]>
AuthorDate: Mon Jun 7 09:50:09 2021 +0200
Flaky TestConsistency.test_13880
patch by Berenguer Blasi; reviewed by Andres de la Peña for CASSANDRA-16716
---
consistency_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/consistency_test.py b/consistency_test.py
index 906a7b0..0175adf 100644
--- a/consistency_test.py
+++ b/consistency_test.py
@@ -1163,7 +1163,7 @@ class TestConsistency(Tester):
# with node2 down and hints disabled, delete the partition on node1
node2.stop(wait_other_notice=True)
session.execute("DELETE FROM test.test WHERE id = 0;")
- node2.start()
+ node2.start(wait_for_binary_proto=True)
# with both nodes up, do a CL.ALL query with per partition limit of 1;
# prior to CASSANDRA-13880 this would cause short read protection to
loop forever
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]