mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 02:50:33 +00:00
This branch (5.4) does NOT support tablets, and we don't want to run any tests with the "tablets" experimental feature. When we made test.py enable that feature by default, it was probably considered harmless - the partial implementation we had in this branch won't do anything if tablets aren't actually enabled for a specific keyspace. But unfortunately, Alternator doesn't work with tablets enabled (there was a bug in the callback during table creation), so we can't run any Alternator tests from test.py (like the one we we wan to backport for Alternator TTL scheduling groups) unless we drop that experimental feature. Note that one specific test subdirectory, test/topology_experimental_raft, does enable this experimental flag. The others shouldn't. Signed-off-by: Nadav Har'El <nyh@scylladb.com>