Skip to content

fix(ci): give planning smoke enough time#397

Merged
blove merged 1 commit into
mainfrom
codex/fix-production-planning-smoke-timeout
May 17, 2026
Merged

fix(ci): give planning smoke enough time#397
blove merged 1 commit into
mainfrom
codex/fix-production-planning-smoke-timeout

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented May 17, 2026

Summary

  • give the shared LangGraph backend verifier a planning-specific stream timeout
  • export the timeout policy so it can be covered without running the live verifier
  • add cockpit unit coverage that keeps planning above the default smoke timeout

Root Cause

Production smoke was failing before Playwright ran. The Verify shared LangGraph backend step consistently reported the shared deployment as healthy and passed six assistant probes, but planning aborted exactly at the verifier's fixed 30s stream timeout. That graph intentionally does two model calls: one to create structured plan state, then one to execute the plan and answer.

Validation

  • node ../../node_modules/vitest/vitest.mjs run src/lib/verify-shared-deployment.spec.ts --config vite.config.mts --reporter=verbose from apps/cockpit
  • node node_modules/.bin/tsx scripts/verify-shared-deployment.ts --dry-run
  • NX_DAEMON=false node node_modules/.bin/nx test cockpit --skip-nx-cache --runInBand
  • git diff --check

@vercel
Copy link
Copy Markdown

vercel Bot commented May 17, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cacheplane Ready Ready Preview, Comment May 17, 2026 4:48am

Request Review

@blove blove merged commit 1fc2cb2 into main May 17, 2026
18 checks passed
@blove blove deleted the codex/fix-production-planning-smoke-timeout branch May 17, 2026 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant