-
Notifications
You must be signed in to change notification settings - Fork 2.1k
don't update storage mtime if we can't get the modified date #25005
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
|
By analyzing the blame information on this pull request, we identified @d--j, @PVince81 and @schiessle to be potential reviewers |
8da966b to
6822689
Compare
|
Should fix both, oracle and postgres: 👍 |
|
👍 |
|
pgsql not behaving: OCI broken: @icewind1991 I didn't expect your PR to have such side effects. |
|
jenkins seems to have exploded a bit from what I can tell (same errors in #24899) |
|
Oracle tests seem to fail normally, dont know where you looked: |
|
We use false here instead of taking care that it is int only: core/lib/private/Files/Storage/Common.php Line 645 in aba5397
|
|
👍 all green again |
|
@PVince81 your +1 still counts? |
|
Yes... and I pray that these changes won't cause further side effects down the road. |
|
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. |
if a file doesn't exist,
filemtimewill return falseError is caused by trying to delete a ghost file since #24813
Fixes #25002