[hotfix] fix presto end-to-end test not cleaning up
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/613fc445 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/613fc445 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/613fc445 Branch: refs/heads/master Commit: 613fc445f0a2669672c90f0718c5fcfe6822b15c Parents: 8fa6cf9 Author: Nico Kruber <[email protected]> Authored: Fri Nov 10 13:16:40 2017 +0100 Committer: Aljoscha Krettek <[email protected]> Committed: Mon Nov 13 16:37:51 2017 +0100 ---------------------------------------------------------------------- test-infra/end-to-end-test/test_shaded_presto_s3.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/613fc445/test-infra/end-to-end-test/test_shaded_presto_s3.sh ---------------------------------------------------------------------- diff --git a/test-infra/end-to-end-test/test_shaded_presto_s3.sh b/test-infra/end-to-end-test/test_shaded_presto_s3.sh index bca7649..559f1fe 100755 --- a/test-infra/end-to-end-test/test_shaded_presto_s3.sh +++ b/test-infra/end-to-end-test/test_shaded_presto_s3.sh @@ -31,7 +31,7 @@ source "$(dirname "$0")"/common.sh s3_put $TEST_INFRA_DIR/test-data/words $ARTIFACTS_AWS_BUCKET flink-end-to-end-test-shaded-presto-s3 # make sure we delete the file at the end function s3_cleanup { - s3_delete $ARTIFACTS_AWS_BUCKET flink-end-to-end-test-shaded-s3a + s3_delete $ARTIFACTS_AWS_BUCKET flink-end-to-end-test-shaded-presto-s3 rm $FLINK_DIR/lib/flink-s3-fs*.jar # make sure to run regular cleanup as well @@ -51,4 +51,4 @@ check_result_hash "WordCountWithShadedPrestoS3" $TEST_DATA_DIR/out/wc_out "72a69 # remove any leftover settings sed -i -e 's/s3.access-key: .*//' "$FLINK_DIR/conf/flink-conf.yaml" -sed -i -e 's/s3.secret-key: .*//' "$FLINK_DIR/conf/flink-conf.yaml" \ No newline at end of file +sed -i -e 's/s3.secret-key: .*//' "$FLINK_DIR/conf/flink-conf.yaml"
