fix(cordis): preserve concurrent loader composition

This commit is contained in:
Tianyi Cui
2026-07-30 06:23:16 +08:00
parent 2fe205f01a
commit 0a297c39d3
6 changed files with 18 additions and 11 deletions

View File

@@ -184,6 +184,8 @@ describe('jsonrpc-agent keyless smoke', () => {
expect(exitCode, stderr).toBe(1)
expect(stdout).toBe('')
expect(stderr).toContain('plugin(s) failed to load: @deepseek-ai/dsh-jsonrpc')
expect(stderr).toContain('plugin tree failed to load')
expect(stderr).toContain('failed to apply loader entry jsonrpc (@deepseek-ai/dsh-jsonrpc)')
expect(stderr).toContain('sometimes')
}, 30_000)
})