comparison limit_conn.t @ 891:f4189a38c3a4

Tests: mark 'phantom event' alerts on Solaris as TODO (iff any).
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 01 Apr 2016 20:16:27 +0300
parents 45471a9017cc
children e9064d691790
comparison
equal deleted inserted replaced
890:b06beed07bc8 891:f4189a38c3a4
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
26 $t->todo_alerts() if $^O eq 'solaris';
27 25
28 $t->write_file_expand('nginx.conf', <<'EOF')->plan(8); 26 $t->write_file_expand('nginx.conf', <<'EOF')->plan(8);
29 27
30 %%TEST_GLOBALS%% 28 %%TEST_GLOBALS%%
31 29