Closed (duplicate)
Project:
Drupal core
Version:
8.8.x-dev
Component:
phpunit
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2017 at 02:22 UTC
Updated:
9 Apr 2019 at 12:53 UTC
Jump to comment: Most recent
Comments
Comment #2
heddnComment #7
jonathan1055 commentedHaving read #2823400: Random fail in CopyFileTest I have some recent random test failures which may be related to this, where we get
mkdir()failing with "file exists"28 Feb on 8.7 https://www.drupal.org/pift-ci-job/1214290
26 Feb on 8.6 https://www.drupal.org/pift-ci-job/1211494
It was different tests in which the failures happened. These appear to random, as the tests have not changed for months, and they should always run clean. They are tested daily and you can see the others are green.
Or is #2685957: Warning: mkdir(): File exists in Drupal\Component\PhpStorage\FileStorage->createDirectory a better place to re-open this problem?
Comment #9
moshe weitzman commentedI'm having this problem as well. See recent test fails at #3046467: Devel_Generate tests: Port to BrowserTestBase and add Drush command coverage. I've also seen them at #2999914: Update Dependencies Format in .info.yml, https://www.drupal.org/pift-ci-job/1132230, https://www.drupal.org/pift-ci-job/1063933, https://www.drupal.org/pift-ci-job/1068930
Comment #10
moshe weitzman commentedDupe of #3040166: mkdir() fails in BrowserHtmlDebugTrait.php:141 because of a race condition