Pavel Tupitsyn created IGNITE-19011:
---------------------------------------
Summary: testCustomAsyncContinuationExecutor is flaky
Key: IGNITE-19011
URL: https://issues.apache.org/jira/browse/IGNITE-19011
Project: Ignite
Issue Type: Improvement
Components: thin client
Affects Versions: 3.0.0-beta1
Reporter: Pavel Tupitsyn
Assignee: Pavel Tupitsyn
Fix For: 3.0.0-beta2
org.apache.ignite.client.ConfigurationTest.testCustomAsyncContinuationExecutor
is flaky:
{code}
Success Rate: 99.2% (Last 1000 Runs)
8 failed
992 successful
{code}
https://ci.ignite.apache.org/test/3886031378498227557?currentProjectId=ApacheIgnite3xGradle_Test&expandTestHistoryChartSection=true&branch=
{code}
java.lang.AssertionError:
Expected: a string starting with "pool-"
but: was "Test worker"
java.lang.AssertionError:
Expected: a string starting with "pool-"
but: was "Test worker"
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:6)
at
org.apache.ignite.client.ConfigurationTest.testCustomAsyncContinuationExecutor(ConfigurationTest.java:175)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)