- Issue created by @catch
- last update
about 2 years ago run-tests.sh fatal error - last update
about 2 years ago 2 fail - last update
about 2 years ago 2 fail - 🇳🇱Netherlands spokje
Interesting stuff going on in the multiple-time patches.
For one: Concurrency kills the cat, or at least the available disk-space, it can't handle 36 concurrent instances (the default Drupal CI-setting) copying the code-base for each single test in this test class, and runs out of it.
Secondly,
Failed to copy "/var/www/html/core/node_modules/debug/README.md"
looks like we're copying the
core/node_modules
, which isn't needed nor helpful IMHO. Opened 📌 Exclude copying 'core/node_modules' in getCodebaseFinder RTBCThirdly: Looking at the trace from the IS:
RecursiveDirectoryIterator::__construct(/builds/project/drupal/sites/simpletest/21880381/files/php/twig/6526592c2580b_node.editing.html.twig__RaNgLtlrqSCHFKI6weeKQxEy): Failed to open directory: No such file or directory
Why is the test trying to copy something from a directory that we explicitly (tried to?) excluded in the Iterator:
sites/simpletest
?With 📌 Exclude copying 'core/node_modules' in getCodebaseFinder RTBC and a concurrency of 10 we can just about a 200x run out of this test.
- last update
almost 2 years ago 9 pass 31:10 48:51 Running- last update
almost 2 years ago 9 pass 31:10 59:03 Running51:03 54:23 Running51:03 46:01 Running- 🇳🇱Netherlands spokje
Well, besides 200x being just around the limit (hence the massive amount of reruns due to DrupalCI timing out), there's just one failure in a teardown, which seems like a fluke.
Which is also what I'm going to label the original failure. Either or fluke or the FileIterator works differently on GitLab, which seems very unlikely.
With 📌 Exclude copying 'core/node_modules' in getCodebaseFinder RTBC , I've squeezed all out of this one that I can think off.
- Status changed to Postponed: needs info
almost 2 years ago 8:10am 26 October 2023 - 🇬🇧United Kingdom catch
I've committed 📌 Exclude copying 'core/node_modules' in getCodebaseFinder RTBC . Moving this down to normal and needs more info until or if it shows up again.
- 🇳🇱Netherlands spokje
Thanks @catch, let's see if this one shows up ever again.
- Status changed to Closed: duplicate
5 months ago 9:00am 21 May 2025 - 🇳🇿New Zealand quietone
There hasn't been any reports of this test failing here or in the parent issue in the last 1 yr 7 months. I think this can be closed.
Closing as a duplicate of 📌 Exclude copying 'core/node_modules' in getCodebaseFinder RTBC .