Skip to content

MINOR: Flaky test fixes#21986

Open
AndrewJSchofield wants to merge 1 commit intoapache:trunkfrom
AndrewJSchofield:flaky-test-fixes
Open

MINOR: Flaky test fixes#21986
AndrewJSchofield wants to merge 1 commit intoapache:trunkfrom
AndrewJSchofield:flaky-test-fixes

Conversation

@AndrewJSchofield
Copy link
Copy Markdown
Member

@AndrewJSchofield AndrewJSchofield commented Apr 7, 2026

Fixes a couple of flaky tests.

Reviewers: Chia-Ping Tsai chia7712@gmail.com

} catch (Exception e) {
if (!(e instanceof GroupAuthorizationException || e instanceof TopicAuthorizationException || e instanceof InvalidTopicException))
if (!(e instanceof GroupAuthorizationException || e instanceof TopicAuthorizationException
|| e instanceof InvalidTopicException || e instanceof UnknownServerException))
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is this intended as a bug fix? the exception thrown by processBackgroundEventsOnClose will be handled by swallow

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.

2 participants