Commit a97f699
committed
fix(coding-agent): kernel test fixtures speak protocol 3
The fake-runtime fixtures in the REPL corruption and provisioner suites
still announced protocol 2 after the runtime moved to
REPL_PROTOCOL_VERSION = 3, so 23 tests failed deterministically on a
clean checkout with the protocol-mismatch error instead of exercising
their scenarios. The constant is module-private in repl-manager.ts, so
the fixtures use the literal 3.1 parent d60fab8 commit a97f699
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- packages/coding-agent/test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments