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

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

commit 9517201512167c222365d0fd0cd2812fc97863a2
Author: Andrey Zagrebin <azagre...@gmail.com>
AuthorDate: Fri Nov 16 18:11:36 2018 +0100

    [FLINK-10869] [tests] Fix test_streaming_file_sink to use proper and unique 
output directory
---
 flink-end-to-end-tests/test-scripts/test_streaming_file_sink.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/flink-end-to-end-tests/test-scripts/test_streaming_file_sink.sh 
b/flink-end-to-end-tests/test-scripts/test_streaming_file_sink.sh
index 7a469aa..e810e68 100755
--- a/flink-end-to-end-tests/test-scripts/test_streaming_file_sink.sh
+++ b/flink-end-to-end-tests/test-scripts/test_streaming_file_sink.sh
@@ -24,9 +24,9 @@ source "$(dirname "$0")"/common_s3.sh
 
 set_conf_ssl "mutual"
 
-OUT=out
+OUT=temp/test_streaming_file_sink-$(uuidgen)
 OUTPUT_PATH="$TEST_DATA_DIR/$OUT"
-S3_OUTPUT_PATH="s3://$IT_CASE_S3_BUCKET/temp/$OUT"
+S3_OUTPUT_PATH="s3://$IT_CASE_S3_BUCKET/$OUT"
 
 mkdir -p $OUTPUT_PATH
 

Reply via email to