Skip to content

Commit 3bd4227

Browse files
committed
made a resolver test case more tolerante.
1 parent 7ecba53 commit 3bd4227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/023-rewrite/tcp-socket.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ attempt to send data on a closed socket
446446
--- request
447447
GET /t
448448
--- response_body_like
449-
^failed to connect: blah-blah-not-found\.agentzh\.org could not be resolved(?: \(\d+: Operation timed out\))?
449+
^failed to connect: blah-blah-not-found\.agentzh\.org could not be resolved(?: \(\d+: (?:Operation timed out|Host not found)\))?
450450
connected: nil
451451
failed to send request: closed$
452452
--- error_log

0 commit comments

Comments
 (0)