cadonna commented on PR #13711: URL: https://github.com/apache/kafka/pull/13711#issuecomment-1587103195
The issue with `shouldInitializeNewStandbyTasks()` seems to be a missed cleanup due to a bug in EasyMock. If I rename the method to `shouldInitialiseNewStandbyTasks()` (notice the s instead of the z) it works for me locally. Probably, the order in which the test methods are executed matters. I know, this sounds ridiculous and actually it is ridiculous. :neutral_face: So rename the method. As soon as we will have migrated the whole test class the issue should be gone anyways. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org