[QUEUED scylla next] tests: ms.make_reader() -> ms.make_fragment_v1_stream()

0 views
Skip to first unread message

Commit Bot

<bot@cloudius-systems.com>
unread,
Jun 3, 2022, 12:27:08 AM6/3/22
to scylladb-dev@googlegroups.com, Michael Livshin
From: Michael Livshin <michael...@scylladb.com>
Committer: Michael Livshin <michael...@scylladb.com>
Branch: next

tests: ms.make_reader() -> ms.make_fragment_v1_stream()

Signed-off-by: Michael Livshin <michael...@scylladb.com>

---
diff --git a/test/lib/mutation_source_test.cc b/test/lib/mutation_source_test.cc
--- a/test/lib/mutation_source_test.cc
+++ b/test/lib/mutation_source_test.cc
@@ -1340,7 +1340,7 @@ void test_slicing_with_overlapping_range_tombstones(tests::reader_concurrency_se

// Check fast_forward_to()
{
- auto rd = ds.make_reader(s, semaphore.make_permit(), query::full_partition_range, s->full_slice(), default_priority_class(),
+ auto rd = ds.make_fragment_v1_stream(s, semaphore.make_permit(), query::full_partition_range, s->full_slice(), default_priority_class(),
nullptr, streamed_mutation::forwarding::yes);
auto close_rd = deferred_close(rd);

Commit Bot

<bot@cloudius-systems.com>
unread,
Jun 3, 2022, 8:51:15 AM6/3/22
to scylladb-dev@googlegroups.com, Michael Livshin
From: Michael Livshin <michael...@scylladb.com>
Committer: Michael Livshin <michael...@scylladb.com>
Branch: master
Reply all
Reply to author
Forward
0 new messages