Files
scylladb/test
Botond Dénes 1f5b1679b0 Merge 'test: use different table names in sstable_expired_data_ratio and cleanups' from Kefu Chai
it turns out we are creating two tables with the same name in
sstable_expired_data_ratio. and when creating the second table,
we don't destroy the first one.

this does not happen in the real world, we could tolerate this
in test. but this matters if we're going to have a system-wide per-table
registry which use the name of table as the table's identifier in the
registry. for instance, the metrics name for the tables would conflict.

so, in this series, we use different name for the tables under
testing. they can share the same set of sstables though. this fulfills
the needs of this test in question. also, we rename some variables
for better readability in this series.

Fixes https://github.com/scylladb/scylladb/issues/14657

Closes #14665

* github.com:scylladb/scylladb:
  test: rename variables with better names
  test: use different table names in sstable_expired_data_ratio
  test: explicitly capture variables
2023-07-17 08:27:30 +03:00
..
2023-07-14 16:20:48 +03:00
2023-06-06 13:29:16 +03:00