This is an automated email from the ASF dual-hosted git repository.

tkalkirill pushed a commit to branch ignite-28582
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-28582 by this push:
     new 67e80c1029b IGNITE-28582 wip
67e80c1029b is described below

commit 67e80c1029baa5a2b241f430b9cfe18040682fcc
Author: Kirill Tkalenko <[email protected]>
AuthorDate: Mon Apr 20 20:29:54 2026 +0300

    IGNITE-28582 wip
---
 .../test/java/org/apache/ignite/internal/metric/JmxExporterSpiTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/core/src/test/java/org/apache/ignite/internal/metric/JmxExporterSpiTest.java
 
b/modules/core/src/test/java/org/apache/ignite/internal/metric/JmxExporterSpiTest.java
index 45cb9d67615..16e6934d50c 100644
--- 
a/modules/core/src/test/java/org/apache/ignite/internal/metric/JmxExporterSpiTest.java
+++ 
b/modules/core/src/test/java/org/apache/ignite/internal/metric/JmxExporterSpiTest.java
@@ -1068,7 +1068,7 @@ public class JmxExporterSpiTest extends 
AbstractExporterSpiTest {
         execSvc.execute(1, new TestRunnable(latch, 3));
 
         try {
-            assertTrue(waitForCondition(() -> systemView(viewName).size() == 
2, 5_000));
+            assertTrue(waitForCondition(() -> systemView(viewName).size() >= 
2, 5_000));
 
             Set<Integer> taskStripeIdxs = new HashSet<>();
 

Reply via email to