Skip to content

Capitalize provider names in tool tips (#5981) #22998

Capitalize provider names in tool tips (#5981)

Capitalize provider names in tool tips (#5981) #22998

Triggered via push October 26, 2024 14:18
Status Failure
Total duration 17m 4s
Artifacts

ci.yml

on: push
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

15 errors, 19 warnings, and 3 notices
test-integration (macos)
Process completed with exit code 1.
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
test-unit (macos, 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
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 (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
chat-atFile.test.ts:301:3 › @-mention symbol in chat: vscode/test/e2e/chat-atFile.test.ts#L1
1) chat-atFile.test.ts:301:3 › @-mention symbol in chat ────────────────────────────────────────── Test timeout of 30000ms exceeded.
chat-atFile.test.ts:301:3 › @-mention symbol in chat: vscode/test/e2e/chat-atFile.test.ts#L316
1) chat-atFile.test.ts:301:3 › @-mention symbol in chat ────────────────────────────────────────── Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByRole('tab', { name: 'New Chat' }) 314 | // Go back to the Cody chat tab 315 | await nap() > 316 | await page.getByRole('tab', { name: 'New Chat' }).click() | ^ 317 | 318 | // Symbol empty state shows tooltip to search for a symbol 319 | await openMentionsForProvider(chatPanelFrame, chatInput, 'Symbols') at /Users/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:316:55
chat-input.test.ts:194:3 › chat model selector: vscode\test\e2e\helpers.ts#L377
1) chat-input.test.ts:194:3 › chat model selector ──────────────────────────────────────────────── Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vscei3wRHL after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vscei3wRHL\Crashpad\reports\f5f0e0a7-be0e-48dd-bbd6-250c3e915e30.dmp' at helpers.ts:377 375 | } catch (error) { 376 | if (attempts === 1) { > 377 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`) | ^ 378 | } 379 | 380 | await new Promise(resolve => setTimeout(resolve, 100)) at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:377:23) at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:258:13)
chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection: vscode\test\e2e\common.ts#L185
2) chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ───────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveAccessibleName(expected) Locator: getByRole('listbox', { name: /^Search files/ }).getByRole('option').first() Expected pattern: /buzz.ts,/ Received: <element(s) not found> Call log: - expect.toHaveAccessibleName with timeout 5000ms - waiting for getByRole('listbox', { name: /^Search files/ }).getByRole('option').first() at common.ts:185 183 | .getByRole('option') 184 | .first() > 185 | ).toHaveAccessibleName(new RegExp(`${filename},`)) | ^ 186 | await page.keyboard.press('Enter') 187 | 188 | await clickEditorTab(page, filename) at openFileInEditorTab (D:\a\cody\cody\vscode\test\e2e\common.ts:185:7) at D:\a\cody\cody\vscode\test\e2e\chat-keyboard-shortcuts.test.ts:50:5
chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection: vscode\test\e2e\chat-keyboard-shortcuts.test.ts#L1
2) chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ───────────────────────── Error: EBUSY: resource busy or locked, rename 'D:\a\cody\cody\playwright\re_opening_chat_adds_selection\temp-videos\edd84d4b2b23812897cefdd6ced542ac.webm' -> 'D:\a\cody\cody\playwright\re_opening_chat_adds_selection\videos\run_0_retry_0_failure.webm'
command-core.test.ts:29:3 › Generate Unit Test Command (Edit): vscode\test\e2e\helpers.ts#L377
3) command-core.test.ts:29:3 › Generate Unit Test Command (Edit) ───────────────────────────────── Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceTwLqm4 after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceTwLqm4\Crashpad\reports\705a8e09-7f33-4538-9217-470890e209d6.dmp' at helpers.ts:377 375 | } catch (error) { 376 | if (attempts === 1) { > 377 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`) | ^ 378 | } 379 | 380 | await new Promise(resolve => setTimeout(resolve, 100)) at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:377:23) at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:258:13)
command-custom.test.ts:283:17 › use terminal output as context: vscode\test\e2e\helpers.ts#L377
4) command-custom.test.ts:283:17 › use terminal output as context ──────────────────────────────── Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vscenbgvcm after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vscenbgvcm\logs\20241026T143039\window1\exthost\extensionTelemetry.log' at helpers.ts:377 375 | } catch (error) { 376 | if (attempts === 1) { > 377 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`) | ^ 378 | } 379 | 380 | await new Promise(resolve => setTimeout(resolve, 100)) at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:377:23) at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:258:13)
command-edit.test.ts:133:1 › edit (fixup) input - model selection: vscode\test\e2e\command-edit.test.ts#L154
5) command-edit.test.ts:133:1 › edit (fixup) input - model selection ───────────────────────────── Error: expect(locator).toBeVisible() Locator: getByLabel('check anthropic-logo Claude 3.5 Sonnet, by Anthropic') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByLabel('check anthropic-logo Claude 3.5 Sonnet, by Anthropic') - locator resolved to <div role="option" data-index="0" aria-level="1" aria-setsize="4" id="list_id_5_0" aria-posinset="1" draggable="false" data-parity="even" data-last-element="false" class="monaco-list-row focused" aria-label="check anthropic-logo Claude 3.5 Sonnet, by anthropic">…</div> - unexpected value "hidden" 152 | await modelItem.click() 153 | const selectedModelItem = page.getByLabel('check anthropic-logo Claude 3.5 Sonnet, by Anthropic') > 154 | expect(selectedModelItem).toBeVisible() | ^ 155 | }) 156 | at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:154:31
command-edit.test.ts:133:1 › edit (fixup) input - model selection: vscode\test\e2e\helpers.ts#L377
5) command-edit.test.ts:133:1 › edit (fixup) input - model selection ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsce4yW0IW after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsce4yW0IW\Crashpad\reports\3732ee2b-eb7e-49aa-955a-a071fa694bf6.dmp' at helpers.ts:377 375 | } catch (error) { 376 | if (attempts === 1) { > 377 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`) | ^ 378 | } 379 | 380 | await new Promise(resolve => setTimeout(resolve, 100)) at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:377:23) at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:258:13)
initial-context.test.ts:16:82 › initial context - self-serve repo: vscode\test\e2e\helpers.ts#L377
6) initial-context.test.ts:16:82 › initial context - self-serve repo ───────────────────────────── Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsce259y0R after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsce259y0R\Crashpad\reports\157d0bc1-8d34-46eb-a068-d2a406680bfc.dmp' at helpers.ts:377 375 | } catch (error) { 376 | if (attempts === 1) { > 377 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`) | ^ 378 | } 379 | 380 | await new Promise(resolve => setTimeout(resolve, 100)) at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:377:23) at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:258:13)
test-unit (ubuntu, 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: 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 (macos, 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/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 (windows, 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/command-custom.test.ts#L1
vscode/command-custom.test.ts took 47.8s
Slow Test: vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 38.0s
Slow Test: vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 32.5s
Slow Test: vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 25.7s
Slow Test: vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 25.5s
Slow Test: vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.1m
Slow Test: vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 57.1s
Slow Test: vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 45.3s
Slow Test: vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 40.3s
Slow Test: vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 34.5s
Slow Test: vscode\chat-atFile.test.ts#L1
vscode\chat-atFile.test.ts took 1.2m
Slow Test: vscode\code-actions.test.ts#L1
vscode\code-actions.test.ts took 33.3s
Slow Test: vscode\chat-rateLimit.test.ts#L1
vscode\chat-rateLimit.test.ts took 28.1s
Slow Test: vscode\uninstall.test.ts#L1
vscode\uninstall.test.ts took 24.5s
Slow Test: vscode\attribution.test.ts#L1
vscode\attribution.test.ts took 21.0s
🎭 Playwright Run Summary
1 flaky chat-atFile.test.ts:301:3 › @-mention symbol in chat ─────────────────────────────────────────── 3 skipped 43 passed (7.4m)
🎭 Playwright Run Summary
3 skipped 44 passed (8.5m)
🎭 Playwright Run Summary
6 flaky chat-input.test.ts:194:3 › chat model selector ───────────────────────────────────────────────── chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ────────────────────────── command-core.test.ts:29:3 › Generate Unit Test Command (Edit) ────────────────────────────────── command-custom.test.ts:283:17 › use terminal output as context ───────────────────────────────── command-edit.test.ts:133:1 › edit (fixup) input - model selection ────────────────────────────── initial-context.test.ts:16:82 › initial context - self-serve repo ────────────────────────────── 3 skipped 38 passed (11.5m)