Skip to content

tests: restore caching in make test #14710

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

Closed
wants to merge 1 commit into from
Closed

tests: restore caching in make test #14710

wants to merge 1 commit into from

Conversation

yperbasis
Copy link
Member

@yperbasis yperbasis commented Apr 23, 2025

Subsequent make test should run fast in case of no code changes. Apparently code coverage interferes with test caching.

@yperbasis yperbasis linked an issue Apr 23, 2025 that may be closed by this pull request
@yperbasis yperbasis requested a review from taratorio April 23, 2025 09:32
@yperbasis yperbasis enabled auto-merge (squash) April 23, 2025 09:32
@yperbasis yperbasis changed the title tests: restore cashing in make test tests: restore caching in make test Apr 23, 2025
@taratorio
Copy link
Member

taratorio commented Apr 23, 2025

btw it looks like they've fixed this in Go - probably it will be part of 1.25 - golang/go#23565 (merged on 6 March as per this comment)

@yperbasis
Copy link
Member Author

OK, I'm closing this PR because it'll be fixed in Go 1.25

@yperbasis yperbasis closed this Apr 23, 2025
auto-merge was automatically disabled April 23, 2025 09:56

Pull request was closed

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

Successfully merging this pull request may close these issues.

Caching stopped working in make test
2 participants