This is an automated email from the ASF dual-hosted git repository.
etudenhoefner pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
The following commit(s) were added to refs/heads/main by this push:
new f59055a070 Spark 3.3: Ignore flaky test taking up all device space
(#10704)
f59055a070 is described below
commit f59055a07030f19904648a4738774cb605196985
Author: Manu Zhang <[email protected]>
AuthorDate: Wed Jul 17 15:13:13 2024 +0800
Spark 3.3: Ignore flaky test taking up all device space (#10704)
---
.../java/org/apache/iceberg/spark/extensions/TestCopyOnWriteMerge.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestCopyOnWriteMerge.java
b/spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestCopyOnWriteMerge.java
index 3f56d82d9b..7741ae39d6 100644
---
a/spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestCopyOnWriteMerge.java
+++
b/spark/v3.3/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestCopyOnWriteMerge.java
@@ -48,6 +48,7 @@ import org.apache.spark.sql.Encoders;
import org.apache.spark.sql.internal.SQLConf;
import org.junit.Assert;
import org.junit.Assume;
+import org.junit.Ignore;
import org.junit.Test;
public class TestCopyOnWriteMerge extends TestMerge {
@@ -70,6 +71,7 @@ public class TestCopyOnWriteMerge extends TestMerge {
}
@Test
+ @Ignore // Ignored due to https://github.com/apache/iceberg/issues/10040
public synchronized void testMergeWithConcurrentTableRefresh() throws
Exception {
// this test can only be run with Hive tables as it requires a reliable
lock
// also, the table cache must be enabled so that the same table instance
can be reused