-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
[stable22] properly handle cases where cache wrappers block access #29509
Conversation
|
moved to 22.2.2 |
d06bd1f
to
e8d6ffd
Compare
I guess the Psalm error is because of the baseline change. In the diff this removal is not visible, which means that this still exists? EDIT: Yep that did it. Note that the baseline change was done in original PR against NC23 explicitly to solve a Psalm error. Obviously this does not apply for NC22: #28385 (comment) |
`CacheWrapper::formatCacheEntry` can return false for files that should be filtered out Signed-off-by: Robin Appelman <[email protected]>
e8d6ffd
to
c4fa59c
Compare
Drone failures are unrelated. |
backport of #28385