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

Integration tests from cpp-driver #62

Closed jul-stas closed 2 years ago

jul-stas commented 2 years ago

Tests are runnable but not passing yet - I think it's fine to have them in master in such a state.

avelanarius commented 2 years ago

Is tests/embedded-ads.jar file necessary?

jul-stas commented 2 years ago

Is tests/embedded-ads.jar file necessary?

In general, 3rd party dependencies (in this case kerberos) were not cleaned up in this PR. It's meant to introduce the tests with minimal effort :)