Gleiphir2769 opened a new pull request, #1003: URL: https://github.com/apache/pulsar-client-go/pull/1003
Fixes #983 ### Motivation Old TestMaxPendingChunkMessages() uses the concurrent message publish to make the consumer discard unavailable chunk. And it's flaky. So the `sendSingeChunk()` is introduced to manual create scenarios where old chunks should be discarded. ### Modifications - Fix `TestMaxPendingChunkMessages()` ### Verifying this change - [x] Make sure that the change passes the CI checks. -- 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]
