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/26 14:32:20 UTC

[jira] [Updated] (CASSANDRA-12679) dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_2_0_x_To_indev_2_1_x.conditional_update_test

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

Philip Thompson updated CASSANDRA-12679:
----------------------------------------
    Fix Version/s: 2.1.x

> dtest failure in upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_2_0_x_To_indev_2_1_x.conditional_update_test
> ----------------------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12679
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12679
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Sean McCarthy
>            Assignee: DS Test Eng
>              Labels: dtest
>             Fix For: 2.1.x
>
>         Attachments: node1.log, node2.log
>
>
> example failure:
> http://cassci.datastax.com/job/cassandra-2.1_dtest_upgrade/9/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_0_x_To_indev_2_1_x/conditional_update_test
> {code}
> Error Message
> <Error from server: code=2000 [Syntax error in CQL query] message="line 1:35 no viable alternative at input 'IN'">
> {code}
> {code}
> Stacktrace
>   File "/usr/lib/python2.7/unittest/case.py", line 329, in run
>     testMethod()
>   File "/home/automaton/cassandra-dtest/upgrade_tests/cql_tests.py", line 3028, in conditional_update_test
>     assert_one(cursor, "DELETE FROM test WHERE k = 0 IF v1 IN (null)", [True])
>   File "/home/automaton/cassandra-dtest/tools/assertions.py", line 128, in assert_one
>     res = session.execute(simple_query)
>   File "cassandra/cluster.py", line 1998, in cassandra.cluster.Session.execute (cassandra/cluster.c:34869)
>     return self.execute_async(query, parameters, trace, custom_payload, timeout, execution_profile, paging_state).result()
>   File "cassandra/cluster.py", line 3781, in cassandra.cluster.ResponseFuture.result (cassandra/cluster.c:73073)
>     raise self._final_exception
> {code}



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