Closed flip111 closed 6 years ago
Hello, I don't reproduce this issue, tests pass on my laptop. Can you debug why it fails and submit a PR if you find something to fix?
I don't know how to debug this, please advise.
I can't reproduce this anymore, i will reopen and try to look around in the fileystem at the time this error occurs.
Oh actually i can reproduce this .. i had another project with Finder that doesn't clean up. I'll try to find the problem and make Finder a bit more resilient.
About the FinderTest .. all paths are hardcoded, should they stay like that or can the right paths be searched? For example .. https://github.com/symfony/symfony/blob/d8739d183e2e24f7da5741658bf22bf55eb9f0af/src/Symfony/Component/Finder/Tests/FinderTest.php#L330-L352 the thing is that by changing the fixture all the test cases need to be updated. It's tedious
Symfony version(s) affected: master (of today)
Description
mkdir failure
How to reproduce
./phpunit src/Symfony/Component/Finder/
Possible Solution
no
Additional context
Truncated many more lines all caused by failure at line 57 of
RealIteratorTestCase.php
PHP 7.2.5 OS: ubuntu 16.04