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

twalthr pushed a commit to branch cron-1.7-e2e
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/cron-1.7-e2e by this push:
     new 10ebcd3  [hotfix] Update SQL Client tests
10ebcd3 is described below

commit 10ebcd3dce6757485a777fda67e03139e260a366
Author: Timo Walther <twal...@apache.org>
AuthorDate: Fri Nov 16 17:23:24 2018 +0100

    [hotfix] Update SQL Client tests
---
 splits/split_misc.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/splits/split_misc.sh b/splits/split_misc.sh
index 3f022b4..e98c51c 100755
--- a/splits/split_misc.sh
+++ b/splits/split_misc.sh
@@ -69,6 +69,9 @@ run_test "State TTL Heap backend end-to-end test" 
"$END_TO_END_DIR/test-scripts/
 run_test "State TTL RocksDb backend end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_stream_state_ttl.sh rocks"
 
 run_test "SQL Client end-to-end test" 
"$END_TO_END_DIR/test-scripts/test_sql_client.sh"
+run_test "SQL Client end-to-end test for Kafka 0.10" 
"$END_TO_END_DIR/test-scripts/test_sql_client_kafka010.sh"
+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"
 
 printf "\n[PASS] All tests passed\n"
 exit 0

Reply via email to