comparison grpc_request_buffering.t @ 1381:97c8280de681

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Mon, 08 Oct 2018 15:30:39 +0300
parents ca6fe31f74c4
children 01d806268a12
comparison
equal deleted inserted replaced
1380:f50c7d90f5c9 1381:97c8280de681
21 ############################################################################### 21 ###############################################################################
22 22
23 select STDERR; $| = 1; 23 select STDERR; $| = 1;
24 select STDOUT; $| = 1; 24 select STDOUT; $| = 1;
25 25
26 my $t = Test::Nginx->new()->has(qw/http http_v2 grpc mirror proxy/); 26 my $t = Test::Nginx->new()->has(qw/http http_v2 grpc mirror proxy/)->plan(12);
27 27
28 $t->write_file_expand('nginx.conf', <<'EOF'); 28 $t->write_file_expand('nginx.conf', <<'EOF');
29 29
30 %%TEST_GLOBALS%% 30 %%TEST_GLOBALS%%
31 31
62 } 62 }
63 } 63 }
64 64
65 EOF 65 EOF
66 66
67 $t->try_run('no grpc')->plan(12); 67 $t->run();
68 68
69 ############################################################################### 69 ###############################################################################
70 70
71 my $p = port(8081); 71 my $p = port(8081);
72 my $f = grpc(); 72 my $f = grpc();