test: make prerequisite lanes fail honestly
This commit is contained in:
parent
dfc841b779
commit
6faeb4a103
113 changed files with 424 additions and 336 deletions
|
|
@ -55,7 +55,7 @@ public class DatConcurrencyStressTests
|
|||
public void ConcurrentRawReads_MatchSingleThreadedGolden()
|
||||
{
|
||||
var datDir = ConformanceDats.ResolveDatDir();
|
||||
if (datDir is null) return; // dats absent (CI) — skip, matching suite convention
|
||||
if (datDir is null) Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md."); // dats absent (CI) — skip, matching suite convention
|
||||
|
||||
using var dats = new DatCollection(datDir, DatAccessType.Read);
|
||||
var refs = BuildIdSet(dats);
|
||||
|
|
@ -83,7 +83,7 @@ public class DatConcurrencyStressTests
|
|||
public void ConcurrentTypedReads_MatchSingleThreadedGolden()
|
||||
{
|
||||
var datDir = ConformanceDats.ResolveDatDir();
|
||||
if (datDir is null) return; // dats absent (CI) — skip
|
||||
if (datDir is null) Assert.Fail("Lane=InstalledDat requires an installed retail DAT directory; see docs/release-gate.md."); // dats absent (CI) — skip
|
||||
|
||||
// FileCachingStrategy.Never: every TryGet<T> re-reads + re-unpacks from disk,
|
||||
// matching the worst-case production path and keeping the hammer honest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue