You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by we...@apache.org on 2022/05/07 09:24:39 UTC

[incubator-seatunnel] branch dev updated: [Improve][IT]Adjust it test case path (#1817)

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

wenjun pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new ef5d1f2c [Improve][IT]Adjust it test case path (#1817)
ef5d1f2c is described below

commit ef5d1f2c83b9d5129ec299bb690aaf1894198a40
Author: tmljob <69...@users.noreply.github.com>
AuthorDate: Sat May 7 17:24:35 2022 +0800

    [Improve][IT]Adjust it test case path (#1817)
---
 .../src/test/resources/http/httpsource_to_console.conf                  | 2 +-
 .../seatunnel/e2e/spark/{fake => http}/HttpSourceToConsoleIT.java       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/seatunnel-e2e/seatunnel-flink-e2e/src/test/resources/http/httpsource_to_console.conf b/seatunnel-e2e/seatunnel-flink-e2e/src/test/resources/http/httpsource_to_console.conf
index 246ba4f3..a7215a2f 100644
--- a/seatunnel-e2e/seatunnel-flink-e2e/src/test/resources/http/httpsource_to_console.conf
+++ b/seatunnel-e2e/seatunnel-flink-e2e/src/test/resources/http/httpsource_to_console.conf
@@ -29,7 +29,7 @@ source {
   # This is a example source plugin **only for test and demonstrate the feature source plugin**
     Http {
       url = "http://date.jsontest.com/"
-      result_table_name= "response_body"
+      result_table_name = "response_body"
     }
 
   # If you would like to get more information about how to configure seatunnel and see full list of source plugins,
diff --git a/seatunnel-e2e/seatunnel-spark-e2e/src/test/java/org/apache/seatunnel/e2e/spark/fake/HttpSourceToConsoleIT.java b/seatunnel-e2e/seatunnel-spark-e2e/src/test/java/org/apache/seatunnel/e2e/spark/http/HttpSourceToConsoleIT.java
similarity index 97%
rename from seatunnel-e2e/seatunnel-spark-e2e/src/test/java/org/apache/seatunnel/e2e/spark/fake/HttpSourceToConsoleIT.java
rename to seatunnel-e2e/seatunnel-spark-e2e/src/test/java/org/apache/seatunnel/e2e/spark/http/HttpSourceToConsoleIT.java
index 57c652b6..ae9374c9 100644
--- a/seatunnel-e2e/seatunnel-spark-e2e/src/test/java/org/apache/seatunnel/e2e/spark/fake/HttpSourceToConsoleIT.java
+++ b/seatunnel-e2e/seatunnel-spark-e2e/src/test/java/org/apache/seatunnel/e2e/spark/http/HttpSourceToConsoleIT.java
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 
-package org.apache.seatunnel.e2e.spark.fake;
+package org.apache.seatunnel.e2e.spark.http;
 
 import org.apache.seatunnel.e2e.spark.SparkContainer;