Skip to content

Commit 0d736bf

Browse files
committed
tests: suppressed a warning from the test scaffold for a timer test case.
1 parent 6706ec2 commit 0d736bf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

t/106-timer.t

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,10 +1929,12 @@ registered timer
19291929
[crit]
19301930
[error]
19311931

1932-
--- error_log
1933-
1 lua_max_running_timers are not enough
1934-
lua ngx.timer expired
1935-
http lua close fake http connection
1932+
--- error_log eval
1933+
[
1934+
qr/\[alert\] .*? 1 lua_max_running_timers are not enough/,
1935+
"lua ngx.timer expired",
1936+
"http lua close fake http connection",
1937+
]
19361938

19371939

19381940

0 commit comments

Comments
 (0)