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
13 stars 11 forks source link

Prepared tests #68

Closed Gor027 closed 1 year ago

Gor027 commented 1 year ago

Pre-review checklist

This PR is dependent upon #65

Adds necessary implementations to pass all PreparedTests besides PreparedIDUnchangedDuringReprepare, which is also ignored in the C++ driver. Certain validations in tests are commented out for now, as their corresponding implementations in Rust are not yet present. Also, DowngradingConsistency retry policies in those tests are changed to be Default retry consistency, as DowngradingConsistency is deprecated and not supported by the Rust driver.