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

Add option to persist temp local cache #231

Open
loosebazooka opened this issue Nov 1, 2024 · 1 comment
Open

Add option to persist temp local cache #231

loosebazooka opened this issue Nov 1, 2024 · 1 comment

Comments

@loosebazooka
Copy link
Collaborator

Makes it easier to inspect the client behavior on failures

@jku
Copy link
Member

jku commented Nov 8, 2024

--repository-dump-dir provides a copy of the repository contents at client refresh time... I guess we could implement something similar for the client cache: After each refresh/download, make a copy of the client metadata cache.

Alternatively try to only do it for failing tests (in this case could likely just make a single copy of the cache after the test)... This might be technically more difficult though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants