mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-22 17:40:34 +00:00
The tests, when added, where not named kosher (*_test), which the runner apparently quaintly, require to pick it up (instead of the more sensisble *.cql). Thusly, the test was never run beyond initial creation, and also bit-rotted slightly during behaviour changes. Renamed and re-resulted. Closes #8581