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

Fix `ConfigTests` tests #85

Open Gor027 opened 1 year ago

Gor027 commented 1 year ago

Added implementation for functions in testing.cpp used in ConfigTests tests:

To avoid generating bindings for functions that are directly under namespaces and may return objects of custom types, the testing_utils header is added as a median between the Rust implementation of those functions and the testing.hpp header.

Added ConfigTests tests to GitHub Actions for Cassandra and ScyllaDB.

Pre-review checklist