Uh oh!
There was an error while loading. Please reload this page.
CI: set correct working directory for Hypothesis cache - #119345
Conversation
Head branch was pushed to by a user without write access
791c418 to
219de60CompareZac-HD
commented
May 22, 2024
Marking as draft; I'll mark ready-for-review once I see a build which successfully uploaded the cache and artifact. |
encukou
commented
May 22, 2024
GitHub might be using the main branch's actions rather than those from this PR. |
219de60 to
3a51825Compare083f0eb to
dbfb2e6CompareZac-HD
commented
May 26, 2024
@encukou got it! The problem was that |
encukou
commented
May 29, 2024
Thanks! |
Set cwd for Hypothesis database
Set cwd for Hypothesis database
Set cwd for Hypothesis database (cherry picked from commit 055c739) Co-authored-by: Zac Hatfield-Dodds <zac.hatfield.dodds@gmail.com>
GH-132364 is a backport of this pull request to the 3.13 branch. |
sobolevn
commented
Apr 10, 2025
See #132348 on why we backport this. |
I noticed when pairing with @encukou that this cache logic never found any files to upload (nor restore).
This isn't a huge problem, but ensuring that we replay any known failing examples on your branch is a nicer developer experience, made possible by persisting the cache between runs.