- Issue created by @mstrelan
- 🇦🇺Australia mstrelan
This is a pretty simple one. In the test we load a page with an iframe and immediately start making assertions about it. But the content of the iframe takes some time to load. Most of the time it's very quick, but if we inject some artificial slowness in to
\Drupal\media\Controller\OEmbedIframeController::render
then we can reliably reproduce it. On my local it is sufficient to addusleep(50000);
.Here's the failing job (2/500) - https://git.drupalcode.org/issue/drupal-3519621/-/jobs/4992589
Pushing up a fix
- 🇦🇺Australia mstrelan
Another run with a fail before the runner died https://git.drupalcode.org/issue/drupal-3519621/-/jobs/4992772
And a run with the fix and 0 fails https://git.drupalcode.org/issue/drupal-3519621/-/jobs/4992730
- 🇦🇺Australia mstrelan
One more set of tests:
No fix with 1/500 fails - https://git.drupalcode.org/issue/drupal-3519621/-/jobs/4992774
Fix branch with 0/1000 fails - https://git.drupalcode.org/issue/drupal-3519621/-/jobs/4992773