-
Notifications
You must be signed in to change notification settings - Fork 3
ci: test fileserver cache #127
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
|
CI job
|
|
The job failed once with some urllib error, so that's a bit worrying. |
What exactly was it? |
See here |
|
Hmm, that just looks like a network interuption. It should hopefully just be a one off. |
Just a coincidence ;) If it happens again we can look at it more. |
|
What are we optimising here for btw? Maybe I am missing the exact context. |
We're optimizing for the total time to run the tests when the pooch cache is empty. So from what you wrote it seems to me like we're on the same page. But the results you show are unexpected, it looks like the local pooch cache is not cleared, are you sure it is? (I think you already did this, but just to clarify, the pooch cache need to be cleared in between every run.) |
I did not!! The change makes sense now! |
|
I'm not 100% sure this is stable yet, we had the network error earlier for example. |
|
For the record the caching code is here: https://github.com/scipp/fileserver-cache |
Test using the cloudflare cache to speed up tests.