-
Notifications
You must be signed in to change notification settings - Fork 14.5k
MINOR: fix typo, use createTopic
instead waitForDeletion
#20054
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
base: trunk
Are you sure you want to change the base?
Conversation
admin.createTopics(List.of(new NewTopic(topic10, brokerSize, (short) brokerSize).configs(topicConfig))); | ||
clusterInstance.waitTopicDeletion("topic10"); | ||
clusterInstance.waitForTopic("topic10", brokerSize); |
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.
How about use clusterInstance.createTopic
?
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.
@gongxuanzhang: LGTM assuming CI pass.
waitForTopic
instead waitForDeletion
createTopic
instead waitForDeletion
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.
LGTM. This is the fix for #19319 (comment)
In
ProducerFailureHandlingTest
we should use waitForTopic rather thanwaitForDeletion