R2-03: Site Runtime & DCL round-2 fixes (7 tasks) #6

Closed
dohertj2 wants to merge 1 commits from r2-plan03 into main

1 Commits

Author SHA1 Message Date
Joseph Doherty 3d059ad76b fix(test): relax exact compile-cache hit-count assertion to >= 1
SiteScriptCompileCache.Hits is a process-global counter; other test classes in
the assembly compile scripts concurrently (not in this serialized collection),
so an exact post-Clear count is non-deterministic under a full-assembly parallel
run. Assert.Same(r1,r2) remains the definitive proof of one shared Roslyn
compile. Integration-surfaced; belongs with plan R2-03 T5/T6.
2026-07-13 11:24:25 -04:00