Skip to content

Fix keeper zookeeper converter test#30678

Merged
alesapin merged 1 commit intomasterfrom
fix_keeper_test
Oct 26, 2021
Merged

Fix keeper zookeeper converter test#30678
alesapin merged 1 commit intomasterfrom
fix_keeper_test

Conversation

@alesapin
Copy link
Copy Markdown
Member

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Fix failure like this: https://clickhouse-test-reports.s3.yandex.net/30493/82749eef31a5290db9c5dc8e2afbca7e199f2aef/integration_tests_(thread)/integration_run_parallel5_0.log
In this test Keeper is just too fast in disconnecting session and deleting ephemeral nodes. So for original zookeeper we have:
numChildren=10 and cversion=10, but for Keeper numChildren=0 and cversion=20 which means that all ephemeral children were deleted.

@robot-clickhouse robot-clickhouse added the pr-not-for-changelog This PR should not be mentioned in the changelog label Oct 26, 2021
@alexey-milovidov alexey-milovidov self-assigned this Oct 26, 2021
@alesapin
Copy link
Copy Markdown
Member Author

No related failures, flaky check ok

@alesapin alesapin merged commit 44684a8 into master Oct 26, 2021
@alesapin alesapin deleted the fix_keeper_test branch October 26, 2021 20:03
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.

3 participants