- Issue created by @tedbow
- Open on Drupal.org →Core: 10.1.x + Environment: PHP 8.1 & MySQL 8last update
over 1 year ago Not currently mergeable. - @tedbow opened merge request.
- last update
over 1 year ago CI aborted - last update
over 1 year ago 2 pass, 4 fail - Status changed to Needs work
over 1 year ago 8:11pm 15 August 2023 - 🇺🇸United States tedbow Ithaca, NY, USA
Ok. composer-stager calls
set_time_limit()
so we can't start the build test server with this function disabled. But if we want to test running cron like a host that tries to limit request timesset_time_limit()
might be disabled. Presumably that is why drupal core provides a wrapper in\Drupal\Component\Utility\Environment::setTimeLimit()
So probably will need to file an issue with composer-stager.
- 🇺🇸United States tedbow Ithaca, NY, USA
Created a composer-stager issue https://github.com/php-tuf/composer-stager/issues/253
- last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago 11 pass - last update
about 1 year ago 11 pass - last update
about 1 year ago 11 pass - last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago 11 pass - last update
about 1 year ago 777 pass - Assigned to phenaproxima
- Status changed to Needs review
about 1 year ago 8:03pm 22 September 2023 - 🇺🇸United States tedbow Ithaca, NY, USA
Ok. Simplified this MR now all build tests have `max_execution_time` of 10. It could be lower but it seems good to leave it higher for random drupalci slowness and to make sure it passes on local setups on slower computers.
- last update
about 1 year ago 777 pass - Status changed to RTBC
about 1 year ago 8:14pm 22 September 2023 - 🇺🇸United States phenaproxima Massachusetts
This is nice and simple. I have no complaints!
- last update
about 1 year ago 777 pass - Status changed to Fixed
about 1 year ago 9:06pm 22 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.