You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2016/11/09 18:53:58 UTC

[jira] [Updated] (CASSANDRA-12874) dtest failure in materialized_views_test.TestMaterializedViews.populate_mv_after_insert_wide_rows_test

     [ https://issues.apache.org/jira/browse/CASSANDRA-12874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philip Thompson updated CASSANDRA-12874:
----------------------------------------
    Status: Patch Available  (was: In Progress)

https://github.com/riptano/cassandra-dtest/pull/1379

> dtest failure in materialized_views_test.TestMaterializedViews.populate_mv_after_insert_wide_rows_test
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12874
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12874
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Sean McCarthy
>            Assignee: Philip Thompson
>              Labels: dtest, test-failure
>         Attachments: node1.log, node1_debug.log, node1_gc.log, node2.log, node2_debug.log, node2_gc.log, node3.log, node3_debug.log, node3_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.0_novnode_dtest/316/testReport/materialized_views_test/TestMaterializedViews/populate_mv_after_insert_wide_rows_test
> {code}
> Error Message
> Expected [[0, 0]] from SELECT * FROM t_by_v WHERE id = 0 AND v = 0, but got []
> {code}{code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/materialized_views_test.py", line 211, in populate_mv_after_insert_wide_rows_test
>     assert_one(session, "SELECT * FROM t_by_v WHERE id = {} AND v = {}".format(i, j), [j, i])
>   File "/home/automaton/cassandra-dtest/tools/assertions.py", line 130, in assert_one
>     assert list_res == [expected], "Expected {} from {}, but got {}".format([expected], query, list_res)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)