[ 
https://issues.apache.org/jira/browse/CASSANDRA-14571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16549702#comment-16549702
 ] 

Dinesh Joshi edited comment on CASSANDRA-14571 at 7/19/18 7:05 PM:
-------------------------------------------------------------------

I recommend marking this test as an expected failure until this ticket is 
fixed. Having tests fail and then ignored causes confusion (See: 
CASSANDRA-14574, CASSANDRA-13426).
{code}
@xfail("Should be addressed with CASSANDRA-14571")
def test_populate_mv_after_insert_wide_rows(self):{code}
That way the test will still be run and still be included in the report but it 
wont fail the test suite. This is better than just ignoring dtest run failures.


was (Author: djoshi3):
I recommend marking this test as an expected failure until this ticket is 
fixed. Having tests fail and then ignored causes confusion (See: 
CASSANDRA-14574, CASSANDRA-13426).

{code:python}
@xfail("Should be addressed with CASSANDRA-14574")
def test_populate_mv_after_insert_wide_rows(self):{code}

That way the test will still be run and still be included in the report but it 
wont fail the test suite. This is better than just ignoring dtest run failures.

> Fix race condition in MV build/propagate when there is existing data in the 
> base table
> --------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-14571
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14571
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Aleksey Yeschenko
>            Assignee: Aleksey Yeschenko
>            Priority: Major
>             Fix For: 4.0
>
>
> CASSANDRA-13426 exposed a race in MV initialisation and building, which now 
> breaks, consistently, 
> {{materialized_views_test.py::TestMaterializedViews::test_populate_mv_after_insert_wide_rows}}.
> CASSANDRA-14168 is also directly related.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to