Improve the waiting mechanism for keeper in integration tests#74076
Merged
antonio2368 merged 5 commits intoClickHouse:masterfrom Jan 7, 2025
Merged
Improve the waiting mechanism for keeper in integration tests#74076antonio2368 merged 5 commits intoClickHouse:masterfrom
antonio2368 merged 5 commits intoClickHouse:masterfrom
Conversation
Contributor
|
This is an automated comment for commit 9657329 with description of existing statuses. It's updated for the latest CI running ❌ Click here to open a full report in a separate page
Successful checks
|
b8c3e28 to
21f310c
Compare
4LW commands not always enough to ensure that keeper can server regular queries, since for regular queries it need to create session as well. Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
CI: https://s3.amazonaws.com/clickhouse-test-reports/72598/a7e97aa3a2dd13ba4fd5c2e37ff7299187d85bd8/integration_tests__tsan__%5B3_6%5D.html Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
CI: https://s3.amazonaws.com/clickhouse-test-reports/74076/21f310c99887e2d3189555aa584ba0c655087435/integration_tests__asan__old_analyzer__[6_6].html Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
6404d44 to
9657329
Compare
Member
Author
The problem is that the tests are not idempotent, and it is not that easy to do this (for some of them), so I would suggest to do this separately |
Member
Author
|
Can someone please take a look? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
connection_retry/command_retrywait_until_connectedto check that keeper can establish new sessions as wellChangelog category (leave one):
CI: