Cody Web 0.8.2 release (#5570) #21331
ci.yml
on: push
fast_tests_matrix_prep
0s
slow_tests_matrix_prep
0s
build
2m 19s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
11 errors, 19 warnings, and 3 notices
test-integration (ubuntu)
Process completed with exit code 1.
|
test-unit (macos, 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 (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, 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
|
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
|
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
|
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-input.test.ts:26:3 › chat input focus:
vscode/test/e2e/chat-input.test.ts#L61
1) chat-input.test.ts:26:3 › chat input focus ────────────────────────────────────────────────────
Error: locator.click: Error: strict mode violation: getByLabel(/Commands \(/) resolved to 3 elements:
1) <a tabindex="0" role="button" aria-label="Cody Comm…></a> aka getByLabel('Cody: Chat actions').getByLabel('Cody Commands (Alt+C)')
2) <a tabindex="0" role="button" aria-label="Cody Comm…></a> aka getByLabel('Chat Section').getByLabel('Cody Commands (Alt+C)')
3) <a tabindex="0" role="button" aria-label="Cody Comm…></a> aka locator('[id="workbench\\.parts\\.editor"]').getByLabel('Cody Commands (Alt+C)')
Call log:
- waiting for getByLabel(/Commands \(/)
59 |
60 | // Submit a new chat question from the command menu.
> 61 | await page.getByLabel(/Commands \(/).click()
| ^
62 | await page.waitForTimeout(100)
63 |
64 | // HACK: The 'delay' command is used to make sure the response is streamed 400ms after
at /home/runner/work/cody/cody/vscode/test/e2e/chat-input.test.ts:61:42
|
command-edit.test.ts:95:1 › edit (fixup) input - range selection:
vscode\test\e2e\command-edit.test.ts#L113
1) command-edit.test.ts:95:1 › edit (fixup) input - range selection ──────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByText('Nearest Code Block')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Nearest Code Block')
111 | // Check the correct range item is auto-selected
112 | const rangeItem = page.getByText('Nearest Code Block')
> 113 | expect(rangeItem).toBeVisible()
| ^
114 |
115 | // Open the range input and check it has the correct item selected
116 | await rangeItem.click()
at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:113:23
|
test-unit (macos, 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, 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/
|
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/
|
Slow Test:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 59.3s
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 52.0s
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 45.5s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 36.0s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 28.0s
|
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.8s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 40.2s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 35.0s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 33.9s
|
Slow Test:
vscode\chat-atFile.test.ts#L1
vscode\chat-atFile.test.ts took 1.2m
|
Slow Test:
vscode\command-custom.test.ts#L1
vscode\command-custom.test.ts took 1.1m
|
Slow Test:
vscode\chat-input.test.ts#L1
vscode\chat-input.test.ts took 51.0s
|
Slow Test:
vscode\initial-context.test.ts#L1
vscode\initial-context.test.ts took 48.3s
|
Slow Test:
vscode\command-core.test.ts#L1
vscode\command-core.test.ts took 39.9s
|
🎭 Playwright Run Summary
3 skipped
42 passed (7.1m)
|
🎭 Playwright Run Summary
1 flaky
chat-input.test.ts:26:3 › chat input focus ─────────────────────────────────────────────────────
3 skipped
41 passed (8.2m)
|
🎭 Playwright Run Summary
1 flaky
command-edit.test.ts:95:1 › edit (fixup) input - range selection ───────────────────────────────
3 skipped
41 passed (9.4m)
|