Skip to content

Commit

Permalink
Tests: put binary_upgrade tests under TODO.
Browse files Browse the repository at this point in the history
PID-file creation is not atomical, thus the test may fail.
Until this is fixed, test results are not relevant.
  • Loading branch information
vlhomutov committed Mar 1, 2023
1 parent 540c2f0 commit 57f7833
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/binary_upgrade.t
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ $t->run();
my $pid = $t->read_file('nginx.pid');
ok($pid, 'master pid');

TODO: {

local $TODO = 'not yet';

kill 'USR2', $pid;

for (1 .. 30) {
Expand Down Expand Up @@ -91,4 +95,5 @@ for (1 .. 30) {

ok(-e "$d/unix.sock", 'unix socket exists on new master termination');

}
###############################################################################

0 comments on commit 57f7833

Please sign in to comment.