No description provided.
Madison added 1 commit ·
View commitsTests failed in packages/workflows/src/index.test.ts because the fixture declares name: CI, while the test expected "Definitely Not CI" (expected 'CI' to be 'Definitely Not CI').apps/web/lib/billing/pricing.test.ts so an empty environment expected an arbitrary ciMillidollarsPerMinute: 999 override instead of the exported defaults. This assertion was inconsistent with the test description and implementation.Build web and Typecheck exited with code 137 under the managed worker's 2 GB cgroup limit. Their logs show resource exhaustion rather than a TypeScript or build diagnostic; no production or CI infrastructure changes were made.The PR modified two test expectations without changing the corresponding fixtures or implementations. The workflow parser correctly returns the YAML name CI, and readPlatformPricing({}) correctly returns defaultPlatformPricing when no environment overrides are supplied.
The other two check failures were worker OOM kills: Next.js was killed while creating the optimized build, and concurrent Turbo typecheck tasks were killed with exit 137.
packages/workflows/src/index.test.ts to expect workflow.name to be "CI", matching its YAML fixture.apps/web/lib/billing/pricing.test.ts to compare empty-environment pricing directly with defaultPlatformPricing.[@workspace](/workspace)/workflows: 1 test passed.web billing pricing test: 6 tests passed.git diff --check successfully.
Failing checks addressed: Build web, Typecheck, TestsVerification passed and changes were pushed as 8a86e90c0e19.
Changed files:
apps/web/lib/billing/pricing.test.ts | 5 +----
packages/workflows/src/index.test.ts | 2 +-
2 files changed, 2 insertions(+), 5 deletions(-)
Diff preview:
Autopilot's verification passed and the fix was pushed as 8a86e90c0e19, but Open Git could not queue CI for it. Check this pull request's checks for the authoritative result.
You need push access to the source branch to update it.
Sign in to comment.
Triggered by check.failed