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

Basic tests setup #63

Closed Gor027 closed 2 years ago

Gor027 commented 2 years ago

This PR adds an implementation of necessary things for the BasicTests setup. The BasicTests do not pass yet, as row and column iterators are yet to be implemented. Additionally, minimal validations are added in cluster configuration in order to pass ClusterTests.