Jim Witschey created CASSANDRA-11196:
----------------------------------------
Summary: tuple_notation_test upgrade tests flaps
Key: CASSANDRA-11196
URL: https://issues.apache.org/jira/browse/CASSANDRA-11196
Project: Cassandra
Issue Type: Bug
Reporter: Jim Witschey
Assignee: DS Test Eng
{{tuple_notation_test}} in the {{upgrade_tests.cql_tests}} module flaps on a
number of different upgrade paths. Here are some of the tests that flap:
{code}
upgrade_tests/cql_tests.py:TestCQLNodes2RF1_2_1_UpTo_2_2_HEAD.tuple_notation_test
upgrade_tests/cql_tests.py:TestCQLNodes2RF1_2_1_UpTo_2_2_HEAD.tuple_notation_test
upgrade_tests/cql_tests.py:TestCQLNodes3RF3_2_1_UpTo_2_2_HEAD.tuple_notation_test
upgrade_tests/cql_tests.py:TestCQLNodes3RF3_2_1_UpTo_2_2_HEAD.tuple_notation_test
upgrade_tests/cql_tests.py:TestCQLNodes3RF3_2_2_HEAD_UpTo_Trunk.tuple_notation_test
upgrade_tests/cql_tests.py:TestCQLNodes3RF3_2_2_HEAD_UpTo_Trunk.tuple_notation_test
{code}
Here's an example failure:
http://cassci.datastax.com/job/upgrade_tests-all/9/testReport/upgrade_tests.cql_tests/TestCQLNodes2RF1_2_1_UpTo_2_2_HEAD/tuple_notation_test/
All the failures I've seen fail with this error:
{code}
<ErrorMessage code=0000 [Server error]
message="java.lang.IndexOutOfBoundsException">
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)