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

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

Sean McCarthy created CASSANDRA-12363:
-----------------------------------------

             Summary: 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
         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)