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 4afb514348 IGNITE-23002 Mute
ItEmbeddedMarshallingTest.testEstimatedSizeAfterScaleUp (#4238)
4afb514348 is described below
commit 4afb514348f58a3619dad3b3af7b2a8cbe238475
Author: Alexander Lapin <[email protected]>
AuthorDate: Fri Aug 16 09:57:11 2024 +0300
IGNITE-23002 Mute ItEmbeddedMarshallingTest.testEstimatedSizeAfterScaleUp
(#4238)
---
.../java/org/apache/ignite/internal/table/ItEstimatedSizeTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItEstimatedSizeTest.java
b/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItEstimatedSizeTest.java
index 3f4734e9ba..5faeea146c 100644
---
a/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItEstimatedSizeTest.java
+++
b/modules/table/src/integrationTest/java/org/apache/ignite/internal/table/ItEstimatedSizeTest.java
@@ -40,6 +40,7 @@ import org.apache.ignite.internal.lang.ByteArray;
import org.apache.ignite.internal.metastorage.Entry;
import org.apache.ignite.internal.metastorage.MetaStorageManager;
import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
/**
@@ -97,6 +98,7 @@ public class ItEstimatedSizeTest extends
ClusterPerTestIntegrationTest {
}
@Test
+ @Disabled("https://issues.apache.org/jira/browse/IGNITE-23001")
void testEstimatedSizeAfterScaleUp() throws InterruptedException {
for (String profile : ALL_STORAGE_PROFILES) {
String tableName = createTableWithData(profile);