Uploaded image for project: 'Cassandra'
  1. Cassandra
  2. CASSANDRA-12130

SASI related tests failing since CASSANDRA-11820

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Normal
    • Resolution: Fixed
    • 3.8
    • None
    • None

    Description

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

      Attachments

        Activity

          People

            samt Sam Tunnicliffe
            samt Sam Tunnicliffe
            Sam Tunnicliffe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: