KAFKA-12284: increase request timeout to make tests reliable#10547
Merged
chia7712 merged 4 commits intoapache:trunkfrom Apr 28, 2021
Merged
KAFKA-12284: increase request timeout to make tests reliable#10547chia7712 merged 4 commits intoapache:trunkfrom
chia7712 merged 4 commits intoapache:trunkfrom
Conversation
Member
Author
|
@mimaison @ning2008wisc , I've updated the PR, please help review it. Thank you. |
3 tasks
Member
Author
|
Failed tests are all un-related. (Not in MirrorMakerIntegrationTest) |
Contributor
|
thanks for the PR :) change seems reasonable and lgtm (if consistent test results can be verified by multiple runs). The final review will be done by the committer. |
3 tasks
Member
Author
|
Thanks @ning2008wisc ! |
Member
|
@showuon Could you merge trunk to trigger QA again? |
Member
Author
|
Done. Let's wait and see :) |
Member
Author
|
Failed tests are The failed |
chia7712
approved these changes
Apr 27, 2021
chia7712
reviewed
Apr 28, 2021
Member
Author
|
Failed tests are all un-related. (Not in MirrorMakerIntegrationTest) |
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.
The
MirrorConnectorsIntegrationTestsrecently failed withquite frequently. After investigation, the reason is the
createTopicin the server doesn't complete withinrequest.timeout.ms(default to 30 seconds). It makes sense that the server is pretty slow during 2 connector cluster (primary and backup) started at the same time. What I did are:Committer Checklist (excluded from commit message)