File tree Expand file tree Collapse file tree 2 files changed +17
-5
lines changed
Expand file tree Collapse file tree 2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,6 @@ use lib 'lib';
88use Test::Nginx::Socket::Lua;
99use Cwd qw( cwd) ;
1010
11- # worker_connections(1014);
12- master_process_enabled(1);
13- # log_level('error');
14-
1511repeat_each(2);
1612
1713plan tests => repeat_each() * (blocks() * 5);
@@ -46,9 +42,13 @@ our $HttpConfig = <<_EOC_;
4642 }
4743_EOC_
4844
45+ # worker_connections(1014);
46+ master_on();
47+ # log_level('error');
48+
4949# no_diff();
5050# no_long_string();
51- check_accum_error_log();
51+ # check_accum_error_log();
5252run_tests();
5353
5454__DATA__
Original file line number Diff line number Diff line change 7272 fun:ngx_set_environment
7373 fun:ngx_single_process_cycle
7474}
75+ {
76+ <insert_a_suppression_name_here>
77+ Memcheck:Leak
78+ match-leak-kinds: definite
79+ fun:malloc
80+ fun:ngx_alloc
81+ fun:ngx_set_environment
82+ fun:ngx_worker_process_init
83+ fun:ngx_worker_process_cycle
84+ fun:ngx_spawn_process
85+ fun:ngx_start_worker_processes
86+ }
You can’t perform that action at this time.
0 commit comments