poorbarcode opened a new pull request, #17845: URL: https://github.com/apache/pulsar/pull/17845
Fixes: - #17755 ### Motivation Concurrent execution of these two instructions will throw an exception: - Mocked objects are executing methods - Bind the new mock behavior again In this test, `cursorMock` triggers this error. ### Modifications make "binding the new mock behavior" always running after "all methods execute finish" ### Documentation - [x] `doc-not-needed` ### Matching PR in forked repository PR in forked repository: - https://github.com/poorbarcode/pulsar/pull/14 -- 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]
