Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-26809][tests] Assert histogram state after stopping the uploader
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.
- Loading branch information