reddycharan opened a new pull request #2093: Fix flaky testIOVertexHTTPServerEndpointForARWithPrometheusProvider test URL: https://github.com/apache/bookkeeper/pull/2093 Descriptions of the changes in this PR: - in testIOVertexHTTPServerEndpointForARWithPrometheusProvider test it is not correct to assume that Auditor would have been created and started completely when we complete AutoRecoveryMain.start and see it status as started. It would make sure AuditorElector.submitElectionTask has submitted election task but not the completion of Auditor.start. So instead of relying on Auditor metric (NUM_UNDER_REPLICATED_LEDGERS), use ReplicationWorker metric - NUM_FULL_OR_PARTIAL_LEDGERS_REPLICATED.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
