Skip to content

Commit 97d15ee

Browse files
committed
tests: updated the IP address of our own test server.
1 parent aafd50b commit 97d15ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

t/094-uthread-exit.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ after
475475
ngx.say("after")
476476
local sock = ngx.socket.tcp()
477477
sock:settimeout(12000)
478-
local ok, err = sock:connect("106.187.41.147", 12345)
478+
local ok, err = sock:connect("106.184.1.99", 12345)
479479
if not ok then
480480
ngx.say("failed to connect: ", err)
481481
return

t/128-duplex-tcp-socket.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ F(ngx_http_lua_socket_tcp_finalize_write_part) {
371371
end
372372

373373
sock:settimeout(300)
374-
local ok, err = sock:connect("106.187.41.147", 12345)
374+
local ok, err = sock:connect("106.184.1.99", 12345)
375375
ngx.say("connect: ", ok, " ", err)
376376

377377
local ok, err = sock:close()

0 commit comments

Comments
 (0)