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 59ca509 increase timeout for CASSANDRA-14559 to get rid of flakiness 59ca509 is described below commit 59ca5090b028956ba609fbd7e37e638dfc40a451 Author: Stefan Miklosovic <stefan.mikloso...@instaclustr.com> AuthorDate: Thu Aug 6 12:02:25 2020 +0200 increase timeout for CASSANDRA-14559 to get rid of flakiness Patch by Stefan Miklosovic, reviewed by brandonwilliams for CASSANDRA-16030 --- bootstrap_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_test.py b/bootstrap_test.py index e0decb6..e4cefba 100644 --- a/bootstrap_test.py +++ b/bootstrap_test.py @@ -734,7 +734,7 @@ class TestBootstrap(Tester): self.assert_log_had_msg(blind_replacement_node, "A node with the same IP in hibernate status was detected", timeout=60) # Waiting two seconds to give node a chance to stop in case above assertion is True. # When this happens cassandra may not shut down fast enough and the below assertion fails. - time.sleep(2) + time.sleep(15) # Asserting that then new node is not running. # This tests the actual expected state as opposed to just checking for the existance of the above error message. assert not blind_replacement_node.is_running() --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org