-
Notifications
You must be signed in to change notification settings - Fork 6
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
Workaround Cassandra table setup issue #122
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I have tested this in my local environment and everything was working as expected and I didn't face any issues.
Thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
@yito88 BTW, have we identified the root cause of the issue that occurs only when using Schema Loader?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you!
Found one typo, so it would be great if you could merge it after it's fixed.
@@ -23,28 +25,84 @@ | |||
[r] | |||
(Thread/sleep (reduce * 1000 (repeat r 2)))) | |||
|
|||
(defn- get-cassandra-schema | |||
"Only the current test schemata are covered |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Only the current test schemata are covered | |
"Only the current test schemas are covered |
This reverts commit be76b87.
Description
Cassandra's table setup failed repeatedly even though the waits were inserted.
This workaround tries Cassandra table setup without the schema loader.
Related issues and/or PRs
Changes made
Checklist
Additional notes (optional)