Pavel Tupitsyn created IGNITE-26719:
---------------------------------------
Summary:
org.apache.ignite.client.ConfigurationTest.testDefaultAsyncContinuationExecutorIsForkJoinPool
is flaky
Key: IGNITE-26719
URL: https://issues.apache.org/jira/browse/IGNITE-26719
Project: Ignite
Issue Type: Improvement
Components: thin clients ai3
Reporter: Pavel Tupitsyn
Fix For: 3.2
https://ci.ignite.apache.org/test/8005334196959973426?currentProjectId=ApacheIgnite3xGradle_Test_RunUnitTests_virtual&orderBy=status&order=desc
{code}
java.lang.AssertionError:
Expected: (a string starting with "ForkJoinPool.commonPool-worker-" or "Test
worker")
but: was "nioEventLoopGroup-52-1"
java.lang.AssertionError:
Expected: (a string starting with "ForkJoinPool.commonPool-worker-" or "Test
worker")
but: was "nioEventLoopGroup-52-1"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at
org.apache.ignite.client.ConfigurationTest.testDefaultAsyncContinuationExecutorIsForkJoinPool(ConfigurationTest.java:137)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)