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

cassandra_int_tests: add node lost test case #886

Merged
merged 2 commits into from Nov 3, 2022

Conversation

rukai
Copy link
Member

@rukai rukai commented Oct 26, 2022

We currently test when the node shutsdown cleanly and therefore notifies its peers and therefore shotover of the node going down.
However we didnt test the case where the node silently dissapears requiring shotover to detect the missing node itself.
This PR adds that test case.

It needs to be added as a separate test case because the existing call to test_node_going_down leaves the cluster in a bad state.

Still need to investigate and fix the problem this reveals.
But dumping this here as a draft as I'm working on something else first.

@rukai
Copy link
Member Author

rukai commented Nov 3, 2022

This is working now, I believe it was fixed by: #873

@rukai rukai marked this pull request as ready for review November 3, 2022 01:19
@conorbros conorbros enabled auto-merge (squash) November 3, 2022 05:47
@conorbros conorbros merged commit b91abfe into shotover:main Nov 3, 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.

None yet

3 participants