Skip to content

Commit 9de3dc7

Browse files
committed
tests: updated the expected debugging log message for freeing cosocket connection pools.
1 parent de3b7de commit 9de3dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/025-codecache.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ lua tcp socket keepalive max idle timeout
11111111
[
11121112
qq{lua tcp socket keepalive create connection pool for key "127.0.0.1:$ENV{TEST_NGINX_MEMCACHED_PORT}"},
11131113
qr/\[alert\] \S+ lua_code_cache is off; this will hurt performance/,
1114-
"lua tcp socket keepalive: free connection pool for ",
1114+
qr/\blua tcp socket keepalive: free connection pool [0-9A-F]+ for "127.0.0.1:/,
11151115
]
11161116
11171117

0 commit comments

Comments
 (0)