Skip to content

KAFKA-2386; increase timeouts for transient test failure in ConsumerCoordinatorResponseTests#107

Closed
hachikuji wants to merge 1 commit into
apache:trunkfrom
hachikuji:KAFKA-2386
Closed

KAFKA-2386; increase timeouts for transient test failure in ConsumerCoordinatorResponseTests#107
hachikuji wants to merge 1 commit into
apache:trunkfrom
hachikuji:KAFKA-2386

Conversation

@hachikuji

Copy link
Copy Markdown
Contributor

There are two race conditions in the test case "testGenerationIdIncrementsOnRebalance." First, a delay before the second join group request can timeout the initial group and cause the generationId to unexpectedly reset. Second, a delay in the join group request handling will timeout the request itself and cause the test to fail. This commit doesn't address these race conditions, but increases the timeouts to make them more unlikely. If the problem reoccurs, then we'll probably need a better solution.

@gwenshap

gwenshap commented Aug 3, 2015

Copy link
Copy Markdown
Contributor

LGTM. That is - the timeouts were unrealistically low (and still are after the change), so changing them doesn't compromise the test. I didn't do an exhaustive testing of new parameters, but it passed few times on my machine, which is good enough :)

@asfgit asfgit closed this in 3c09630 Aug 3, 2015
@asfbot

asfbot commented Aug 4, 2015

Copy link
Copy Markdown

kafka-trunk-git-pr #80 SUCCESS
This pull request looks good

ambroff pushed a commit to ambroff/kafka that referenced this pull request Jan 20, 2021
…l tests upon a tag creation/push (apache#107)

TICKET = N/A
LI_DESCRIPTION = LIKAFKA-34202
EXIT_CRITERIA = N/A
wyuka pushed a commit to wyuka/kafka that referenced this pull request Jan 7, 2022
This commit is a squash of:
- 97f6a93 [LI-HOTFIX] Add a Github Actions workflow to trigger build and test upon PR and push (apache#106)
- bb6cab9 [LI-HOTFIX] Add a Github Actions workflow to trigger build and run all tests upon a tag creation/push (apache#107)
- 4ac92ac [LI-HOTFIX] Enable the Github Actions workflow to upload the built archive and disable all Travis actions (apache#108)
- e3ca505 [LI-HOTFIX] Add note on LinkedIn Kafka Branch to README
- 883ece3 [LI-HOTFIX] Updating description of the CI flow (apache#114)
- 77cad71 [LI-HOTFIX] Add rat to CI build to make it consistent with PR (apache#173)
- 2af73a1 [LI-HOTFIX] CI: Split test builds to multiple jobs
- 22517e6 [LI-HOTFIX] CI: Enable spotbugs on build (apache#195)

And partially picked up the rat set up from
- 66596f0 [LI-HOTFIX] Adding licence and rat check (apache#159)

TICKET = N/A
LI_DESCRIPTION = LIKAFKA-34202
EXIT_CRITERIA = When migrating off Github Actions for CI
wyuka pushed a commit to wyuka/kafka that referenced this pull request Jun 16, 2022
This commit is a squash of:
- 97f6a93 [LI-HOTFIX] Add a Github Actions workflow to trigger build and test upon PR and push (apache#106)
- bb6cab9 [LI-HOTFIX] Add a Github Actions workflow to trigger build and run all tests upon a tag creation/push (apache#107)
- 4ac92ac [LI-HOTFIX] Enable the Github Actions workflow to upload the built archive and disable all Travis actions (apache#108)
- e3ca505 [LI-HOTFIX] Add note on LinkedIn Kafka Branch to README
- 883ece3 [LI-HOTFIX] Updating description of the CI flow (apache#114)
- 77cad71 [LI-HOTFIX] Add rat to CI build to make it consistent with PR (apache#173)
- 2af73a1 [LI-HOTFIX] CI: Split test builds to multiple jobs
- 22517e6 [LI-HOTFIX] CI: Enable spotbugs on build (apache#195)

And partially picked up the rat set up from
- 66596f0 [LI-HOTFIX] Adding licence and rat check (apache#159)

TICKET = N/A
LI_DESCRIPTION = LIKAFKA-34202
EXIT_CRITERIA = When migrating off Github Actions for CI
fvaleri added a commit to fvaleri/kafka that referenced this pull request Mar 26, 2026
Hide mirror.name internal config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants