mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
[skip ci] Add more patterns to run-tests.php retry list
CURL: 404: Page Not Found IMAP: Can't create a temporary mailbox: [ALREADYEXISTS] Mailbox already exists Sockets: socket_bind(): Unable to bind address [98]: Address already in use
This commit is contained in:
@@ -2877,7 +2877,7 @@ SH;
|
||||
|
||||
function error_may_be_retried(string $output): bool
|
||||
{
|
||||
return preg_match('((timed out)|(connection refused))i', $output) === 1;
|
||||
return preg_match('((timed out)|(connection refused)|(404: page not found)|(address already in use)|(mailbox already exists))i', $output) === 1;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user