-
Notifications
You must be signed in to change notification settings - Fork 14.8k
KAFKA-19683: Clean up TaskManagerTest #20994
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
4f30e2e to
4f9f4a9
Compare
|
@lucasbru, tagging for review. Should hopefully be the last one for the test file :) |
4f9f4a9 to
0617ccb
Compare
lucasbru
left a comment
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. There are few tests that are still called "...WithStateUpdater", I suppose we can drop this suffix now
0617ccb to
7b07885
Compare
Done! Removed them in 7b07885 Thank you for your patience and all the reviews, Lucas :) |
Final cleanup of
TaskManagerTest.javasetUpTaskManagerWithStateUpdatertosetUpTaskManagerWithStateUpdaterEnabledfrom test namessetUpTaskManagerWithoutStateUpdatershouldCloseTasksIfStateUpdaterTimesOutOnRemoveto use new mockingpatterns
StateMachineTaskand alsohandleAssignmentmethodReviewers: Lucas Brutschy lbrutschy@confluent.io