#
4e121896 |
| 13-Sep-2024 |
Ilija Tovilo |
Mark some phar tests as flaky on macOS Fixes GH-15748 Closes GH-15876
|
#
58712e06 |
| 16-Nov-2023 |
Ilija Tovilo |
Retry tests on deadlock Closes GH-12693 |
#
6d596409 |
| 09-Nov-2023 |
Ilija Tovilo |
Automatically mark tests as flaky Marking all of these tests as flaky is annoying, so attempt to recognize them automatically. Closes GH-12638 |
#
936538d8 |
| 30-Aug-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Increase run-tests.php timeout for asan
|
#
f4a6a6d0 |
| 30-Aug-2023 |
Ilija Tovilo |
Increase run-tests.php timeout for asan Closes GH-12087 |
#
d5f7ffb9 |
| 29-Aug-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Make unrepeatable tests retriable
|
#
f2c16b7b |
| 29-Aug-2023 |
Ilija Tovilo |
Make unrepeatable tests retriable This was an error in thinking on my side. The reason these tests are unrepeatable is because --repeat executes the same request in the same process,
Make unrepeatable tests retriable This was an error in thinking on my side. The reason these tests are unrepeatable is because --repeat executes the same request in the same process, and does not run the CLEAN section in between runs. This is not the case when retrying tests. We could potentially make CLEAN tests repeatable by including the CLEAN section in the tested script. This does however not work for all tests (e.g. tests that set open_basedir). Closes GH-12072
show more ...
|
#
4e3d9b26 |
| 06-Jul-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Implement flaky test section
|
#
849fdcae |
| 26-May-2023 |
Ilija Tovilo |
Implement flaky test section This re-uses the already used for automatic retesting. That's certainly better than XFAIL. Closes GH-11325 |
#
f735543b |
| 27-May-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: [skip ci] Add more patterns to run-tests.php retry list
|
#
f249958c |
| 27-May-2023 |
Ilija Tovilo |
[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(
[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
show more ...
|
#
81b2d2ee |
| 03-May-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Add retry mechanism in run-tests.php
|
#
11597d18 |
| 20-Mar-2023 |
Ilija Tovilo |
Add retry mechanism in run-tests.php We have lots of spurious failures in CI, many of them with the "all" CONFLICT. We're limiting the retrying to specific error messages. In the future
Add retry mechanism in run-tests.php We have lots of spurious failures in CI, many of them with the "all" CONFLICT. We're limiting the retrying to specific error messages. In the future we may also provide a FLAKY section to retry specific tests. Closes GH-10892
show more ...
|
#
6343975f |
| 15-Mar-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Another attempt to fix MSAN nightly on master
|
#
471105ab |
| 15-Mar-2023 |
Ilija Tovilo |
Another attempt to fix MSAN nightly on master |
#
ca7c7e9c |
| 14-Mar-2023 |
Ilija Tovilo |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: use_tls=0 on MSAN
|
#
63525ee6 |
| 14-Mar-2023 |
Ilija Tovilo |
use_tls=0 on MSAN Attempt to fix MSAN failure in CI Closes GH-10851 |
#
d3c95852 |
| 10-Mar-2023 |
Ilija Tovilo |
[skip ci] Fix diff cmd env name in run-tests.php |
#
61048f98 |
| 13-Jan-2023 |
Arnaud Le Blanc |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Fix run-tests.php hanging when a worker process dies without notice (#9931)
|
#
8c0698f6 |
| 13-Jan-2023 |
Arnaud Le Blanc |
Fix run-tests.php hanging when a worker process dies without notice (#9931) run-tests.php with `-jN` can hang if a parallel worker dies without notice. This can happen due to fatal error
Fix run-tests.php hanging when a worker process dies without notice (#9931) run-tests.php with `-jN` can hang if a parallel worker dies without notice. This can happen due to fatal errors in the worker, or if the worker is killed. - run-tests.php (main process) \_ run-tests.php (worker #0) // main process hangs if this one crashes \_ test-001.php (test-001.phpt)
show more ...
|
#
b08901b6 |
| 03-Nov-2022 |
Ilija Tovilo |
Merge branch 'PHP-8.1' into PHP-8.2 * PHP-8.1: Migrate i386 to GitHub actions
|
#
ed1e7037 |
| 03-Nov-2022 |
Ilija Tovilo |
Merge branch 'PHP-8.0' into PHP-8.1 * PHP-8.0: Migrate i386 to GitHub actions
|
#
75970077 |
| 30-Oct-2022 |
Ilija Tovilo |
Migrate i386 to GitHub actions Closes GH-9856 |
#
d7d6794f |
| 16-Sep-2022 |
Derick Rethans |
Use external diff tool if TEST_PHP_DIFF_CMD env var is set |
#
c809a213 |
| 12-Aug-2022 |
Ilija Tovilo |
Fix run-tests.php --no-progress flag for non-parallel testing |