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

vpyatkov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new d81a14651c IGNITE-22185 
DistributionZoneCausalityDataNodesTest.testEmptyDataNodesOnZoneCreationBeforeTopologyEventAndZoneInitialisation
 became flaky on the main (#4095)
d81a14651c is described below

commit d81a14651cb31f96916c417bc7163448effeee71
Author: Vladislav Pyatkov <[email protected]>
AuthorDate: Sat Jul 20 18:15:46 2024 +0300

    IGNITE-22185 
DistributionZoneCausalityDataNodesTest.testEmptyDataNodesOnZoneCreationBeforeTopologyEventAndZoneInitialisation
 became flaky on the main (#4095)
---
 .../causalitydatanodes/DistributionZoneCausalityDataNodesTest.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/causalitydatanodes/DistributionZoneCausalityDataNodesTest.java
 
b/modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/causalitydatanodes/DistributionZoneCausalityDataNodesTest.java
index 64cb5e683e..7f353f50ce 100644
--- 
a/modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/causalitydatanodes/DistributionZoneCausalityDataNodesTest.java
+++ 
b/modules/distribution-zones/src/test/java/org/apache/ignite/internal/distributionzones/causalitydatanodes/DistributionZoneCausalityDataNodesTest.java
@@ -599,7 +599,6 @@ public class DistributionZoneCausalityDataNodesTest extends 
BaseDistributionZone
      */
     @ParameterizedTest
     @MethodSource("provideArgumentsOfDifferentTimersValue")
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-22185";)
     void 
testEmptyDataNodesOnZoneCreationBeforeTopologyEventAndZoneInitialisation(int 
scaleUp, int scaleDown) {
         CountDownLatch latch = new CountDownLatch(1);
 

Reply via email to