Fix port overlapping in ytsaurus tests#88165
Merged
azat merged 2 commits intoClickHouse:masterfrom Oct 8, 2025
Merged
Conversation
Contributor
Author
|
@azat FYI Also I haven't managed this by now: #88134 (comment) Just to avoid blocking anyone, let's leave it as it is, and I'll figure out if it's possible or not in the background. |
Contributor
Member
|
Thanks!
It should be as simple as the patch below, but, it turns out not that simple due to patchP.S. do you have any ideas on how to make those tests faster? They looks very slow at first glance |
azat
approved these changes
Oct 7, 2025
auto-merge was automatically disabled
October 7, 2025 12:37
Head branch was pushed to by a user without write access
MikhailBurdukov
commented
Oct 7, 2025
Comment on lines
+41
to
43
| retry_count=100, | ||
| time_to_sleep=0.5, | ||
| ): |
Contributor
Author
There was a problem hiding this comment.
That should make tests faster, but I don't have real numbers. If it's still slow, ping me and we will look into it more systematically. @azat
1 task
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.
Continuation of: #88134
Changelog category (leave one):
Changelog entry (a user-readable short description of the changes that goes into CHANGELOG.md):
...
Documentation entry for user-facing changes