mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 07:23:15 +00:00
Alternator tracing tests require the cluster to have the 'always' isolation level configured to work properly. If that's not the case, the tests will fail due to not having CAS-related traces present in the logs. In order to help the users fix their configuration, a helper message is printed before the test case is performed. Automatic tests do not need this, because they are all ran with matching isolation level, but this message could greatly improve the user experience for manual tests. Message-Id: <62bcbf60e674f57a55c9573852b6a28f99cbf408.1607949754.git.sarna@scylladb.com>