Sean McCarthy created CASSANDRA-12799:
-----------------------------------------
Summary: dtest failure in
json_test.FromJsonSelectTests.select_using_secondary_index_test
Key: CASSANDRA-12799
URL: https://issues.apache.org/jira/browse/CASSANDRA-12799
Project: Cassandra
Issue Type: Test
Reporter: Sean McCarthy
Assignee: DS Test Eng
Attachments: node1.log, node1_debug.log, node1_gc.log
example failure:
http://cassci.datastax.com/job/trunk_dtest/1396/testReport/json_test/FromJsonSelectTests/select_using_secondary_index_test
{code}
Error Message
Doctest failed! Captured output:
**********************************************************************
Line 25, in select_using_secondary_index_test
Failed example:
cqlsh_print('''
SELECT * from person_likes where name = fromJson('{"first":"test",
"middle":"guy", "last":"jones"}')
''')
Exception raised:
Traceback (most recent call last):
File "/usr/lib/python2.7/doctest.py", line 1315, in __run
compileflags, 1) in test.globs
File "<doctest select_using_secondary_index_test[4]>", line 3, in <module>
''')
File "/home/automaton/cassandra-dtest/json_test.py", line 105, in
cqlsh_print
output = cqlsh(cmds, supress_err=supress_err)
File "/home/automaton/cassandra-dtest/json_test.py", line 95, in cqlsh
raise RuntimeError("Unexpected cqlsh error: {}".format(err))
RuntimeError: Unexpected cqlsh error: <stdin>:4:'ResultSet' object has no
attribute 'column_types'
{code}
There are more tests which have failed with this error on this build.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)