Details
-
Sub-task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
Description
secondary_index_test:TestSecondaryIndex.test_8280_validate_indexed_values has been failing since build #147. The most likely cause is CASSANDRA-6237 (though I haven't confirmed that).
The problem is that if an oversized value is provided, the validation for LWT statements (both regular and in batches) is not performed up front, but when the Cql3CasRequest is executed via StorageProxy. This causes a timeout, rather than an immediate validation error & hence the test fails.