tests: suppressed a warning from the test scaffold for a timer test case.

This commit is contained in:
Yichun Zhang (agentzh) 2014-10-06 23:29:17 -07:00
Родитель 6706ec2148
Коммит 0d736bf228
1 изменённых файлов: 6 добавлений и 4 удалений

Просмотреть файл

@ -1929,10 +1929,12 @@ registered timer
[crit]
[error]
--- error_log
1 lua_max_running_timers are not enough
lua ngx.timer expired
http lua close fake http connection
--- error_log eval
[
qr/\[alert\] .*? 1 lua_max_running_timers are not enough/,
"lua ngx.timer expired",
"http lua close fake http connection",
]