Sean McCarthy created CASSANDRA-12639:
-----------------------------------------
Summary: dtest failure in
user_types_test.TestUserTypes.test_type_as_part_of_pkey
Key: CASSANDRA-12639
URL: https://issues.apache.org/jira/browse/CASSANDRA-12639
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/1365/testReport/user_types_test/TestUserTypes/test_type_as_part_of_pkey
{code}
Error Message
Regexp didn't match: 'Partition key parts: name must be restricted as other
parts are' not found in 'Error from server: code=2200 [Invalid query]
message="Cannot execute this query as it might involve data filtering and thus
may have unpredictable performance. If you want to execute this query despite
the performance unpredictability, use ALLOW FILTERING"'
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/user_types_test.py", line 382, in
test_type_as_part_of_pkey
assert_invalid(session, stmt, 'Partition key parts: name must be restricted
as other parts are')
File "/home/automaton/cassandra-dtest/tools/assertions.py", line 98, in
assert_invalid
assert_exception(session, query, matching=matching, expected=expected)
File "/home/automaton/cassandra-dtest/tools/assertions.py", line 71, in
assert_exception
_assert_exception(session.execute, query, matching=matching,
expected=expected)
File "/home/automaton/cassandra-dtest/tools/assertions.py", line 60, in
_assert_exception
assert_regexp_matches(str(e), matching)
File "/usr/lib/python2.7/unittest/case.py", line 1002, in assertRegexpMatches
raise self.failureException(msg)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)