This is an automated email from the ASF dual-hosted git repository.

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 7acae4b57 [test] Disable unstable 
RemoteLookupJoinITCase.testServiceFileCleaned
7acae4b57 is described below

commit 7acae4b57deba6486f627ebfdbc155a12c1fc44a
Author: Jingsong <[email protected]>
AuthorDate: Mon Jul 15 19:04:04 2024 +0800

    [test] Disable unstable RemoteLookupJoinITCase.testServiceFileCleaned
---
 .../src/test/java/org/apache/paimon/flink/RemoteLookupJoinITCase.java   | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/RemoteLookupJoinITCase.java
 
b/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/RemoteLookupJoinITCase.java
index 336c58217..372335520 100644
--- 
a/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/RemoteLookupJoinITCase.java
+++ 
b/paimon-flink/paimon-flink-common/src/test/java/org/apache/paimon/flink/RemoteLookupJoinITCase.java
@@ -39,6 +39,7 @@ import org.apache.flink.core.execution.JobClient;
 import org.apache.flink.streaming.api.environment.StreamExecutionEnvironment;
 import org.apache.flink.types.Row;
 import org.apache.flink.util.CloseableIterator;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import java.io.Closeable;
@@ -134,6 +135,7 @@ public class RemoteLookupJoinITCase extends 
CatalogITCaseBase {
         proxy.close();
     }
 
+    @Disabled // TODO unstable
     @Test
     public void testServiceFileCleaned() throws Exception {
         sql(

Reply via email to