mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [skip ci] Skip suspicious fpm tests on GH actions & macOS
This commit is contained in:
@@ -4,6 +4,7 @@ Concurrent reload signals should not kill PHP-FPM master process. (Bug: #74083)
|
||||
<?php
|
||||
include "skipif.inc";
|
||||
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
||||
if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") die("flaky Potential cause for GitHub Actions crash");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
@@ -4,6 +4,7 @@ FPM: bug76601 children should not ignore signals during concurrent reloads
|
||||
<?php
|
||||
include "skipif.inc";
|
||||
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
|
||||
if (getenv("GITHUB_ACTIONS") && PHP_OS_FAMILY === "Darwin") die("flaky Potential cause for GitHub Actions crash");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user