Skip to content
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

Fix CacheContentBehavior::Defer with a remote cache (Cherry-pick of #16439) #16441

Merged
merged 2 commits into from
Aug 8, 2022

Conversation

stuhood
Copy link
Member

@stuhood stuhood commented Aug 8, 2022

CacheContentBehavior::{Fetch,Defer} were incorrectly, respectively 1) still using a remote store, 2) not using a remote store.

Fix a swapped condition, and improve test coverage to confirm that those cases can successfully hit.

[ci skip-build-wheels]

`CacheContentBehavior::{Fetch,Defer}` were incorrectly, respectively 1) still using a remote store, 2) not using a remote store.

Fix a swapped condition, and improve test coverage to confirm that those cases can successfully hit.

[ci skip-build-wheels]
@stuhood stuhood added the category:bugfix Bug fixes for released features label Aug 8, 2022
@stuhood stuhood requested review from Eric-Arellano and tdyas August 8, 2022 17:59
This apparently got missed from 8c910d1
because it was tagged skip-rust.
# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
@stuhood stuhood merged commit c929b9f into pantsbuild:2.13.x Aug 8, 2022
@stuhood stuhood deleted the cherry-pick-16439-to-2.13.x branch August 8, 2022 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bugfix Bug fixes for released features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants