gharris1727 commented on PR #14917:
URL: https://github.com/apache/kafka/pull/14917#issuecomment-1841810754

   I did some stress-testing on my "BeforeAll" fix overnight and found a new 
failure mode
   
   ```
   org.opentest4j.AssertionFailedError: expected: 
   
<{"state":"RUNNING","spec":{"class":"org.apache.kafka.trogdor.task.NoOpTaskSpec","startMs":552,"durationMs":500},"startedMs":552,"status":"receiving"}>
   but was: 
   
<{"state":"RUNNING","spec":{"class":"org.apache.kafka.trogdor.task.NoOpTaskSpec","startMs":552,"durationMs":500},"startedMs":552,"status":"active"}>
   ```
   
   This occurred in 29 of 7531 runs (0.38% chance) at 20% CPU.
   
   I'm going to re-run the test with your branch to see how effective the 
4-minute timeout is.


-- 
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

Reply via email to