Skip to content

Commit f249958

Browse files
committed
[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
1 parent 1dfa277 commit f249958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2877,7 +2877,7 @@ function run_test(string $php, $file, array $env): string
28772877

28782878
function error_may_be_retried(string $output): bool
28792879
{
2880-
return preg_match('((timed out)|(connection refused))i', $output) === 1;
2880+
return preg_match('((timed out)|(connection refused)|(404: page not found)|(address already in use)|(mailbox already exists))i', $output) === 1;
28812881
}
28822882

28832883
/**

0 commit comments

Comments
 (0)