mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
This is a translation of Cassandra's CQL unit test source file validation/entities/TypeTest.java into our our cql-pytest framework. This is a tiny test file, with only four test which apparently didn't find their place in other source files. All four tests pass on Cassandra, and all but one pass on Scylla - the test marked xfail discovered one previously-unknown incompatibility with Cassandra: Refs #9082: DROP TYPE IF EXISTS shouldn't fail on non-existent keyspace Signed-off-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <20210726140934.1479443-1-nyh@scylladb.com>