<#17542 `experimental_shell_command` can trigger c...
# github-notifications
q
#17542 `experimental_shell_command` can trigger consistent cache misses Issue created by chrisjrn While working on #16825, we found a case where an
experimental_shell_command
target is consistently not cached. To reproduce: 1. Clone https://github.com/danxmoran/pants-yarn-install-repro 2. Run
./pants_from_sources -ldebug run :run-yarn-install
3. Look for:
Error loading process execution result from local cache: Computed digest for Snapshot
It appears as though the bug was introduced between be00ed5 and 952235a. pantsbuild/pants