You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/03/17 07:12:34 UTC

[iotdb] 02/02: [IOTDB-2755] Fix tests of flink-tsfile-connector not executed in CI

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

haonan pushed a commit to branch fix_flink_tests
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 244059d3daadb5de7c090fbd7fbf038bd6f976b6
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Mar 17 15:10:54 2022 +0800

    [IOTDB-2755] Fix tests of flink-tsfile-connector not executed in CI
---
 ...dOutputFormatIT.java => RowTSRecordOutputFormatIntegrationTest.java} | 2 +-
 ...sFileInputFormatIT.java => RowTsFileInputFormatIntegrationTest.java} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-tsfile-connector/src/test/java/org/apache/iotdb/flink/tsfile/RowTSRecordOutputFormatIT.java b/flink-tsfile-connector/src/test/java/org/apache/iotdb/flink/tsfile/RowTSRecordOutputFormatIntegrationTest.java
similarity index 95%
rename from flink-tsfile-connector/src/test/java/org/apache/iotdb/flink/tsfile/RowTSRecordOutputFormatIT.java
rename to flink-tsfile-connector/src/test/java/org/apache/iotdb/flink/tsfile/RowTSRecordOutputFormatIntegrationTest.java
index 399cecd..60b6c17 100644
--- a/flink-tsfile-connector/src/test/java/org/apache/iotdb/flink/tsfile/RowTSRecordOutputFormatIT.java
+++ b/flink-tsfile-connector/src/test/java/org/apache/iotdb/flink/tsfile/RowTSRecordOutputFormatIntegrationTest.java
@@ -28,7 +28,7 @@ import java.io.File;
 import static org.junit.Assert.assertArrayEquals;
 
 /** ITCases for TSRecordOutputFormat. */
-public class RowTSRecordOutputFormatIT extends RowTsFileOutputFormatTestBase {
+public class RowTSRecordOutputFormatIntegrationTest extends RowTsFileOutputFormatTestBase {
 
   @Test
   public void testOutputFormat() throws Exception {
diff --git a/flink-tsfile-connector/src/test/java/org/apache/iotdb/flink/tsfile/RowTsFileInputFormatIT.java b/flink-tsfile-connector/src/test/java/org/apache/iotdb/flink/tsfile/RowTsFileInputFormatIntegrationTest.java
similarity index 97%
rename from flink-tsfile-connector/src/test/java/org/apache/iotdb/flink/tsfile/RowTsFileInputFormatIT.java
rename to flink-tsfile-connector/src/test/java/org/apache/iotdb/flink/tsfile/RowTsFileInputFormatIntegrationTest.java
index 0c36cb6..e00f865 100644
--- a/flink-tsfile-connector/src/test/java/org/apache/iotdb/flink/tsfile/RowTsFileInputFormatIT.java
+++ b/flink-tsfile-connector/src/test/java/org/apache/iotdb/flink/tsfile/RowTsFileInputFormatIntegrationTest.java
@@ -37,7 +37,7 @@ import java.util.stream.StreamSupport;
 import static org.junit.Assert.assertArrayEquals;
 
 /** ITCases for RowTsFileInputFormat. */
-public class RowTsFileInputFormatIT extends RowTsFileInputFormatTestBase {
+public class RowTsFileInputFormatIntegrationTest extends RowTsFileInputFormatTestBase {
 
   private ExecutionEnvironment env;
   private StreamExecutionEnvironment senv;