mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
tests/flat_mutation_reader_assertions: add produces(dht::decorated_key)
There is an equivalent member function in mutation_reader assertions.
This commit is contained in:
@@ -145,6 +145,12 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
flat_reader_assertions& produces(const dht::decorated_key& dk) {
|
||||
produces_partition_start(dk);
|
||||
next_partition();
|
||||
return *this;
|
||||
}
|
||||
|
||||
flat_reader_assertions& fast_forward_to(const dht::partition_range& pr) {
|
||||
_pr = pr;
|
||||
_reader.fast_forward_to(_pr).get();
|
||||
|
||||
Reference in New Issue
Block a user