Sean McCarthy created CASSANDRA-12722:
-----------------------------------------
Summary: dtest failure in
upgrade_tests.cql_tests.TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_2_1_x.in_order_by_without_selecting_test
Key: CASSANDRA-12722
URL: https://issues.apache.org/jira/browse/CASSANDRA-12722
Project: Cassandra
Issue Type: Test
Reporter: Sean McCarthy
Assignee: DS Test Eng
Attachments: node1.log, node2.log
example failure:
http://cassci.datastax.com/job/cassandra-2.1_dtest_upgrade/10/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_Upgrade_current_2_1_x_To_indev_2_1_x/in_order_by_without_selecting_test
{code}
Error Message
Expected [[3], [4], [5], [0], [1], [2]] from SELECT v FROM test WHERE k IN (1,
0), but got [[0], [1], [2], [3], [4], [5]]
{code}
{code}
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/tools/decorators.py", line 46, in
wrapped
f(obj)
File "/home/automaton/cassandra-dtest/upgrade_tests/cql_tests.py", line 4200,
in in_order_by_without_selecting_test
assert_all(cursor, "SELECT v FROM test WHERE k IN (1, 0)", [[3], [4], [5],
[0], [1], [2]])
File "/home/automaton/cassandra-dtest/tools/assertions.py", line 169, in
assert_all
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)