scylladb / python-driver

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra
https://python-driver.docs.scylladb.com
Apache License 2.0
70 stars 42 forks source link

Investigate why test_tablet_storage_freeing randomly fails #374

Open dkropachev opened 1 week ago

dkropachev commented 1 week ago

On https://github.com/scylladb/scylladb test_tablet_storage_freeing is being flakky probably due to the high concurency.

There was PR https://github.com/scylladb/scylladb/pull/20494 to reduce concurency, but we need to look at why it was failing before that https://github.com/scylladb/scylladb/pull/20494.