This is an automated email from the ASF dual-hosted git repository.
gaoyunhaii pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/master by this push:
new dea2b10 [FLINK-25307][test] Change nodename used in e2e tests to
localhost
dea2b10 is described below
commit dea2b10502a493e9d4137e7d94d2dac85d9fa666
Author: Yun Gao <[email protected]>
AuthorDate: Mon Jan 24 22:05:36 2022 +0800
[FLINK-25307][test] Change nodename used in e2e tests to localhost
This closes #18481.
---
flink-end-to-end-tests/test-scripts/common.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flink-end-to-end-tests/test-scripts/common.sh
b/flink-end-to-end-tests/test-scripts/common.sh
index 5b7f374..ab14d41 100644
--- a/flink-end-to-end-tests/test-scripts/common.sh
+++ b/flink-end-to-end-tests/test-scripts/common.sh
@@ -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