TaiJuWu commented on PR #18474:
URL: https://github.com/apache/kafka/pull/18474#issuecomment-2582103639

   > The PR you referenced was green when I merged it:
   > 
   
   Yes, you're correct, but I used the following script to identify the commit 
that caused this test to fail, and it points to this specific commit.
   
   ```
   git bisect start HEAD
   git bisect bad
   git bisect good 3f9d2c2db061a10fa9db20a88e4b509e34191eb5
   git bisect run ./gradlew :core:test --tests 
"kafka.log.remote.RemoteLogManagerTest.testStopPartitionsWithDeletion"
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to