mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 20:46:56 +00:00
" These two readers are crucial for writing tests for any composable reader so we need v2 versions of them before we can convert and test the combined reader (for example). As these two readers are often used in situations where the payload they deliver is specially crafted for the test at hand, we keep their v1 versions too to avoid conversion meddling with the tests. Tests: unit(dev) " * 'forwarding-and-fragment-reader-v2/v1' of https://github.com/denesb/scylla: flat_mutation_reader_v2: add make_flat_mutation_reader_from_fragments() test/lib/mutation_source_test: don't force v1 reader in reverse run mutation_source: add native_version() getter flat_mutation_reader_v2: add make_forwardable() position_in_partition: add after_key(position_in_partition_view) flat_mutation_reader: make_forwardable(): fix indentation flat_mutation_reader: make_forwardable(): coroutinize reader