fixed some new test failures according to the Amazon EC2 report.

This commit is contained in:
Yichun Zhang (agentzh) 2014-11-12 12:57:27 -08:00
Родитель e6132eab93
Коммит 4720940e8c
2 изменённых файлов: 6 добавлений и 4 удалений

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

@ -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