ninja: fix test_base_column_in_view_pk_complex_timestamp flakiness (follow-up CASSANDRA-11500)
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/6220394e Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/6220394e Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/6220394e Branch: refs/heads/master Commit: 6220394e84c79e6ef94651fc5e0aa03c12ddd307 Parents: afc55e8 Author: Zhao Yang <zhaoyangsingap...@gmail.com> Authored: Thu Sep 14 15:56:21 2017 +0800 Committer: Paulo Motta <pa...@apache.org> Committed: Mon Sep 18 08:57:21 2017 -0500 ---------------------------------------------------------------------- materialized_views_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/6220394e/materialized_views_test.py ---------------------------------------------------------------------- diff --git a/materialized_views_test.py b/materialized_views_test.py index 698e53d..c329806 100644 --- a/materialized_views_test.py +++ b/materialized_views_test.py @@ -1183,9 +1183,9 @@ class TestMaterializedViews(Tester): self.update_view(session, query, flush) debug('Starting node2') - node2.start(wait_other_notice=True) + node2.start(wait_other_notice=True, wait_for_binary_proto=True) debug('Starting node3') - node3.start(wait_other_notice=True) + node3.start(wait_other_notice=True, wait_for_binary_proto=True) # For k = 1 & a = 1, We should get a digest mismatch of tombstones and repaired query = SimpleStatement("SELECT * FROM mv WHERE k = 1 AND a = 1", consistency_level=ConsistencyLevel.ALL) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org