mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
test(subagent): cover bounded Codex stderr tail
This commit is contained in:
@@ -1677,7 +1677,7 @@ describe('run lifecycle and quiescence', () => {
|
||||
it('surfaces only the wrapper missing-payload diagnostic during startup', async () => {
|
||||
const child = fakeChild()
|
||||
child.setStderr([
|
||||
'credential-like unrelated stderr',
|
||||
`credential-like unrelated stderr ${'x'.repeat(16 * 1024)}`,
|
||||
'Error: Missing optional dependency @openai/codex-linux-x64. '
|
||||
+ 'Reinstall Codex: pnpm add -g @openai/codex@latest',
|
||||
].join('\n'))
|
||||
|
||||
Reference in New Issue
Block a user