Skip to content

Commit

Permalink
IGNITE-24106 TC experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
alievmirza committed Dec 26, 2024
1 parent 2a8d29f commit 9a91765
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
import org.apache.ignite.network.NetworkAddress;
import org.jetbrains.annotations.Nullable;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.RepeatedTest;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.params.ParameterizedTest;
Expand Down Expand Up @@ -604,7 +605,7 @@ public void testFirstLogicalTopologyUpdateInterruptedEventRestoredAfterRestart()
);
}

@Test
@RepeatedTest(1000)
public void testCreationZoneWhenDataNodesAreDeletedIsNotSuccessful() throws Exception {
PartialNode node = startPartialNode(0);

Expand Down

0 comments on commit 9a91765

Please sign in to comment.