mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
We have a test for the LIKE restriction with ALLOW FILTERING. Cassandra does not yet support this combination (it only supports LIKE with SASI indexes), so this test fails on Cassandra, suggesting either the test is wrong, or Cassandra is wrong. In this case, Cassandra is wrong - they have an issue requesting this to be fixed - https://issues.apache.org/jira/browse/CASSANDRA-17198, and even an implementation which is being reviewed. So let's mark this test with "cassandra_bug", meaning it is expected to fail (xfail) when running against Cassandra. When CASSANDRA-17198 is fixed, we can remove the cassandra_bug mark. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20220330211734.4103691-1-nyh@scylladb.com>