fvaleri commented on PR #12159:
URL: https://github.com/apache/kafka/pull/12159#issuecomment-1131936314

   @divijvaidya I fixed the test you were referring to.
   
   I also fixed the help method `sendNoReceive` which was directly using 
`channel.mute()` instead of `selector.mute(channel.id())`. The first call does 
not ensure proper state handling, and I believe it's the reason why 
`testCloseOldestConnectionWithMultiplePendingReceives` was randomly failing.
   
   Let's see if the test job pass this time.
   
   


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