mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
We had a very limited set of tests for the KeyConditions feature of Query, which some error cases as well as important use cases (such as bytes keys), leading to bugs #6490 and #6495 remaining undiscovered. This patch adds a comprehensive test for the KeyConditions and (hopefully) all its different combinations of operators, types, and many cases of errors. We already had a comprehensive test suite for the newer KeyConditionsExpression syntax, and this patch brings a similar level of coverage for the older KeyConditions syntax. Refs #6490 Refs #6495 Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20200524141800.104950-3-nyh@scylladb.com>