forked from scylladb/scylladb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: add secondary index tests with TOKEN clause
Add tests of SELECTs with TOKEN clauses on tables with secondary indexes (both global and local). test_select_with_token_range_cases checks all possible token range combinations (inclusive/exclusive/infinity start/end) on tables without index, with local or with global index. test_select_with_token_range_filtering checks whether TOKEN restrictions combined with column restrictions work properly. As different code paths are taken if index is created on clustering key (first or non-first) or non-primary-key column, the tests checks scenarios when index is created on different columns.
- Loading branch information
1 parent
e2bd1cd
commit e06102a
Showing
1 changed file
with
222 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters