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 0d4fc63  Wait longer for binary proto when replacing.
0d4fc63 is described below

commit 0d4fc63d7536616cf448a044d740955d308bc03a
Author: Brandon Williams <[email protected]>
AuthorDate: Thu Feb 10 13:51:02 2022 -0600

    Wait longer for binary proto when replacing.
    
    Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17312
---
 replace_address_test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/replace_address_test.py b/replace_address_test.py
index 09b0e18..b3fd586 100644
--- a/replace_address_test.py
+++ b/replace_address_test.py
@@ -538,7 +538,7 @@ class TestReplaceAddress(BaseReplaceAddressTest):
             self._cleanup(self.replacement_node)
             
self.replacement_node.start(jvm_args=["-Dcassandra.replace_address_first_boot={}"
                                         .format(self.replaced_node.address())],
-                                        wait_for_binary_proto=True)
+                                        wait_for_binary_proto=120)
         else:
             raise RuntimeError('invalid mode value {mode}'.format(mode=mode))
 

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

Reply via email to