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/02/14 15:17:54 UTC

[cassandra-dtest] branch trunk updated: Wait longer for binary proto when replacing.

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 <br...@apache.org>
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: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org