Skip to content

MINOR: Restore original behavior of GroupAuthorizerIntegrationTest #19968

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 22, 2025

Conversation

Rancho-7
Copy link
Contributor

@Rancho-7 Rancho-7 commented Jun 16, 2025

this is a follow-up for #19685

The timeout issue in AsyncConsumer#unsubscribe was fixed by
#19779. As a result, the test
GroupAuthorizerIntegrationTest#testConsumeUnsubscribeWithoutGroupPermission
should now retain its original behavior as expected prior to the issue.

Reviewers: Chia-Ping Tsai [email protected]

@github-actions github-actions bot added the triage PRs from the community label Jun 16, 2025
@Rancho-7 Rancho-7 changed the title Minor: Restore original behavior of GroupAuthorizerIntegrationTest MINOR: Restore original behavior of GroupAuthorizerIntegrationTest Jun 16, 2025
@github-actions github-actions bot added tests Test fixes (including flaky tests) clients small Small PRs labels Jun 16, 2025
@chia7712
Copy link
Member

@Rancho-7 could you please loop the test to ensure it is stable?

}

private void testConsumeUnsubscribeWithGroupPermission(ClusterInstance clusterInstance, GroupProtocol groupProtocol) throws InterruptedException, ExecutionException {
private void testConsumeUnsubscribeWithoutGroupPermission(ClusterInstance clusterInstance, GroupProtocol groupProtocol) throws InterruptedException, ExecutionException {
Copy link
Member

Choose a reason for hiding this comment

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

Perhaps we can keep both cases?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds good,I will keep both.

@github-actions github-actions bot removed the triage PRs from the community label Jun 18, 2025
@chia7712
Copy link
Member

@Rancho-7 could you please try to eliminate the duplicate code?

@Rancho-7
Copy link
Contributor Author

@Rancho-7 could you please try to eliminate the duplicate code?

Updated.

@chia7712 chia7712 merged commit 583acb6 into apache:trunk Jun 22, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-approved clients small Small PRs tests Test fixes (including flaky tests)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants