Fix LazilyCompactedRowTest
--------------------------

                 Key: CASSANDRA-3915
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3915
             Project: Cassandra
          Issue Type: Bug
          Components: Tests
            Reporter: Sylvain Lebresne
            Assignee: Sylvain Lebresne
            Priority: Minor


LazilyCompactedRowTest.testTwoRowSuperColumn has never really worked. It uses 
LazilyCompactedRowTest.assertBytes() that assumes standard columns, even though 
that test is for super columns. For some reason, the deserialization of the 
super columns as columns was not breaking stuff and so the test was "working", 
but CASSANDRA-3872 changed that and 
LazilyCompactedRowTest.testTwoRowSuperColumn fails on current cassandra-1.1 
branch (but it's not CASSANDRA-3872 fault, just the test that is buggy).

--
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

        

Reply via email to