Skip to content

test(coding-agent): split history-search tests by describe group #170

test(coding-agent): split history-search tests by describe group

test(coding-agent): split history-search tests by describe group #170

Triggered via push May 23, 2026 15:43
Status Failure
Total duration 5m 27s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Check and test
Process completed with exit code 1.
test/suite/regressions/neo-tui-keymap-parity.test.ts > senpi --neo keymap parity with the legacy registry > every legacy binding ID is present in the bundled neo keymap with identical default keys: packages/coding-agent/test/suite/regressions/neo-tui-keymap-parity.test.ts#L69
AssertionError: neo-tui default keymap drifted from packages/coding-agent::KEYBINDINGS. missing IDs: app.history.search drifted IDs: <none>: expected false to be true // Object.is equality - Expected + Received - true + false ❯ test/suite/regressions/neo-tui-keymap-parity.test.ts:69:5
test/workspace-dependencies.test.ts > coding-agent workspace dependencies > declares external dependencies required by bundled workspaces: packages/coding-agent/test/workspace-dependencies.test.ts#L172
AssertionError: expected [ '@smithy/node-http-handler@4.7.3' ] to deeply equal [] - Expected + Received - [] + [ + "@smithy/node-http-handler@4.7.3", + ] ❯ test/workspace-dependencies.test.ts:172:39
test/theme-picker.test.ts > theme picker > uses custom theme content names instead of file names: packages/coding-agent/test/theme-picker.test.ts#L46
AssertionError: expected [ 'dark', 'light' ] to include 'bar' ❯ test/theme-picker.test.ts:46:32
test/resource-loader.test.ts > DefaultResourceLoader > reload > should assign stable builtin identifiers to builtin extension factories: packages/coding-agent/test/resource-loader.test.ts#L356
AssertionError: expected [ Array(14) ] to deeply equal [ Array(13) ] - Expected + Received @@ -9,7 +9,8 @@ "<builtin:openai-web-search>", "<builtin:service-tier>", "<builtin:bash-timeout>", "<builtin:tool-pair-guard>", "<builtin:compaction>", + "<builtin:history-search>", "<builtin:kimi-web-search>", ] ❯ test/resource-loader.test.ts:356:25
test/resource-loader.test.ts > DefaultResourceLoader > reload > should keep both extensions loaded when command names collide: packages/coding-agent/test/resource-loader.test.ts#L259
AssertionError: expected [ 'history', 'deploy:1', …(3) ] to deeply equal [ 'deploy:1', 'project-only', …(2) ] - Expected + Received [ + "history", "deploy:1", "project-only", "deploy:2", "user-only", ] ❯ test/resource-loader.test.ts:259:28
Check and test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/