scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
16 stars 11 forks source link

ci: fix ConsistencyTwoNodeClusterTests #181

Closed muzarski closed 2 months ago

muzarski commented 2 months ago

EACH_QUORUM for Scylla

Scylla does not support EACH_QUORUM reads. The integration tests code needed to be adjusted for it.

ConsistencyTwoNodeClusterTests

Enabled this test suite (can do that thanks to the EACH_QUORUM fix).

Pre-review checklist