fix(test): serialize changed checks locally

This commit is contained in:
Vincent Koc
2026-04-25 03:43:50 -07:00
parent b511250e5c
commit f8a41e5e9c
4 changed files with 131 additions and 73 deletions

View File

@@ -1234,6 +1234,10 @@ function filterPlansForContractIncludeFile(plans, env) {
}
export function shouldAcquireLocalHeavyCheckLock(runSpecs, env = process.env) {
if (env.OPENCLAW_TEST_HEAVY_CHECK_LOCK_HELD === "1") {
return false;
}
if (env.OPENCLAW_TEST_PROJECTS_FORCE_LOCK === "1") {
return true;
}