You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2022/10/04 23:31:25 UTC

[cassandra-dtest] branch trunk updated: Wait for replacement to come up fully

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

brandonwilliams 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 682060ab Wait for replacement to come up fully
682060ab is described below

commit 682060ab747d851343fa950be323cbf5404614ef
Author: Brandon Williams <br...@apache.org>
AuthorDate: Tue Oct 4 13:57:25 2022 -0500

    Wait for replacement to come up fully
    
    Patch by brandonwilliams; reviewed by edimitrova for CASSANDRA-17005
---
 repair_tests/incremental_repair_test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/repair_tests/incremental_repair_test.py b/repair_tests/incremental_repair_test.py
index 6da75d6e..c2bf3c71 100644
--- a/repair_tests/incremental_repair_test.py
+++ b/repair_tests/incremental_repair_test.py
@@ -293,9 +293,9 @@ class TestIncRepair(Tester):
 
         logger.debug("replace node and check data integrity")
         node3.stop(gently=False)
-        node5 = Node('node5', cluster, True, ('127.0.0.5', 9160), ('127.0.0.5', 7000), '7500', '0', None, ('127.0.0.5', 9042))
+        node5 = Node('node5', cluster, True, ('127.0.0.5', 9160), ('127.0.0.5', 7000), '7500', '0', None, binary_interface=('127.0.0.5', 9042))
         cluster.add(node5, False, data_center="dc1")
-        node5.start(replace_address='127.0.0.3')
+        node5.start(replace_address='127.0.0.3', wait_for_binary_proto=120)
 
         assert_one(session, "SELECT COUNT(*) FROM ks.cf LIMIT 200", [149])
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org