kirktrue commented on PR #19980: URL: https://github.com/apache/kafka/pull/19980#issuecomment-3256970902
> I had the flakiness locally when Andrew reported it, running from the command line with: > > > N=100; I=0; while [ $I -lt $N ] && ./gradlew clients:clients-integration-tests:test --tests org.apache.kafka.clients.consumer.PlaintextConsumerTest.testAsyncConsumerStallBetweenPoll --rerun --fail-fast; do (( I=$I+1 )); echo "Completed run: $I"; sleep 1; done > > But agree it's not failing anymore, tried couple of times now (was it maybe the update to the test for simplifying it?). Anyways, seems stable now on my side and yours I wasn't able to replicate it locally using this method either 🤷♂️ -- 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]
