mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 17:10:35 +00:00
In test_streams.py we had some code to get a list of shards and iterators duplicated three times. Put it in a function, shards_and_latest_iterators(), to reduce this duplication. Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20201006112421.426096-1-nyh@scylladb.com>