mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 06:05:53 +00:00
This patch adds a fixture "scylla_only" which can be used to mark tests for Scylla-specific features. These tests are skipped when running against other CQL servers - like Apache Cassandra. We recognize Scylla by looking at whether any system table exists with the name "scylla" in its name - Scylla has several of those, and Cassandra has none. Signed-off-by: Nadav Har'El <nyh@scylladb.com>