fresh-mechanic-68429
06/26/2025, 1:19 AM__PANTS_GO_SDK_CACHE_KEY but I don't see something similar in the nodejs backend. Would it make sense to add something like that?happy-kitchen-89482
06/26/2025, 3:56 AMfresh-mechanic-68429
06/26/2025, 4:26 AMhappy-kitchen-89482
06/26/2025, 3:06 PM--keep-sandboxes=always ?fresh-mechanic-68429
06/27/2025, 4:59 PMpreserve_tmpdirs=True when constructing the RuleRunner
rule_runner = RuleRunner(
preserve_tmpdirs=True,
...
)
Passing --keep-sandboxes=always into rule_runner.set_options doesn't work. Same with passing that from the console when invoking the testshappy-kitchen-89482
06/28/2025, 3:25 AM--keep-sandboxes into the inner pants somehow, as well as setting preserve_tmpdirs?fresh-mechanic-68429
09/26/2025, 3:11 AMpreserve_tmpdirs=True ends up doing, it extends the bootstrap_args
https://github.com/pantsbuild/pants/blob/877e8b8b732cfec46e9cbb02506699671ac3e49a/src/python/pants/testutil/rule_runner.py#L263-L269