AMashenkov commented on PR #5959: URL: https://github.com/apache/ignite-3/pull/5959#issuecomment-2930649736
The issue can be easily reproduced with adding a sleep into `CatalogManager.awaitVersionActivation` method. With the delay test failed on verification because the `clockService.waitFor()` is unexpectedly called twice. So in test, most likely, we observed the method has been called concurrently during CatalogManager initialization, but not during the TestCommand execution. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org