rkhachatryan opened a new pull request #19222: URL: https://github.com/apache/flink/pull/19222
There is a race condition in ChangelogStorageMetricsTest.testAttemptsPerUpload: - the assertion is made as soon as upload (future) is completed - the histogram is updated after completing the upload (on success) Moving assertion out of try/close block solves the problem. -- 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]
