Skip to content

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

Merged
kishkaru merged 1 commit into
masterfrom
165_tests
Mar 30, 2016
Merged

[RUBY-165] Integration tests for adding protocol_version to Cluster#150
kishkaru merged 1 commit into
masterfrom
165_tests

Conversation

@kishkaru
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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