You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Joel Knighton (JIRA)" <ji...@apache.org> on 2016/08/05 17:58:20 UTC

[jira] [Commented] (CASSANDRA-12097) dtest failure in materialized_views_test.TestMaterializedViews.view_tombstone_test

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

Joel Knighton commented on CASSANDRA-12097:
-------------------------------------------

+1 - merged the PR after a clean multiplexer run [here|https://cassci.datastax.com/view/Dev/view/jkni/job/jkni_parameterized_dtest_multiplexer/1/].

> dtest failure in materialized_views_test.TestMaterializedViews.view_tombstone_test
> ----------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12097
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12097
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Sean McCarthy
>            Assignee: Carl Yeksigian
>              Labels: dtest
>         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/trunk_offheap_dtest/271/testReport/materialized_views_test/TestMaterializedViews/view_tombstone_test
> Failed on CassCI build trunk_offheap_dtest #271
> {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 754, in view_tombstone_test
>     [1, 1, 'b', 3.0]
>   File "/home/automaton/cassandra-dtest/assertions.py", line 51, in assert_one
>     assert list_res == [expected], "Expected %s from %s, but got %s" % ([expected], query, list_res)
> "Expected [[1, 1, 'b', 3.0]] from SELECT * FROM t_by_v WHERE v = 1, but got [[1, 1, u'b', None]]
> {code}



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