Skip to content

Commit

Permalink
[FLINK-10869] [tests] Fix test_streaming_file_sink to use proper and …
Browse files Browse the repository at this point in the history
…unique output directory
  • Loading branch information
azagrebin authored and StephanEwen committed Nov 16, 2018
1 parent 7758f2e commit 6a97c11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://$IT_CASE_S3_BUCKET/temp/$OUT"
S3_OUTPUT_PATH="s3:https://$IT_CASE_S3_BUCKET/$OUT"

mkdir -p $OUTPUT_PATH

Expand Down

0 comments on commit 6a97c11

Please sign in to comment.