Skip to content

[RUBY-165] Integration tests for adding protocol_version to Cluster #150

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

Merged
merged 1 commit into from
Mar 30, 2016

Conversation

kishkaru
Copy link
Contributor

No description provided.

## Setting protocol version lower than supported
# Protocol version 0 is invalid
assert_raises(Cassandra::Errors::NoHostsAvailable) do
Cassandra.cluster(protocol_version: 0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will likely fail a different way after you get my validation update. I just merged my fix to master, so merge down to your branch and then see how this test needs to be updated.

@stamhankar999
Copy link
Contributor

👍 merge it!

@kishkaru kishkaru merged commit 194ffb3 into master Mar 30, 2016
@kishkaru kishkaru deleted the 165_tests branch March 30, 2016 23:13
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.

2 participants