You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Carl Yeksigian (JIRA)" <ji...@apache.org> on 2016/01/07 23:46:40 UTC

[jira] [Commented] (CASSANDRA-10977) MV view_tombstone_test is failing on trunk

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

Carl Yeksigian commented on CASSANDRA-10977:
--------------------------------------------

Just wanted to point out that the fix in CASSANDRA-10910 was not committed to 3.2, so this dtest is expected to fail there.

> MV view_tombstone_test is failing on trunk
> ------------------------------------------
>
>                 Key: CASSANDRA-10977
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-10977
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Alan Boudreault
>              Labels: dtest
>             Fix For: 3.x
>
>
> http://cassci.datastax.com/job/trunk_dtest/893/testReport/materialized_views_test/TestMaterializedViews/view_tombstone_test/
> {code}
> ======================================================================
> FAIL: view_tombstone_test (materialized_views_test.TestMaterializedViews)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/aboudreault/git/cstar/cassandra-dtest/materialized_views_test.py", line 735, in view_tombstone_test
>     assert_none(session, "SELECT * FROM t_by_v WHERE v = 1")
>   File "/home/aboudreault/git/cstar/cassandra-dtest/assertions.py", line 44, in assert_none
>     assert list_res == [], "Expected nothing from %s, but got %s" % (query, list_res)
> AssertionError: Expected nothing from SELECT * FROM t_by_v WHERE v = 1, but got [[1, 1, u'b', None]]
> -------------------- >> begin captured logging << --------------------
> dtest: DEBUG: cluster ccm directory: /tmp/dtest-MFSCKQ
> --------------------- >> end captured logging << ---------------------
> ----------------------------------------------------------------------
> Ran 1 test in 27.986s
> FAILED (failures=1)
> {code}



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