Sean McCarthy created CASSANDRA-12291:
-----------------------------------------
Summary: dtest failure in
json_test.JsonFullRowInsertSelect.pkey_requirement_test
Key: CASSANDRA-12291
URL: https://issues.apache.org/jira/browse/CASSANDRA-12291
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/354/testReport/json_test/JsonFullRowInsertSelect/pkey_requirement_test
{code}
Error Message
Doctest failed! Captured output:
**********************************************************************
Line 25, in pkey_requirement_test
Failed example:
cqlsh_err_print('''INSERT INTO primitive_type_test JSON '{"col1": "bar"}'
''')
Expected:
<stdin>:2:InvalidRequest: Error from server: code=2200 [Invalid query]
message="Invalid null value in condition for column key1"
<BLANKLINE>
Got:
<stdin>:2:InvalidRequest: code=2200 [Invalid query] message="Invalid null
value in condition for column key1"
<BLANKLINE>
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)