This is an automated email from the ASF dual-hosted git repository.
rpuch 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 d132b9f7db IGNITE-21512 Enable a test in ItSchemaSyncMultiNodeTest
(#4050)
d132b9f7db is described below
commit d132b9f7db526758e5f096a847e844f1303aa306
Author: Roman Puchkovskiy <[email protected]>
AuthorDate: Mon Jul 8 14:18:58 2024 +0400
IGNITE-21512 Enable a test in ItSchemaSyncMultiNodeTest (#4050)
---
.../apache/ignite/internal/schemasync/ItSchemaSyncMultiNodeTest.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/schemasync/ItSchemaSyncMultiNodeTest.java
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/schemasync/ItSchemaSyncMultiNodeTest.java
index 79438e9e51..36b37346a1 100644
---
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/schemasync/ItSchemaSyncMultiNodeTest.java
+++
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/schemasync/ItSchemaSyncMultiNodeTest.java
@@ -36,13 +36,11 @@ import
org.apache.ignite.internal.test.WatchListenerInhibitor;
import org.apache.ignite.table.KeyValueView;
import org.apache.ignite.table.Table;
import org.apache.ignite.table.Tuple;
-import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
/**
* Tests about basic Schema Synchronization properties that should be tested
using a few Ignite node.
*/
-@SuppressWarnings("resource")
class ItSchemaSyncMultiNodeTest extends ClusterPerTestIntegrationTest {
private static final int NODES_TO_START = 2;
@@ -81,7 +79,6 @@ class ItSchemaSyncMultiNodeTest extends
ClusterPerTestIntegrationTest {
* <p>This particular scenario uses metastorage inhibiting to make sure
that schema sync is not missed.
*/
@Test
- @Disabled("https://issues.apache.org/jira/browse/IGNITE-21512")
void sqlDmlAfterDdlOnAnotherNodeSeesDdlResultsWithInhibitor() {
WatchListenerInhibitor inhibitorOnNode1 =
metastorageEventsInhibitor(node(NODE_1_INDEX));
inhibitorOnNode1.startInhibit();