Problem/Motivation
https://git.drupalcode.org/project/drupal/-/jobs/11157964/viewer
✔ Delete all
✘ Create directory fail warning
┐
├ Failed asserting that 'file_put_contents(): Failed to open stream: "org\bovigo\vfs\vfsStreamWrapper::stream_open" call failed' starts with "file_put_contents(vfs://permissionDenied/test/subdirectory/foo.php)".
│
│ /builds/core/tests/Drupal/Tests/Component/PhpStorage/FileStorageTest.php:112
┴
Steps to reproduce
Proposed resolution
Looks like we need to make the assertion more permissive or conditional on the PHP version.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3613160
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3613160-php-8.6-failure
changes, plain diff MR !16474
Comments
Comment #4
mondrakeComment #5
godotislate8.5 error message is
file_put_contents(vfs://permissionDenied/test/subdirectory/foo.php): Failed to open stream: "org\bovigo\vfs\vfsStreamWrapper::stream_open" call failed8.6 error message is
file_put_contents(): Failed to open stream: "org\bovigo\vfs\vfsStreamWrapper::stream_open" call failed' starts with "file_put_contents(vfs://permissionDenied/test/subdirectory/foo.php)"(per IS)MR uses regexp match with pattern
/file_put_contents(.*): Failed to open stream: ".*vfsStreamWrapper::stream_open" call failedlgtm
Comment #8
catchCommitted/pushed to main, 11.x, and 11.4.x, thanks!