Skip to content

[fix][flaky] Remove zero queue case in ConsumerInterceptorTest to reduce flaky#239

Merged
shibd merged 1 commit into
apache:mainfrom
RobertIndie:rm-zero-queue-case
Mar 30, 2023
Merged

[fix][flaky] Remove zero queue case in ConsumerInterceptorTest to reduce flaky#239
shibd merged 1 commit into
apache:mainfrom
RobertIndie:rm-zero-queue-case

Conversation

@RobertIndie
Copy link
Copy Markdown
Member

Motivation

After discussed with @BewareMyPower and @shibd , there is a permit issue with the zero queue consumer. The permit for the zero queue consumer may somehow be greater than 1 and cause the test stuck.

Modifications

  • Remove the zero queue case in ConsumerInterceptorTest to unblock the flaky test first. We will add back the case if the issue is fixed.

Verifying this change

  • Make sure that the change passes the CI checks.

This change is a trivial rework / code cleanup without any test coverage.

Documentation

  • doc-required
    (Your PR needs to update docs and you will update later)

  • doc-not-needed
    (Please explain why)

  • doc
    (Your PR contains doc changes)

  • doc-complete
    (Docs have been already added)

@RobertIndie RobertIndie self-assigned this Mar 30, 2023
@BewareMyPower BewareMyPower added this to the 3.2.0 milestone Mar 30, 2023
@shibd shibd merged commit fc6dbe5 into apache:main Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants