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.
flat_mutation_reader_test: fix "test_flat_mutation_reader_consume_sin…
…gle_partition" Since `flat_reader_assertions::produces(const range_tombstone&,...)` records the range tombstone for checking, be sure to explicitly pass in a clustering range that does not extend beyond the mock-read part of the mutation. Also (provisionally) change the assertion method to accept clustering ranges. Signed-off-by: Michael Livshin <michael.livshin@scylladb.com>
- Loading branch information
Michael Livshin
committed
Feb 28, 2022
1 parent
34ed752
commit 2221aef
Showing
2 changed files
with
11 additions
and
2 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
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