Skip to content

[RUBY-181] Integration tests and cucumber features for table metadata#154

Merged
kishkaru merged 2 commits into
masterfrom
table_meta_tests
Apr 2, 2016
Merged

[RUBY-181] Integration tests and cucumber features for table metadata#154
kishkaru merged 2 commits into
masterfrom
table_meta_tests

Conversation

@kishkaru
Copy link
Copy Markdown
Contributor

@kishkaru kishkaru commented Apr 1, 2016

Also includes tests for RUBY-170, RUBY-179, RUBY-180.

assert @cluster.keyspace('simplex').has_table?('users')
table_meta = @cluster.keyspace('simplex').table('users')
refute_nil table_meta.options.crc_check_chance
assert_equal 1.0, table_meta.options.crc_check_chance
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.

do you need the refute_nil above if you're asserting 1.0 in this line?

@stamhankar999
Copy link
Copy Markdown
Contributor

Let me know when you've addressed these.

@stamhankar999
Copy link
Copy Markdown
Contributor

👍

@kishkaru kishkaru merged commit 4567529 into master Apr 2, 2016
@kishkaru kishkaru deleted the table_meta_tests branch April 2, 2016 00:20
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