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/05 17:58:20 UTC

[jira] [Created] (CASSANDRA-12399) dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.multi_collection_test

Sean McCarthy created CASSANDRA-12399:
-----------------------------------------

             Summary: dtest failure in upgrade_tests.cql_tests.TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x.multi_collection_test
                 Key: CASSANDRA-12399
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12399
             Project: Cassandra
          Issue Type: Test
            Reporter: Sean McCarthy
            Assignee: DS Test Eng


example failure:

http://cassci.datastax.com/job/trunk_dtest_upgrade/17/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_x_To_indev_3_x/multi_collection_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 1419, in multi_collection_test
    sortedset([1, 3, 5, 7, 11, 13])
  File "/home/automaton/cassandra-dtest/assertions.py", line 163, in assert_all
    assert list_res == expected, "Expected {} from {}, but got {}".format(expected, query, list_res)
"Expected [[[1, 3, 5, 7, 11, 13], OrderedDict([('bar', 3), ('foo', 1), ('foobar', 4)]), SortedSet([1, 3, 5, 7, 11, 13])]] from SELECT L, M, S FROM foo WHERE k = b017f48f-ae67-11e1-9096-005056c00008, but got [[[1, 3, 5, 1, 3, 5, 7, 11, 13], OrderedMapSerializedKey([(u'bar', 3), (u'foo', 1), (u'foobar', 4)]), SortedSet([1, 3, 5, 7, 11, 13])]]
{code}

Related failure:
http://cassci.datastax.com/job/trunk_dtest_upgrade/17/testReport/upgrade_tests.cql_tests/TestCQLNodes3RF3_Upgrade_current_3_0_x_To_indev_3_x/multi_collection_test/



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