-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi node tests in CI #307
Comments
is |
In #489, we modified the CI to run tests on a 3-node cluster. We can additionally consider tests which will modify the cluster while they are running to tests how the driver behaves when the topology changes. |
Closing in favor of #1097 |
We should add some tests that use a cluster of multiple nodes.
For example:
cargo test
This would prevent bugs like: #306
It looks like
java-driver
usesccm
to run tests in their CI, we could do something similar.https://github.com/scylladb/java-driver/blob/scylla-3.x/.github/workflows/tests.yml#L26
The text was updated successfully, but these errors were encountered: