This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f567c5  Make test_local_quorum_bootstrap use write survey mode.
1f567c5 is described below

commit 1f567c5068b3c50fa8093947fa9e75d71606ecc5
Author: Brandon Williams <[email protected]>
AuthorDate: Wed Mar 4 09:29:25 2020 -0600

    Make test_local_quorum_bootstrap use write survey mode.
    
    Patch by brandonwilliams, reviewed by Ekaterina Dimitrova for
    CASSANDRA-15613
---
 bootstrap_test.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/bootstrap_test.py b/bootstrap_test.py
index 9a7567f..f866742 100644
--- a/bootstrap_test.py
+++ b/bootstrap_test.py
@@ -481,8 +481,9 @@ class TestBootstrap(Tester):
                           'ops(insert=1)', '-rate', 'threads=10'])
 
             node3 = new_node(cluster, data_center='dc2')
-            node3.start(no_wait=True)
-            time.sleep(3)
+            node3.start(jvm_args=["-Dcassandra.write_survey=true"], 
no_wait=True)
+            time.sleep(5)
+
 
             ntout = node1.nodetool('status').stdout
             assert re.search(r'UJ\s+' + node3.ip_addr, ntout), ntout


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to