Skip to content

Commit

Permalink
tests: skipped a test case which is known to leak memory when lua_cod…
Browse files Browse the repository at this point in the history
…e_cache is off.
agentzh committed Aug 10, 2017
1 parent e9609d2 commit b87ad24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/154-semaphore.t
Original file line number Diff line number Diff line change
@@ -75,6 +75,7 @@ semaphore gc wait queue is not empty


=== TEST 2: timer + shutdown error log (lua code cache off)
FIXME: this test case leaks memory.
--- http_config
lua_code_cache off;
--- config
@@ -116,3 +117,4 @@ hello, world
--- shutdown_error_log
--- no_shutdown_error_log
semaphore gc wait queue is not empty
--- SKIP

0 comments on commit b87ad24

Please sign in to comment.