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 7ba3503318 Ignite-23644 Unmute testDropColumn and 
testMergeChangesAddDropAdd in ItSchemaChangeKvViewTest (#4695)
7ba3503318 is described below

commit 7ba350331848dffbe034f4c16d8c4a9ceab50e3a
Author: Alexander Lapin <[email protected]>
AuthorDate: Sat Nov 9 06:34:19 2024 +0200

    Ignite-23644 Unmute testDropColumn and testMergeChangesAddDropAdd in 
ItSchemaChangeKvViewTest (#4695)
---
 .../org/apache/ignite/internal/runner/app/ItSchemaChangeKvViewTest.java | 2 --
 1 file changed, 2 deletions(-)

diff --git 
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItSchemaChangeKvViewTest.java
 
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItSchemaChangeKvViewTest.java
index e50c2701c4..c44b0424ba 100644
--- 
a/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItSchemaChangeKvViewTest.java
+++ 
b/modules/runner/src/integrationTest/java/org/apache/ignite/internal/runner/app/ItSchemaChangeKvViewTest.java
@@ -36,7 +36,6 @@ class ItSchemaChangeKvViewTest extends 
AbstractSchemaChangeTest {
     /**
      * Check add a new column to table schema.
      */
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-20628";)
     @Test
     public void testDropColumn() {
         List<Ignite> grid = startGrid();
@@ -175,7 +174,6 @@ class ItSchemaChangeKvViewTest extends 
AbstractSchemaChangeTest {
     /**
      * Check merge table schema changes.
      */
-    @Disabled("https://issues.apache.org/jira/browse/IGNITE-20628";)
     @Test
     public void testMergeChangesAddDropAdd() {
         List<Ignite> grid = startGrid();

Reply via email to