updated tests to reflect the changes in commit 60999efe3.

This commit is contained in:
Yichun Zhang (agentzh) 2014-01-07 17:11:47 -08:00
Родитель 60999efe35
Коммит c27f65b2bd
6 изменённых файлов: 15 добавлений и 15 удалений

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

@ -110,7 +110,7 @@ lua tcp socket connect timeout: 150
lua_socket_log_errors off;
lua_socket_connect_timeout 102ms;
resolver $TEST_NGINX_RESOLVER;
resolver_timeout 1s;
#resolver_timeout 1s;
location /t3 {
rewrite_by_lua '
local sock = ngx.socket.tcp()

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

@ -589,7 +589,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}
_EOC_
@ -692,7 +692,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}
_EOC_
@ -801,7 +801,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}
_EOC_
@ -994,7 +994,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}
_EOC_

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

@ -570,7 +570,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}
_EOC_
@ -673,7 +673,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}
_EOC_
@ -782,7 +782,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}
_EOC_
@ -975,7 +975,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}
_EOC_

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

@ -177,7 +177,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}

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

@ -653,7 +653,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}
_EOC_

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

@ -550,7 +550,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}
_EOC_
@ -650,7 +650,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}
_EOC_
@ -756,7 +756,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}
_EOC_
@ -942,7 +942,7 @@ M(timer-expire) {
}
}
F(ngx_http_lua_tcp_socket_cleanup) {
F(ngx_http_lua_coctx_cleanup) {
println("lua tcp socket cleanup")
}
_EOC_