Yury Gerzhedovich created IGNITE-19689: ------------------------------------------
Summary: flaky ItClusterManagerTest#testClusterConfigurationIsRemovedFromClusterStateAfterUpdating Key: IGNITE-19689 URL: https://issues.apache.org/jira/browse/IGNITE-19689 Project: Ignite Issue Type: Improvement Reporter: Yury Gerzhedovich The test org.apache.ignite.internal.cluster.management.ItClusterManagerTest#testClusterConfigurationIsRemovedFromClusterStateAfterUpdating is flaky {code:java} org.awaitility.core.ConditionTimeoutException: Lambda expression in org.apache.ignite.internal.cluster.management.ItClusterManagerTest: expected the predicate to return <true> but it returned <false> for input of <Optional.empty> within 10 seconds. at app//org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167) at app//org.awaitility.core.AbstractHamcrestCondition.await(AbstractHamcrestCondition.java:86) at app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:985) at app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:691) at app//org.awaitility.core.ConditionFactory.until(ConditionFactory.java:708) at app//org.apache.ignite.internal.cluster.management.ItClusterManagerTest.testClusterConfigurationIsRemovedFromClusterStateAfterUpdating(ItClusterManagerTest.java:382) at java.base@11.0.17/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)