Issue #3214565 by Spokje, longwave, alexpott, Lendude: [random test failure]...
Issue #3214565 by Spokje, longwave, alexpott, Lendude: [random test failure] Random fail in BuildTestTest::testPortMany
(cherry picked from commit 2c709ec1)
17 merge requests!10011Issue #3200534 by quietone, longwave, Kristen Pol: Use dataprovider for...,!3134Issue #3222236: Lighthouse SEO: Uncrawlable Link a#main-content,!2571Issue #3000717: Missing mapping for "nodereference_url" widget,!2521Issue #3185775: Place Views preview on the side on large monitors,!1803Issue #2329253: Allow the ChangedItem to skip updating when synchronizing (f.e. when migrating),!1603Issue #3231707: mxr576's core patch playground,!1479Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1478Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1203Issue #3236191 Wrong group exposed form widgets and multiple selection error.,!1076Issue #2903336 Added node context for tokens.,!1015Issue #3226944: REST's Request handler doesn't resolve $data argument for put method,!810Issue #3219541: Remove redudante call $this->requestStack->getCurrentRequest() in FormBuilder::buildForm,!803Issue #3219167: webchick test issue of all time turbo edition super star 20000 NG,!740Issue #3216088: Update Symfony 5 components to 5.3,!577Issue #3209779: Create new database storage for the tracker module,!526Update block module to use once library,!516Issue #3207782: Figure out BC for jquery once by @drupal/once
// Wait until the web server has started. It is started if the port is no
// longer available.
for($i=0;$i<1000;$i++){
for($i=0;$i<50;$i++){
usleep(100000);
if(!$this->checkPortIsAvailable($port)){
return$ps;
}
usleep(1000);
}
thrownew\RuntimeException(sprintf("Unable to start the web server.\nERROR OUTPUT:\n%s",$ps->getErrorOutput()));
thrownew\RuntimeException(sprintf("Unable to start the web server.\nCMD: %s \nCODE: %d\nSTATUS: %s\nOUTPUT:\n%s\n\nERROR OUTPUT:\n%s",$ps->getCommandLine(),$ps->getExitCode(),$ps->getStatus(),$ps->getOutput(),$ps->getErrorOutput()));