Aleksandr Chesnokov created IGNITE-26047: --------------------------------------------
Summary: Flaky IgniteFutureImplTest#testChainAsync Key: IGNITE-26047 URL: https://issues.apache.org/jira/browse/IGNITE-26047 Project: Ignite Issue Type: Bug Reporter: Aleksandr Chesnokov Assignee: Aleksandr Chesnokov IgniteFutureImplTest#testChainAsync is flaky. The problem is that when we call IgniteFuture#listen, the listener can be executed in the same thread if the future is already completed. As a result, {code:java} assertEquals(CUSTOM_THREAD_NAME, Thread.currentThread().getName()); {code} fails -- This message was sent by Atlassian Jira (v8.20.10#820010)