Skip to content

[RUBY-178] Integration tests and cucumber features for indexes#153

Merged
kishkaru merged 1 commit into
masterfrom
178_tests
Apr 1, 2016
Merged

[RUBY-178] Integration tests and cucumber features for indexes#153
kishkaru merged 1 commit into
masterfrom
178_tests

Conversation

@kishkaru
Copy link
Copy Markdown
Contributor

@kishkaru kishkaru commented Apr 1, 2016

No description provided.

Comment thread features/basics/schema_metadata.feature Outdated
cluster.keyspace('simplex').table('test_table').each_index do |index|
puts index.to_cql
end
session.execute("CREATE INDEX ind1 ON simplex.test_table (full(b))")
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.

If you create the index in the "given..." section, can you avoid the sleep below?

@stamhankar999
Copy link
Copy Markdown
Contributor

Overall, looks great. Fix up the sleep's in the integration tests and try to avoid them in the cucumber's, and you're good to go.

@kishkaru kishkaru merged commit 389afa4 into master Apr 1, 2016
@kishkaru kishkaru deleted the 178_tests branch April 1, 2016 21:30
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