Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cql-pytest: Enable test for skipping eq restricted columns in order by
This test was marked as xfail, but now the functionality it tests has been implemented. In my opinion the expected error message makes no sense, the message was: "Order by currently only supports the ordering of columns following their declared order in the PRIMARY KEY" In cases where there was missing restriction on one column. This has been changed to: "Unsupported order by relation - column {} doesn't have an ordering or EQ relation." Because of that I had to modify the test to accept messages from both Scylla and Cassandra. The expected error message pattern is now "rder by", because that's the largest common part. Signed-off-by: Jan Ciolek <[email protected]>
- Loading branch information