Skip to content

Commit

Permalink
[FLINK-25307][test] Change nodename used in e2e tests to localhost
Browse files Browse the repository at this point in the history
This closes apache#18481.
  • Loading branch information
gaoyunhaii committed Feb 1, 2022
1 parent e54c59e commit dea2b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/test-scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ cd $TEST_ROOT

source "${TEST_INFRA_DIR}/common_utils.sh"

NODENAME=${NODENAME:-`hostname -f`}
NODENAME=${NODENAME:-"localhost"}

# REST_PROTOCOL and CURL_SSL_ARGS can be modified in common_ssl.sh if SSL is activated
# they should be used in curl command to query Flink REST API
Expand Down

0 comments on commit dea2b10

Please sign in to comment.