You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ad...@apache.org on 2020/06/10 11:10:57 UTC

[cassandra-dtest] branch master updated: CASSANDRA-15855 Mark flaky until root cause is solved

This is an automated email from the ASF dual-hosted git repository.

adelapena 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 fe90154  CASSANDRA-15855 Mark flaky until root cause is solved
fe90154 is described below

commit fe9015475ab8383be042c32376bb8e122dc35734
Author: Bereng <be...@gmail.com>
AuthorDate: Wed Jun 10 12:10:22 2020 +0100

    CASSANDRA-15855 Mark flaky until root cause is solved
---
 materialized_views_test.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/materialized_views_test.py b/materialized_views_test.py
index 009ca16..f1092fc 100644
--- a/materialized_views_test.py
+++ b/materialized_views_test.py
@@ -330,6 +330,12 @@ class TestMaterializedViews(Tester):
         for i in range(1000):
             assert_one(session, "SELECT * FROM t_by_v WHERE v = {}".format(i), [i, i])
 
+    @pytest.mark.xfail(reason="Should be addressed with CASSANDRA-15845")
+    @since('4.0')
+    def test_populate_mv_after_insert_wide_rows_version40(self):
+        self.test_populate_mv_after_insert_wide_rows()
+
+    @since('3.0', max_version='3.X')
     def test_populate_mv_after_insert_wide_rows(self):
         """Test that a view is OK when created with existing data with wide rows"""
         session = self.prepare(consistency_level=ConsistencyLevel.QUORUM)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org