Skip to content

MINOR: fix flaky shouldRemoveOneNamedTopologyWhileAnotherContinuesProcessing#11827

Merged
ableegoldman merged 4 commits intoapache:trunkfrom
ableegoldman:12648-fix-shouldRemoveOneNamedTopologyWhileAnotherContinuesProcessing
Mar 4, 2022
Merged

MINOR: fix flaky shouldRemoveOneNamedTopologyWhileAnotherContinuesProcessing#11827
ableegoldman merged 4 commits intoapache:trunkfrom
ableegoldman:12648-fix-shouldRemoveOneNamedTopologyWhileAnotherContinuesProcessing

Conversation

@ableegoldman
Copy link
Copy Markdown
Member

This test has been failing somewhat regularly due to going into the ERROR state before reaching RUNNING during the startup phase. The problem is that we are reusing the DELAYED_INPUT_STREAM topics, which had previously been assumed to be uniquely owned by a particular test. We should make sure to delete and re-create these topics for any test that uses them.

@ableegoldman
Copy link
Copy Markdown
Member Author

Call for review @guozhangwang @wcarlson5

Copy link
Copy Markdown
Contributor

@guozhangwang guozhangwang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! And thanks for removing redundant topics creations too.

@ableegoldman
Copy link
Copy Markdown
Member Author

Note that one additional fix is required to completely mend this: #11847
Once the above is merged though any new failure should be seen as a potential bug and cause the ticket to be reopened

@ableegoldman ableegoldman merged commit 11143d4 into apache:trunk Mar 4, 2022
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