Open Lorak-mmk opened 11 months ago
Fortunately, it's pretty easy to reproduce locally:
test/cluster/cassandra/docker-compose.yml
file,make up
to start the clusterSCYLLA_URI=172.42.0.2:9042 SCYLLA_URI2=172.42.0.3:9042 SCYLLA_URI3=172.42.0.4:9042 cargo test -- test_coalescing
and it reproduces pretty much every time. What's interesting is that it's not necessary to run all the tests, running just this one test alone is sufficient to reproduce.
Is this test still failing? flakey? or it was removed from CI?
https://github.com/scylladb/scylla-rust-driver/pull/863#issuecomment-1820496090
This test failed in CI, but the failure is unrelated to the PR it failed it. Needs to be investigated.