Files
scylladb/test
Benny Halevy 3709a43ccc cql-pytest.nodetool: no_autocompaction_context: support ks.tbl syntax
Allow disabling auto-compaction for given table(s)
using either the ks.table syntax or ks:table (as the
api suggests).

The first syntax would likely be more common since
the test tables we automatically create are named
as test_keyspace.test_table so we can pass that name
to `no_autocompaction_context` as is.

test_tools.system_scylla_local_sstable_prepared was
modified to disable auto-compaction only only
the `system.scylla_local` table rather than
the whole `system` keyspace, since it only relies
on this table. Plus, it helps test this change :)

Signed-off-by: Benny Halevy <bhalevy@scylladb.com>

Closes scylladb/scylladb#15575
2023-09-28 13:59:48 +03:00
..
2023-09-14 05:25:14 -04:00
2023-09-23 14:31:32 +08:00
2023-09-19 11:20:02 +03:00
2023-08-30 15:34:25 +02:00
2023-06-06 13:29:16 +03:00
2023-09-19 11:20:02 +03:00