Skip to content

Commit

Permalink
[FLINK-33285](debug) Reverts hard-coded IP
Browse files Browse the repository at this point in the history
  • Loading branch information
XComp committed Nov 6, 2023
1 parent 5e3d3f2 commit 1295d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flink-end-to-end-tests/test-scripts/common_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function containers_health_check() {

function build_image() {
local image_name=${1:-flink-job}
local default_file_server_address="172.18.0.2"
local default_file_server_address="localhost"
[[ "${OS_TYPE}" != "linux" ]] && default_file_server_address="host.docker.internal"
local file_server_address=${2:-${default_file_server_address}}
local file_server_port=${3:-"9999"}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ case $INPUT_TYPE in
(dummy-fs)
source "$(dirname "$0")"/common_dummy_fs.sh
dummy_fs_setup
INPUT_ARGS="--input dummy://172.18.0.2/words --input anotherDummy://172.18.0.2/words"
INPUT_ARGS="--input dummy://localhost/words --input anotherDummy://localhost/words"
RESULT_HASH="0e5bd0a3dd7d5a7110aa85ff70adb54b"
;;
(*)
Expand Down

0 comments on commit 1295d6f

Please sign in to comment.