mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 01:20:39 +00:00
The QueryFilter parameter of Query is only partially implemented (issue tests for it. In this patch, we add comprehensive tests for this feature and all its various operators, types, and corner cases. The tests cover both the parts we already implemented, and the parts we did not yet. As usual, all tests succeed on DynamoDB, but many still xfail on Alternator pending the complete implementation. Refs #5028. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20200525141242.133710-1-nyh@scylladb.com>