perf(test): reduce hotspot reload churn (#59033)

This commit is contained in:
Vincent Koc
2026-04-01 22:19:19 +09:00
committed by GitHub
parent adb961e056
commit 7a7549f12f
8 changed files with 29 additions and 19 deletions

View File

@@ -653,7 +653,7 @@ describe("test planner", () => {
expect(manifest.shardCounts.unit).toBe(4);
expect(manifest.shardCounts.channels).toBe(4);
expect(manifest.shardCounts.extensionFast).toBeGreaterThanOrEqual(4);
expect(manifest.shardCounts.extensionFast).toBeLessThanOrEqual(5);
expect(manifest.shardCounts.extensionFast).toBeLessThanOrEqual(6);
expect(manifest.shardCounts.windows).toBe(6);
expect(manifest.shardCounts.macosNode).toBe(9);
expect(manifest.jobs.checks.matrix.include).toHaveLength(8);