System test failures in 1.1
---------------------------
Key: CASSANDRA-3917
URL: https://issues.apache.org/jira/browse/CASSANDRA-3917
Project: Cassandra
Issue Type: Bug
Reporter: Sylvain Lebresne
On branch 1.1, I currently see two system test failures:
{noformat}
======================================================================
FAIL:
system.test_thrift_server.TestMutations.test_get_range_slice_after_deletion
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/home/mcmanus/Git/cassandra/test/system/test_thrift_server.py", line
1937, in test_get_range_slice_after_deletion
assert len(result[0].columns) == 1
AssertionError
{noformat}
and
{noformat}
======================================================================
FAIL: Test that column ttled expires from KEYS index
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/nose/case.py", line 187, in runTest
self.test(*self.arg)
File "/home/mcmanus/Git/cassandra/test/system/test_thrift_server.py", line
1908, in test_index_scan_expiring
assert len(result) == 1, result
AssertionError: []
----------------------------------------------------------------------
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira