This is an automated email from the ASF dual-hosted git repository. samt pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git
commit 144c899c008d2c3f74b7f0bcc211633e707214ab Author: Sam Tunnicliffe <[email protected]> AuthorDate: Wed Nov 1 10:28:37 2023 +0000 [CEP-21] Wait for full startup before running nodetool --- materialized_views_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/materialized_views_test.py b/materialized_views_test.py index 89cba3f6..5de5733b 100644 --- a/materialized_views_test.py +++ b/materialized_views_test.py @@ -2607,7 +2607,7 @@ class TestMaterializedViews(Tester): logger.debug('Restarting node1 to ensure commit log is replayed') node1.stop(wait_other_notice=True) # Set batchlog.replay_timeout_seconds=1 so we can ensure batchlog will be replayed below - node1.start(jvm_args=["-Dcassandra.batchlog.replay_timeout_in_ms=1"]) + node1.start(jvm_args=["-Dcassandra.batchlog.replay_timeout_in_ms=1"], wait_for_binary_proto=True) logger.debug('Replay batchlogs') time.sleep(0.001) # Wait batchlog.replay_timeout_in_ms=1 (ms) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
