mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 21:55:50 +00:00
This test doesn't work with higher smp counts, because it relies on dealing with keys named 'a' and 'b' and creates SSTables containing one of them manually. This throws an exception if we happen to execute on a shard that don't own the tokens corresponding to those keys. This patch avoids that problem by pre-selecting keys that we know to belong to the current shard in which the test is executed. Signed-off-by: Glauber Costa <glauber@scylladb.com>