mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 07:53:20 +00:00
To keep our cql-pytest tests "correct", we should strive for them to pass on Cassandra - unless they are testing a Scylla-only feature or a deliberate difference between Scylla and Cassandra - in which case they should be marked "scylla-only" and cause such tests to be skipped when running on Cassandra. The following few small patches fix a few cases where our tests we failing on Cassandra. In one case this even found a bug in the test (a trivial Python mistake, but still). Closes #8694 * github.com:scylladb/scylla: test/cql-pytest: fix python mistake in an xfailing test test/cql-pytest: mark some tests with scylla-only test/cql-pytest: clean up test_create_large_static_cells_and_rows