[
https://issues.apache.org/jira/browse/CASSANDRA-12130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15362246#comment-15362246
]
Sylvain Lebresne commented on CASSANDRA-12130:
----------------------------------------------
+1 (tests aren't fully clear, but the SASI tests are passing, so whatever the
problem is, it's not this patch fault)
> SASI related tests failing since CASSANDRA-11820
> ------------------------------------------------
>
> Key: CASSANDRA-12130
> URL: https://issues.apache.org/jira/browse/CASSANDRA-12130
> Project: Cassandra
> Issue Type: Test
> Reporter: Sam Tunnicliffe
> Assignee: Sam Tunnicliffe
> Fix For: 3.x
>
>
> Since CASSANDRA-11820 was committed, a number of tests covering SASI have
> been failing. In both {{SASIIndexTest}} and {{SSTableFlushObserverTest}},
> rows are built using an unsorted builder, which assumes that the columns are
> added in clustering order. However, in both cases, this is not true and the
> additional checks added to {{UnfilteredSerializer::serializeRowBody}} by
> CASSANDRA-11820 now trigger assertion errors and, ultimately, failing tests.
> In addition, {{SASIIndexTest}} reuses a single table in multiple tests and
> performs its cleanup in the tear down method. When the assertion error is
> triggered, the tear down is not run, leaving data in the table and causing
> other failures in subsequent tests.
> Patch to follow shortly...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)