Ryan McGuire created CASSANDRA-7763:
---------------------------------------
Summary: cql_tests static_with_empty_clustering test failure
Key: CASSANDRA-7763
URL: https://issues.apache.org/jira/browse/CASSANDRA-7763
Project: Cassandra
Issue Type: Bug
Reporter: Ryan McGuire
Assignee: Sylvain Lebresne
{code}
======================================================================
FAIL: static_with_empty_clustering_test (cql_tests.TestCQL)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ryan/git/datastax/cassandra-dtest/tools.py", line 213, in wrapped
f(obj)
File "/home/ryan/git/datastax/cassandra-dtest/cql_tests.py", line 4082, in
static_with_empty_clustering_test
assert_one(cursor, "SELECT * FROM test", ['partition1', '', 'static value',
'value'])
File "/home/ryan/git/datastax/cassandra-dtest/assertions.py", line 40, in
assert_one
assert res == [expected], res
AssertionError: [[u'partition1', u'', None, None], [u'partition1', u'', None,
None], [u'partition1', u'', None, u'value']]
-------------------- >> begin captured logging << --------------------
dtest: DEBUG: cluster ccm directory: /tmp/dtest-Ex54V7
--------------------- >> end captured logging << ---------------------
----------------------------------------------------------------------
Ran 1 test in 6.866s
FAILED (failures=1)
{code}
regression from CASSANDRA-7455?
--
This message was sent by Atlassian JIRA
(v6.2#6252)