comparison binary_upgrade.t @ 1693:5ac6efbe5552

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 01 Jun 2021 16:40:18 +0300
parents d7e83ce613c2
children
comparison
equal deleted inserted replaced
1692:f6795e2e6a4b 1693:5ac6efbe5552
87 for (1 .. 30) { 87 for (1 .. 30) {
88 last if ! -e "$d/nginx.pid.oldbin"; 88 last if ! -e "$d/nginx.pid.oldbin";
89 select undef, undef, undef, 0.2 89 select undef, undef, undef, 0.2
90 } 90 }
91 91
92 TODO: {
93 $TODO = 'not yet' unless $t->has_version('1.19.1');
94
95 ok(-e "$d/unix.sock", 'unix socket exists on new master termination'); 92 ok(-e "$d/unix.sock", 'unix socket exists on new master termination');
96 93
97 }
98
99 ############################################################################### 94 ###############################################################################