-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[stable9.1] Add extra check in case of missing home storage #28505
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ed8e9ad to
b4ad753
Compare
|
fixed createMock for old phpunit |
Seems we'll need to adjust these tests to properly initialize the storages |
|
Argh... running these test suites individually works fine. It's likely that when running the full suite, something is destroying the test storages or preventing them to come back up again. |
This is to prevent the safety check to kick in because the "files" folder is missing.
|
Ok, so on stable10 it works fine because the skeleton copy is happening much earlier now. Here on stable9.1 the versioning and trashbin tests are deleting the "files" folder at the end of tests, so trying to |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Backport of #28432 to stable9.1.
Need retesting.