Skip to content
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

Fix another intermittent cluster failure #734

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

rukai
Copy link
Member

@rukai rukai commented Aug 9, 2022

Fixes https://github.com/shotover/shotover-proxy/runs/7739411831?check_suite_focus=true

This time the problem is in table::test
... and another showed up in udt::test

The problem is because we arent waiting for the cluster to reach schema agreement before running certain commands, so we can fix it by using the SchemaAwaiter like we do in functions::test

Rather than remove another test case from the TLS tests I reintroduced the previously removed functions::test case by adding a new_noop constructor

@rukai rukai merged commit ec83b7c into shotover:main Aug 10, 2022
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.

3 participants