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 flaky test test_drop_replica_and_achieve_quorum #48642

Merged
merged 1 commit into from
Apr 11, 2023

Conversation

Avogar
Copy link
Member

@Avogar Avogar commented Apr 11, 2023

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Closes #43795.
The problem was: we inserted data into 3 replicas with insert_quorum=2 and then try to read all data from all replicas with sometimes select_sequential_consistency=1. And sometimes one of the replicas doesn't contain the part (because we have 3 replicas and quorum=2). Actually this part of the test is useless, let's just remove it.

@robot-clickhouse robot-clickhouse added the pr-not-for-changelog This PR should not be mentioned in the changelog label Apr 11, 2023
@nikitamikhaylov nikitamikhaylov self-assigned this Apr 11, 2023
@robot-ch-test-poll1 robot-ch-test-poll1 merged commit 17aecb7 into master Apr 11, 2023
139 checks passed
@robot-ch-test-poll1 robot-ch-test-poll1 deleted the Avogar-patch-3 branch April 11, 2023 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-not-for-changelog This PR should not be mentioned in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

test flaky test_quorum_inserts/test.py::test_drop_replica_and_achieve_quorum
4 participants