mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-09 00:13:31 +00:00
Older versions of the Python Cassandra driver had a bug where a single empty page aborts a scan. The test test_secondary_index.py::test_filter_and_limit uses filtering and deliberately tiny pages, so it turns out that some of them are empty, so the test breaks on buggy versions of the driver, which cause the test to fail when run by developers who happen to have old versions of the driver. So in this small series we skip this test when running on a buggy version of the driver. Fixes #10763 Closes #10766 * github.com:scylladb/scylla: test/cql-pytest: skip another test on older, buggy, drivers test/cql-pytest: de-duplicate code checking for an old buggy driver