Skip to content
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

Testing actions #2

Open
wants to merge 12 commits into
base: scylla-4.x
Choose a base branch
from
Open

Testing actions #2

wants to merge 12 commits into from

Conversation

Bouncheck
Copy link
Owner

test test

Similarly as in java driver 3.x adds classes representing
Scylla Cloud configuration details along with methods that allow
for using them in driver code.
Adds necessary dependencies to pom files.
Allows driver to build sessions with Scylla Cloud yaml configuration files
and to establish connection with Scylla Cloud clusters.
Takes care of control connection random node issue by replacing the endpoint
after the first connection with one that points to a specific node
in a slightly hacky way.
This amounts to enabling support for using "--sni-proxy" and "--sni-port" flags
and probing for path to generated Scylla Cloud configuration file.
Adds a single test method configured to connect to local 3 node ccm cluster
with SNI proxy enabled and perform some basic operations.
Having both at the same time can be confusing for the users
and future contributors.
Adds an usage example which is slightly modified ReadCassandraVersion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant