comparison limit_conn.t @ 820:45471a9017cc

Tests: TODO 'phantom event' alerts in limit_conn.t on Solaris. See 153969b53780 for details.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 26 Jan 2016 16:12:48 +0300
parents 2cd00179f4b2
children f4189a38c3a4
comparison
equal deleted inserted replaced
819:3200d5b4ffa8 820:45471a9017cc
19 ############################################################################### 19 ###############################################################################
20 20
21 select STDERR; $| = 1; 21 select STDERR; $| = 1;
22 select STDOUT; $| = 1; 22 select STDOUT; $| = 1;
23 23
24 my $t = Test::Nginx->new()->has(qw/http proxy limit_conn limit_req shmem/) 24 my $t = Test::Nginx->new()->has(qw/http proxy limit_conn limit_req shmem/);
25 ->plan(8);
26 25
27 $t->write_file_expand('nginx.conf', <<'EOF'); 26 $t->todo_alerts() if $^O eq 'solaris';
27
28 $t->write_file_expand('nginx.conf', <<'EOF')->plan(8);
28 29
29 %%TEST_GLOBALS%% 30 %%TEST_GLOBALS%%
30 31
31 daemon off; 32 daemon off;
32 33