[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/3574f8b4 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/3574f8b4 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/3574f8b4 Branch: refs/heads/release-1.4 Commit: 3574f8b430c19b21735995defa35a604db960046 Parents: e666e62 Author: Nico Kruber <[email protected]> Authored: Fri Nov 10 13:16:40 2017 +0100 Committer: Aljoscha Krettek <[email protected]> Committed: Mon Nov 13 17:41:15 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/3574f8b4/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"
