mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-05 22:43:15 +00:00
This is a translation of Cassandra's CQL unit test source file validation/operations/SelectOrderByTest.java into our our cql-pytest framework. This test file includes 17 tests for various features and corners of SELECT's "ORDER BY" feature. All these tests pass on Cassandra, but three fail on Scylla and are marked as xfail: One previously-unknown Scylla bug: Refs #9435: SELECT with IN, ORDER BY and function call does not obey the ORDER BY And two new reproducers for already known bugs: Refs #2247: ORDER BY should allow skipping equality-restricted clustering columns Refs #7751: Allow selecting map values and set elements, like in Cassandra 4.0 Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20211005174140.571056-1-nyh@scylladb.com>