You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by dw...@apache.org on 2019/08/06 09:38:44 UTC

[flink] branch release-1.9 updated: [hotfix][e2e] Include dependency tests in travis splits

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

dwysakowicz pushed a commit to branch release-1.9
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.9 by this push:
     new f1b5923  [hotfix][e2e] Include dependency tests in travis splits
f1b5923 is described below

commit f1b592390e5e2a3694ac2bb67baea64b93e26ba9
Author: Dawid Wysakowicz <dw...@apache.org>
AuthorDate: Tue Aug 6 09:40:42 2019 +0200

    [hotfix][e2e] Include dependency tests in travis splits
---
 tools/travis/splits/split_misc.sh            | 2 ++
 tools/travis/splits/split_misc_hadoopfree.sh | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/tools/travis/splits/split_misc.sh b/tools/travis/splits/split_misc.sh
index 63fc22d..0171745 100755
--- a/tools/travis/splits/split_misc.sh
+++ b/tools/travis/splits/split_misc.sh
@@ -74,5 +74,7 @@ run_test "SQL Client end-to-end test for Kafka 0.10" "$END_TO_END_DIR/test-scrip
 run_test "SQL Client end-to-end test for Kafka 0.11" "$END_TO_END_DIR/test-scripts/test_sql_client_kafka011.sh"
 run_test "SQL Client end-to-end test for modern Kafka" "$END_TO_END_DIR/test-scripts/test_sql_client_kafka.sh"
 
+run_test "Dependency shading of table modules test" "$END_TO_END_DIR/test-scripts/test_table_shaded_dependencies.sh"
+
 printf "\n[PASS] All tests passed\n"
 exit 0
diff --git a/tools/travis/splits/split_misc_hadoopfree.sh b/tools/travis/splits/split_misc_hadoopfree.sh
index 8c59d31..a2914ab 100755
--- a/tools/travis/splits/split_misc_hadoopfree.sh
+++ b/tools/travis/splits/split_misc_hadoopfree.sh
@@ -67,5 +67,7 @@ run_test "Avro Confluent Schema Registry nightly end-to-end test" "$END_TO_END_D
 run_test "State TTL Heap backend end-to-end test" "$END_TO_END_DIR/test-scripts/test_stream_state_ttl.sh file"
 run_test "State TTL RocksDb backend end-to-end test" "$END_TO_END_DIR/test-scripts/test_stream_state_ttl.sh rocks"
 
+run_test "Dependency shading of table modules test" "$END_TO_END_DIR/test-scripts/test_table_shaded_dependencies.sh"
+
 printf "\n[PASS] All tests passed\n"
 exit 0