Skip to content

feat: P1 bugfixes, security hardening, and plan system improvements #41

feat: P1 bugfixes, security hardening, and plan system improvements

feat: P1 bugfixes, security hardening, and plan system improvements #41

Re-run triggered February 13, 2026 15:06
Status Failure
Total duration 14s
Artifacts

ci.yml

on: pull_request
build-and-test
9s
build-and-test
Fit to window
Zoom out
Zoom in

Annotations

3 errors
build-and-test
Process completed with exit code 1.
error: bun test v1.3.6 (d530ed99): tests/integration/orchestration.test.ts#L53
::group::tests/integration/orchestration.test.ts: creating_pr (plan: Full orchestration plan) (pass) orchestration integration > runs full orchestration flow from parallel jobs to PR [549.00ms] (pass) orchestration integration > pauses plan on merge conflict for retry instead of failing [294.00ms] tmux server is not responsive, skipping pane checks during resumePlan 589 | 590 | const resumedPlan = await loadPlan(); 591 | expect(resumedPlan?.jobs.find((job) => job.id === 'job-a')?.status).toBe('merged'); 592 | expect(resumedPlan?.jobs.find((job) => job.id === 'job-b')?.status).toBe('running'); 593 | expect(resumedPlan?.jobs.find((job) => job.id === 'job-c')?.status).toBe('running'); 594 | expect(tmux.isPaneRunning).toHaveBeenCalled(); ^ error: expect(received).toHaveBeenCalled() Expected number of calls: >= 1 Received number of calls: 0 at <anonymous> (/home/runner/work/opencode-mission-control/opencode-mission-control/tests/integration/orchestration.test.ts:594:32) ::error file=tests/integration/orchestration.test.ts,line=594,col=32,title=error: expect(received).toHaveBeenCalled()::Expected number of calls: >= 1 Received number of calls: 0 at <anonymous> (/home/runner/work/opencode-mission-control/opencode-mission-control/tests/integration/orchestration.test.ts:594:32) (fail) orchestration integration > resumes a persisted plan after orchestrator restart [346.00ms] creating_pr (plan: Dependency plan) (pass) orchestration integration > enforces dependencies so dependent jobs wait for merged prerequisites [389.00ms] ::endgroup:: 3 pass 1 fail 26 expect() calls Ran 4 tests across 1 file. [1.64s] at <anonymous> (/home/runner/work/opencode-mission-control/opencode-mission-control/tests/integration/orchestration.test.ts:53:82)
error: expect(received).toHaveBeenCalled(): tests/integration/orchestration.test.ts#L594
Expected number of calls: >= 1 Received number of calls: 0 at <anonymous> (/home/runner/work/opencode-mission-control/opencode-mission-control/tests/integration/orchestration.test.ts:594:32)