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

[jira] [Commented] (CASSANDRA-12363) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_x.list_test

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

Russ Hatch commented on CASSANDRA-12363:
----------------------------------------

doesn't repro locally, even on exact same sha

> dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_x.list_test
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-12363
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12363
>             Project: Cassandra
>          Issue Type: Test
>            Reporter: Sean McCarthy
>            Assignee: DS Test Eng
>              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_dtest_upgrade/5/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_x/list_test
> {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 1375, in list_test
>     assert_one(cursor, "SELECT tags FROM user", [['foo', 'bar', 'foo', 'foobar']])
>   File "/home/automaton/cassandra-dtest/assertions.py", line 124, in assert_one
>     assert list_res == [expected], "Expected {} from {}, but got {}".format([expected], query, list_res)
> "Expected [[['foo', 'bar', 'foo', 'foobar']]] from SELECT tags FROM user, but got [[[u'foo', u'foo', u'bar', u'foo', u'foobar']]]
> {code}



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