Sean McCarthy created CASSANDRA-12069:
-----------------------------------------
Summary: dtest failure in
cqlsh_tests.cqlsh_copy_tests.CqlshCopyTest.test_copy_options_from_config_file
Key: CASSANDRA-12069
URL: https://issues.apache.org/jira/browse/CASSANDRA-12069
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_offheap_dtest/262/testReport/cqlsh_tests.cqlsh_copy_tests/CqlshCopyTest/test_copy_options_from_config_file
Failed on CassCI build trunk_offheap_dtest #262
{code}
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 329, in run
testMethod()
File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line
2203, in test_copy_options_from_config_file
[('header', 'True'), ('maxattempts', '9')])
File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line
2194, in do_test
check_options(out, expected_options)
File "/home/automaton/cassandra-dtest/cqlsh_tests/cqlsh_copy_tests.py", line
2176, in check_options
d = json.loads(opts)
File "/usr/lib/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")
'No JSON object could be decoded
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)