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

Add additional memoization to different UI levels #30240

Add additional memoization to different UI levels

Add additional memoization to different UI levels #30240

Re-run triggered July 22, 2025 09:55
Status Failure
Total duration 4m 12s
Artifacts

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

2 errors and 1 warning
test-unit (ubuntu, 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
test-unit (ubuntu, 20)
The process '/usr/bin/git' failed with exit code 128