updated tests to reflect the changes in commit 60999efe3
.
This commit is contained in:
Родитель
60999efe35
Коммит
c27f65b2bd
|
@ -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_
|
||||
|
|
Загрузка…
Ссылка в новой задаче