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/09/28 16:43:20 UTC

[jira] [Commented] (CASSANDRA-12724) dtest failure in cql_tests.LWTTester.conditional_updates_on_static_columns_with_null_values_test

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

Philip Thompson commented on CASSANDRA-12724:
---------------------------------------------

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

> dtest failure in cql_tests.LWTTester.conditional_updates_on_static_columns_with_null_values_test
> ------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12724
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12724
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Sean McCarthy
>            Assignee: Alex Petrov
>              Labels: dtest
>         Attachments: node1.log, node1_debug.log, node1_gc.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-3.9_dtest/57/testReport/cql_tests/LWTTester/conditional_updates_on_static_columns_with_null_values_test
> {code}
> Error Message
> Expected [[False, None]] from DELETE s1 FROM conditional_deletes_on_static_with_null WHERE a = 2 IF s2 IN (10,20,30), but got [[False]]
> {code}
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/cql_tests.py", line 1289, in conditional_deletes_on_static_columns_with_null_values_test
>     assert_one(session, "DELETE s1 FROM {} WHERE a = 2 IF s2 IN (10,20,30)".format(table_name), [False, None])
>   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)