Skip to content

Commit

Permalink
tests: skipped the test case for lua_code_cache off + ngx.timer.every…
Browse files Browse the repository at this point in the history
… in the "check leak" test mode since there is a known memory leak in this case.
  • Loading branch information
agentzh committed Jul 6, 2017
1 parent 720bd5d commit ef4a0b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/152-timer-every.t
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ lua_max_running_timers are not enough


=== TEST 9: lua_code_cache off
FIXME: it is know that this test case leaks memory.
so we skip it in the "check leak" testing mode.
--- http_config
lua_code_cache off;
--- config
Expand Down Expand Up @@ -380,3 +382,4 @@ ok
--- no_error_log
[error]
[crit]
--- no_check_leak

0 comments on commit ef4a0b1

Please sign in to comment.