acsaki commented on PR #12179:
URL: https://github.com/apache/kafka/pull/12179#issuecomment-1145812750

   > Nice tests! Thank you. Left some comments. Also, I found there are many 
tests failed with the error:
   > 
   > ```
   > org.opentest4j.AssertionFailedError: Topic [__consumer_offsets] metadata 
not propagated after 60000 ms
   > ```
   > 
   > ref: 
https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-12179/4/#showFailuresLink
   > 
   > I guess maybe it's because we use mock time, instead of system time now? 
Please help check them. Thank you.
   
   Thank you, haven't thought of MockTime. Indeed, lot of tests are failing 
yet, I've found out that in some test `connections.max.reauth.ms` gets set to 0 
instead of being left as null, so my current code sets the session expiration 
eventually and clients seem to get disconnected. 


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