Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

refactor(search): remove search mode #30190

refactor(search): remove search mode

refactor(search): remove search mode #30190

Triggered via pull request July 12, 2025 11:53
Status Failure
Total duration 6m 25s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: pull_request
fast_tests_matrix_prep
3s
fast_tests_matrix_prep
slow_tests_matrix_prep
3s
slow_tests_matrix_prep
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 28 warnings, and 5 notices
build
Process completed with exit code 1.
test-unit (windows, 20)
Process completed with exit code 1.
src/chat/chat-view/ChatController.test.ts > ChatController > send, followup, and edit: vscode/src/chat/chat-view/ChatController.test.ts#L333
AssertionError: expected { type: 'config', …(8) } to strictly equal { type: 'transcript', …(4) } - Expected + Received Object { - "chatID": "Thu, 01 Jan 1970 00:02:03 GMT", - "isMessageInProgress": false, - "messages": Array [ - Object { - "agent": undefined, - "content": undefined, - "contextFiles": Array [], - "didYouMeanQuery": undefined, - "editorState": null, - "error": undefined, - "intent": undefined, - "manuallySelectedIntent": undefined, - "model": undefined, - "processes": undefined, - "search": undefined, - "speaker": "human", - "subMessages": undefined, - "text": "Test input", - }, - Object { - "agent": undefined, - "content": undefined, - "contextFiles": undefined, - "didYouMeanQuery": undefined, - "editorState": undefined, - "error": undefined, - "intent": undefined, - "manuallySelectedIntent": undefined, - "model": "my-model", - "processes": undefined, - "search": undefined, - "speaker": "assistant", - "subMessages": undefined, - "text": "Test reply 1", + "authStatus": Object { + "authenticated": true, + "endpoint": "https://example.com", + "pendingValidation": false, + "username": "alice", }, - Object { - "agent": undefined, - "content": undefined, - "contextFiles": Array [], - "didYouMeanQuery": undefined, - "editorState": null, - "error": undefined, - "intent": undefined, - "manuallySelectedIntent": undefined, - "model": undefined, - "processes": undefined, - "search": undefined, - "speaker": "human", - "subMessages": undefined, - "text": "Test followup", + "clientCapabilities": Object { + "agentExtensionVersion": "1.2.3", + "agentIDE": "VSCode", + "agentIDEVersion": "4.5.6", + "isCodyWeb": false, + "isVSCode": true, }, - Object { - "agent": undefined, - "content": undefined, - "contextFiles": undefined, - "didYouMeanQuery": undefined, - "editorState": undefined, - "error": undefined, - "intent": undefined, - "manuallySelectedIntent": undefined, - "model": "my-model", - "processes": undefined, - "search": undefined, - "speaker": "assistant", - "subMessages": undefined, - "text": "Test reply 2", + "config": Object { + "allowEndpointChange": true, + "attribution": "none", + "endpointHistory": Array [], + "experimentalAgenticChatEnabled": false, + "experimentalNoodle": undefined, + "experimentalPromptEditorEnabled": true, + "hasEditCapability": false, + "internalDebugContext": undefined, + "internalDebugTokenUsage": undefined, + "multipleWebviewsEnabled": true, + "serverEndpoint": "https://example.com", + "smartApply": true, + "uiKindIsWeb": false, + "webviewType": "sidebar", }, - ], - "tokenUsage": undefined, - "type": "transcript", + "currentUserCodySubscription": null, + "isDotComUser": false, + "siteHasCodyEnabled": null, + "type": "config", + "userProductSubscription": null, + "workspaceFolderUris": Array [], } ❯ src/chat/chat-view/ChatController.test.ts:333:57
build
The process '/usr/bin/git' failed with exit code 128
test-integration (ubuntu)
The process '/usr/bin/git' failed with exit code 128
test-integration (windows)
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128
test-e2e (ubuntu, 1/5)
The process '/usr/bin/git' failed with exit code 128
Slow Test: vscode/attribution.test.ts#L0
vscode/attribution.test.ts took 25.7s
Slow Test: vscode/auth.test.ts#L0
vscode/auth.test.ts took 35.2s
test-unit (ubuntu, 20)
The process '/usr/bin/git' failed with exit code 128
test-e2e (ubuntu, 3/5)
The process '/usr/bin/git' failed with exit code 128
Slow Test: vscode/chat-keyboard-shortcuts.test.ts#L0
vscode/chat-keyboard-shortcuts.test.ts took 16.3s
Slow Test: vscode/chat-rateLimit.test.ts#L0
vscode/chat-rateLimit.test.ts took 23.2s
Slow Test: vscode/chat-messages.test.ts#L0
vscode/chat-messages.test.ts took 35.6s
Slow Test: vscode/code-actions.test.ts#L0
vscode/code-actions.test.ts took 36.9s
test-e2e (ubuntu, 5/5)
The process '/usr/bin/git' failed with exit code 128
Slow Test: vscode/enterprise-server-sent-models.test.ts#L0
vscode/enterprise-server-sent-models.test.ts took 19.4s
Slow Test: vscode/support-menu-items.test.ts#L0
vscode/support-menu-items.test.ts took 22.8s
Slow Test: vscode/initial-context.test.ts#L0
vscode/initial-context.test.ts took 1.0m
test-unit (ubuntu, 18)
The process '/usr/bin/git' failed with exit code 128
test-e2e (ubuntu, 2/5)
The process '/usr/bin/git' failed with exit code 128
Slow Test: vscode/chat-context.test.ts#L0
vscode/chat-context.test.ts took 15.9s
Slow Test: vscode/chat-input.test.ts#L0
vscode/chat-input.test.ts took 53.1s
Slow Test: vscode/chat-atFile.test.ts#L0
vscode/chat-atFile.test.ts took 1.5m
test-e2e (ubuntu, 4/5)
The process '/usr/bin/git' failed with exit code 128
Slow Test: vscode/command-commit.test.ts#L0
vscode/command-commit.test.ts took 18.8s
Slow Test: vscode/enterprise-cody-ignore.test.ts#L0
vscode/enterprise-cody-ignore.test.ts took 20.6s
Slow Test: vscode/command-edit.test.ts#L0
vscode/command-edit.test.ts took 32.3s
Slow Test: vscode/command-core.test.ts#L0
vscode/command-core.test.ts took 34.3s
Slow Test: vscode/command-custom.test.ts#L0
vscode/command-custom.test.ts took 1.3m
test-unit (windows, 20)
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128
🎭 Playwright Run Summary
9 skipped 5 passed (1.1m)
🎭 Playwright Run Summary
2 skipped 7 passed (1.9m)
🎭 Playwright Run Summary
3 skipped 8 passed (2.0m)
🎭 Playwright Run Summary
1 skipped 10 passed (3.0m)
🎭 Playwright Run Summary
11 passed (3.3m)