-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
Conversation
@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 { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
@Rancho-7 could you please try to eliminate the duplicate code? |
Updated. |
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]