# HG changeset patch # User Sergey Kandaurov # Date 1518529793 -10800 # Node ID aaf332b74bcfb17a0e445f7d2f5fc54c55a20739 # Parent 52873012ab2611e4c52fc9599db767954f6d6d6b Tests: handled "aio threads" in h2_server_push.t as well. diff --git a/h2_server_push.t b/h2_server_push.t --- a/h2_server_push.t +++ b/h2_server_push.t @@ -273,7 +273,8 @@ is(grep({ $_->{type} eq "PUSH_PROMISE" } is(grep({ $_->{type} eq "PUSH_PROMISE" } @$frames), 0, 'max pushes disabled'); TODO: { -local $TODO = 'not yet' if $t->read_file('nginx.conf') =~ /aio on/; +local $TODO = 'not yet' if $t->read_file('nginx.conf') =~ /aio on/ + or $t->read_file('nginx.conf') =~ /aio threads/; # server push flow control & rst @@ -317,7 +318,8 @@ is($frame->{flags}, 1, 'pushed response ok(!$frame, 'rst pushed stream'); TODO: { -local $TODO = 'not yet' if $t->read_file('nginx.conf') =~ /aio on/; +local $TODO = 'not yet' if $t->read_file('nginx.conf') =~ /aio on/ + or $t->read_file('nginx.conf') =~ /aio threads/; # priority