Cody Web: Polish cody web Prompts #23460
ci.yml
on: pull_request
fast_tests_matrix_prep
0s
slow_tests_matrix_prep
0s
build
2m 40s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
10 errors, 14 warnings, and 5 notices
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 (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
|
uninstall.test.ts:7:5 › uninstall extension:
vscode/test/e2e/common.ts#L54
1) uninstall.test.ts:7:5 › uninstall extension ───────────────────────────────────────────────────
TimeoutError: page.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('[aria-label="Cody"]')
at common.ts:54
52 | // In case the cody sidebar isn't focused, select it.
53 | while (!(await isSidebarVisible(page))) {
> 54 | await page.click('[aria-label="Cody"]')
| ^
55 | }
56 | }
57 |
at focusSidebar (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:54:20)
at signin (/home/runner/work/cody/cody/vscode/test/e2e/uninstall.test.ts:65:5)
at /home/runner/work/cody/cody/vscode/test/e2e/uninstall.test.ts:50:5
|
chat-atFile.test.ts:35:3 › @-mention file in chat:
vscode/test/e2e/chat-atFile.test.ts#L89
1) chat-atFile.test.ts:35:3 › @-mention file in chat ─────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('option', { name: 'Main.java' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('option', { name: 'Main.java' })
87 | await chatInput.fill('')
88 | await chatInput.pressSequentially('@mj', { delay: 350 })
> 89 | await expect(chatPanelFrame.getByRole('option', { name: 'Main.java' })).toBeVisible()
| ^
90 | await chatInput.fill('clear')
91 |
92 | // Searching and clicking
at /home/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:89:77
|
command-edit.test.ts:106:1 › edit (fixup) input - range selection:
vscode/test/e2e/command-edit.test.ts#L124
1) command-edit.test.ts:106:1 › edit (fixup) input - range selection ─────────────────────────────
Error: expect.toBeVisible: Error: strict mode violation: getByText('Nearest Code Block') resolved to 2 elements:
1) <span class="monaco-highlighted-label">…</span> aka getByLabel('$(file-code) Nearest Code').getByText('Nearest Code Block')
2) <span class="monaco-highlighted-label">…</span> aka getByLabel('check file-code Nearest Code').locator('a').filter({ hasText: 'Nearest Code Block' })
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Nearest Code Block')
122 | // Check the correct range item is auto-selected
123 | const rangeItem = page.getByText('Nearest Code Block')
> 124 | expect(rangeItem).toBeVisible()
| ^
125 |
126 | // Open the range input and check it has the correct item selected
127 | await rangeItem.click()
at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:124:23
|
src/enterprise-s2.test.ts:
agent/src/TestClient.ts#L105
Error: Command failed: pnpm run build:for-tests
❯ buildAgentBinary src/TestClient.ts:105:5
❯ Function.create src/TestClient.ts:138:9
❯ src/enterprise-s2.test.ts:16:43
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { status: 1, signal: null, output: [ null, null, null ], pid: 1172, stdout: null, stderr: null }
|
src/cli/command-chat.test.ts:
agent/src/TestClient.ts#L105
Error: Command failed: pnpm run build:for-tests
❯ Module.buildAgentBinary src/TestClient.ts:105:5
❯ src/cli/command-chat.test.ts:85:9
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { status: 1, signal: null, output: [ null, null, null ], pid: 7044, stdout: null, stderr: null }
|
src/cli/command-chat.test.ts:
agent/src/cli/command-chat.test.ts#L95
TypeError: Cannot read properties of undefined (reading 'stop')
❯ src/cli/command-chat.test.ts:95:21
|
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
|
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 (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/
|
Slow Test:
vscode/support-menu-items.test.ts#L1
vscode/support-menu-items.test.ts took 22.2s
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 1.0m
|
Slow Test:
vscode/chat-rateLimit.test.ts#L1
vscode/chat-rateLimit.test.ts took 33.9s
|
Slow Test:
vscode/chat-keyboard-shortcuts.test.ts#L1
vscode/chat-keyboard-shortcuts.test.ts took 31.1s
|
Slow Test:
vscode/chat-messages.test.ts#L1
vscode/chat-messages.test.ts took 20.1s
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.2m
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 43.7s
|
Slow Test:
vscode/code-actions.test.ts#L1
vscode/code-actions.test.ts took 37.8s
|
Slow Test:
vscode/attribution.test.ts#L1
vscode/attribution.test.ts took 26.4s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 53.4s
|
Slow Test:
vscode/enterprise-cody-ignore.test.ts#L1
vscode/enterprise-cody-ignore.test.ts took 19.2s
|
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/
|
🎭 Playwright Run Summary
1 flaky
uninstall.test.ts:7:5 › uninstall extension ────────────────────────────────────────────────────
2 skipped
3 passed (1.9m)
|
🎭 Playwright Run Summary
10 passed (2.5m)
|
🎭 Playwright Run Summary
10 passed (2.8m)
|
🎭 Playwright Run Summary
1 flaky
chat-atFile.test.ts:35:3 › @-mention file in chat ──────────────────────────────────────────────
9 passed (2.8m)
|
🎭 Playwright Run Summary
1 flaky
command-edit.test.ts:106:1 › edit (fixup) input - range selection ──────────────────────────────
1 skipped
9 passed (2.7m)
|