fixed some new test failures according to the Amazon EC2 report.
This commit is contained in:
Родитель
e6132eab93
Коммит
4720940e8c
|
@ -76,8 +76,8 @@ Yay! 123
|
|||
GET /lua
|
||||
--- response_body_like: 500 Internal Server Error
|
||||
--- error_code: 500
|
||||
--- error_log
|
||||
content_by_lua(nginx.conf:39):1: attempt to call field 'echo' (a nil value)
|
||||
--- error_log eval
|
||||
qr/content_by_lua\(nginx\.conf:\d+\):1: attempt to call field 'echo' \(a nil value\)/
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -700,8 +700,10 @@ F(ngx_http_write_filter) {
|
|||
}
|
||||
}
|
||||
|
||||
--- stap_out eval
|
||||
("seen flush buf.\n" x 10) . "seen last buf.\n"
|
||||
--- stap_out_like eval
|
||||
qr/^(?:seen flush buf\.
|
||||
){10,}seen last buf\.
|
||||
$/
|
||||
|
||||
--- stap2
|
||||
global active = 1
|
||||
|
|
Загрузка…
Ссылка в новой задаче