This is an automated email from the ASF dual-hosted git repository.
sanpwc 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 eae38b8ee3 IGNITE-22521 Enable
ItIgniteNodeRestartTest.testSequentialAsyncTableCreationThenAlterZoneThenRestartOnMsSnapshot
(#4027)
eae38b8ee3 is described below
commit eae38b8ee3f2b64f282282821c76af1692f8251e
Author: Vladislav Pyatkov <[email protected]>
AuthorDate: Tue Jul 9 11:07:04 2024 +0300
IGNITE-22521 Enable
ItIgniteNodeRestartTest.testSequentialAsyncTableCreationThenAlterZoneThenRestartOnMsSnapshot
(#4027)
---
.../org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java
index 8e3b8abfb7..d771de5897 100644
---
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java
+++
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItIgniteNodeRestartTest.java
@@ -1690,7 +1690,6 @@ public class ItIgniteNodeRestartTest extends
BaseIgniteRestartTest {
}
@Test
- @Disabled("https://issues.apache.org/jira/browse/IGNITE-22521")
public void
testSequentialAsyncTableCreationThenAlterZoneThenRestartOnMsSnapshot() throws
InterruptedException {
IgniteImpl node0 = startNode(0);
IgniteImpl node1 = startNode(1);