Skip to content

API: move to api-version=2 for faster streaming LLM responses #21268

API: move to api-version=2 for faster streaming LLM responses

API: move to api-version=2 for faster streaming LLM responses #21268

Triggered via pull request September 11, 2024 19:46
Status Failure
Total duration 7m 16s
Artifacts

ci.yml

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

Annotations

13 errors, 13 warnings, and 5 notices
test-unit (ubuntu, 20)
The v0 series of google-github-actions/auth is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/auth
test-unit (ubuntu, 20)
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/setup-gcloud
src/chat/utils.test.ts > validateAuthStatus > returns auth status for dotcom: vscode/src/chat/utils.test.ts#L30
AssertionError: expected { authenticated: true, …(8) } to strictly equal { …(9) } - Expected + Received Object { "authenticated": true, - "codyApiVersion": 1, + "codyApiVersion": 2, "endpoint": "https://sourcegraph.com/", "hasVerifiedEmail": true, "isFireworksTracingEnabled": false, "primaryEmail": "[email protected]", "requiresVerifiedEmail": true, "siteVersion": "999", "username": "alice", } ❯ src/chat/utils.test.ts:30:11
test-unit (ubuntu, 20)
Process completed with exit code 1.
test-unit (ubuntu, 18)
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/setup-gcloud
test-unit (ubuntu, 18)
The v0 series of google-github-actions/auth is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/auth
src/chat/utils.test.ts > validateAuthStatus > returns auth status for dotcom: vscode/src/chat/utils.test.ts#L30
AssertionError: expected { authenticated: true, …(8) } to strictly equal { …(9) } - Expected + Received Object { "authenticated": true, - "codyApiVersion": 1, + "codyApiVersion": 2, "endpoint": "https://sourcegraph.com/", "hasVerifiedEmail": true, "isFireworksTracingEnabled": false, "primaryEmail": "[email protected]", "requiresVerifiedEmail": true, "siteVersion": "999", "username": "alice", } ❯ src/chat/utils.test.ts:30:11
test-unit (ubuntu, 18)
Process completed with exit code 1.
chat-input.test.ts:243:3 › editing follow-up messages in chat view: vscode/test/e2e/chat-input.test.ts#L284
1) chat-input.test.ts:243:3 › editing follow-up messages in chat view ──────────────────────────── Error: Timed out 5000ms waiting for expect(locator).not.toHaveText(expected) Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).nth(2) Expected string: not "Three" Received string: "Three" Call log: - expect.not.toHaveText with timeout 5000ms - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).nth(2) - locator resolved to <div role="textbox" spellcheck="true" contenteditable…>…</div> - unexpected value "Three" - locator resolved to <div role="textbox" spellcheck="true" contenteditable…>…</div> - unexpected value "Three" - locator resolved to <div role="textbox" spellcheck="true" contenteditable…>…</div> - unexpected value "Three" - locator resolved to <div role="textbox" spellcheck="true" contenteditable…>…</div> - unexpected value "Three" - locator resolved to <div role="textbox" spellcheck="true" contenteditable…>…</div> - unexpected value "Three" - locator resolved to <div role="textbox" spellcheck="true" contenteditable…>…</div> - unexpected value "Three" - locator resolved to <div role="textbox" spellcheck="true" contenteditable…>…</div> - unexpected value "Three" - locator resolved to <div role="textbox" spellcheck="true" contenteditable…>…</div> - unexpected value "Three" - locator resolved to <div role="textbox" spellcheck="true" contenteditable…>…</div> - unexpected value "Three" 282 | await expect(secondChatInput).not.toBeFocused() 283 | await expect(chatInputs.nth(2)).toBeFocused() > 284 | await expect(chatInputs.nth(2)).not.toHaveText('Three') | ^ 285 | 286 | // Try editing again to make sure the focus behavior remains consistent. 287 | await chatInputs.nth(2).click() at /home/runner/work/cody/cody/vscode/test/e2e/chat-input.test.ts:284:41
test-unit (windows, 20)
The v0 series of google-github-actions/auth is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/auth
src/chat/utils.test.ts > validateAuthStatus > returns auth status for dotcom: vscode/src/chat/utils.test.ts#L30
AssertionError: expected { authenticated: true, …(8) } to strictly equal { …(9) } - Expected + Received Object { "authenticated": true, - "codyApiVersion": 1, + "codyApiVersion": 2, "endpoint": "https://sourcegraph.com/", "hasVerifiedEmail": true, "isFireworksTracingEnabled": false, "primaryEmail": "[email protected]", "requiresVerifiedEmail": true, "siteVersion": "999", "username": "alice", } ❯ src/chat/utils.test.ts:30:11
test-unit (windows, 20)
Process completed with exit code 1.
test-unit (windows, 20)
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/setup-gcloud
Slow Test: vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 43.3s
Slow Test: vscode/support-menu-items.test.ts#L1
vscode/support-menu-items.test.ts took 15.1s
Slow Test: vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 36.1s
Slow Test: vscode/enterprise-cody-ignore.test.ts#L1
vscode/enterprise-cody-ignore.test.ts took 18.9s
test-unit (ubuntu, 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/auth@v0, google-github-actions/setup-gcloud@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-unit (ubuntu, 18)
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/auth@v0, google-github-actions/setup-gcloud@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.1m
Slow Test: vscode/attribution.test.ts#L1
vscode/attribution.test.ts took 17.8s
Slow Test: vscode/chat-rateLimit.test.ts#L1
vscode/chat-rateLimit.test.ts took 23.8s
Slow Test: vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 57.1s
Slow Test: vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 33.6s
Slow Test: vscode/code-actions.test.ts#L1
vscode/code-actions.test.ts took 28.8s
test-unit (windows, 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/auth@v0, google-github-actions/setup-gcloud@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🎭 Playwright Run Summary
2 skipped 7 passed (1.2m)
🎭 Playwright Run Summary
1 skipped 6 passed (1.3m)
🎭 Playwright Run Summary
9 passed (1.8m)
🎭 Playwright Run Summary
1 flaky chat-input.test.ts:243:3 › editing follow-up messages in chat view ───────────────────────────── 9 passed (2.0m)
🎭 Playwright Run Summary
10 passed (2.2m)