Skip to content

Commit

Permalink
PCBC-986: Temporarily disable notifyFork test (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej authored Apr 22, 2024
1 parent bfb755b commit 19703d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/ForkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ public function testForkWorkflow()
if (!extension_loaded("pcntl")) {
$this->markTestSkipped("The 'pcntl' extension require to test Cluster::notifyFork helper");
}
$this->markTestSkipped(
"PCBC-986: the extension does not restart connections in the child immediately, " .
"so this test might produce errors when the child handles responses addressed " .
"to the parent."
);
$id = $this->uniqueId();
$collection = $this->defaultCollection();
$res = $collection->upsert($id, ["answer" => 42]);
Expand Down

0 comments on commit 19703d7

Please # to comment.