Mirza Aliev created IGNITE-16346:
------------------------------------

             Summary: Test 
ConfigurationTest#testDirectAsyncContinuationExecutorUsesNettyThread is flaky
                 Key: IGNITE-16346
                 URL: https://issues.apache.org/jira/browse/IGNITE-16346
             Project: Ignite
          Issue Type: Bug
            Reporter: Mirza Aliev


Test {{ConfigurationTest#testDirectAsyncContinuationExecutorUsesNettyThread}} 
is flaky
https://ci.ignite.apache.org/buildConfiguration/ignite3_Test_RunUnitTests/6379034?logFilter=debug
 
{noformat}
java.lang.AssertionError: 
Expected: a string starting with "nioEventLoopGroup-"
     but: was "main"
Expected :a string starting with "nioEventLoopGroup-"
Actual   :"main"
<Click to see difference>


        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
        at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
        at 
org.apache.ignite.client.ConfigurationTest.testDirectAsyncContinuationExecutorUsesNettyThread(ConfigurationTest.java:151)

{noformat}
 Could be reproduced on {{main}} (87d5132b9) after app. 500 runs.

Possible root cause is that 
{{org.apache.ignite.table.manager.IgniteTables#tablesAsync}} future might be 
completed too early, so thread do not match to expected. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to