TraceMachina / TraceMachina/nativelink
Use the value of ExecuteRequest.results_cache_policy if set
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.6k
- Forks
- 244
- Avg merge
- 1d 16h
- Merged PRs (30d)
- 54
Description
The PR #142 caches based on the server default, but if the ExecuteRequest has a policy set it should take precedence over the default configured on the server.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading PR #142 and tracing how ExecuteRequest.results_cache_policy is handled relative to the server default. Verify the precedence behavior for requests with an explicit policy and requests without one, then add or update coverage where the existing behavior is tested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- backend, build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100