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: Upgrade Cassandra version to latest #113

Open Gor027 opened 1 year ago

Gor027 commented 1 year ago

The #102 upgrades the Cassandra version to 4.0.7 in CI and modifies the TracingTest.Simple to avoid flakiness with that version. As 4.1.2 is already available, let's upgrade to that version which may also solve the flakiness problem without any necessary changes. The latest Cassandra version 4.1.2 includes changes in the cassandra.yaml configuration file, too: https://cassandra.apache.org/doc/latest/cassandra/configuration/configuration.html As ccm_bridge in the driver has hardcoded names of those parameters, it will need to be modified according to the table in the link above.