added(logout): Set view to chat after logout (CODY-3606) (#5544) #21271
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
18 errors, 19 warnings, and 3 notices
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-atFile.test.ts:36:3 › @-mention file in chat:
vscode/test/e2e/chat-atFile.test.ts#L90
1) chat-atFile.test.ts:36: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' })
88 | await chatInput.fill('')
89 | await chatInput.pressSequentially('@mj', { delay: 350 })
> 90 | await expect(chatPanelFrame.getByRole('option', { name: 'Main.java' })).toBeVisible()
| ^
91 | await chatInput.fill('clear')
92 |
93 | // Searching and clicking
at /Users/runner/work/cody/cody/vscode/test/e2e/chat-atFile.test.ts:90:77
|
command-commit.test.ts:24:3 › use terminal output as context:
vscode\test\e2e\helpers.ts#L332
1) command-commit.test.ts:24:3 › use terminal output as context ──────────────────────────────────
Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vscexLnm6z after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vscexLnm6z\logs\20240911T234010\window1\exthost\extensionTelemetry.log'
at helpers.ts:332
330 | } catch (error) {
331 | if (attempts === 1) {
> 332 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`)
| ^
333 | }
334 |
335 | await new Promise(resolve => setTimeout(resolve, 100))
at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:332:23)
at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:214:13)
|
command-commit.test.ts:24:3 › use terminal output as context:
vscode\test\e2e\helpers.ts#L332
1) command-commit.test.ts:24:3 › use terminal output as context ──────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceCHZfaj after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceCHZfaj\logs\20240911T234031\window1\exthost\extensionTelemetry.log'
at helpers.ts:332
330 | } catch (error) {
331 | if (attempts === 1) {
> 332 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`)
| ^
333 | }
334 |
335 | await new Promise(resolve => setTimeout(resolve, 100))
at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:332:23)
at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:214:13)
|
command-commit.test.ts:24:3 › use terminal output as context:
vscode\test\e2e\helpers.ts#L332
1) command-commit.test.ts:24:3 › use terminal output as context ──────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vscedAAnSq after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vscedAAnSq\logs\20240911T234048\window1\exthost\extensionTelemetry.log'
at helpers.ts:332
330 | } catch (error) {
331 | if (attempts === 1) {
> 332 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`)
| ^
333 | }
334 |
335 | await new Promise(resolve => setTimeout(resolve, 100))
at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:332:23)
at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:214:13)
|
command-commit.test.ts:24:3 › use terminal output as context:
vscode\test\e2e\helpers.ts#L332
1) command-commit.test.ts:24:3 › use terminal output as context ──────────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceEmEd2l after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceEmEd2l\logs\20240911T234105\window1\exthost\extensionTelemetry.log'
at helpers.ts:332
330 | } catch (error) {
331 | if (attempts === 1) {
> 332 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`)
| ^
333 | }
334 |
335 | await new Promise(resolve => setTimeout(resolve, 100))
at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:332:23)
at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:214:13)
|
command-commit.test.ts:24:3 › use terminal output as context:
vscode\test\e2e\helpers.ts#L332
1) command-commit.test.ts:24:3 › use terminal output as context ──────────────────────────────────
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceNtROeh after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceNtROeh\logs\20240911T234122\window1\exthost\extensionTelemetry.log'
at helpers.ts:332
330 | } catch (error) {
331 | if (attempts === 1) {
> 332 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`)
| ^
333 | }
334 |
335 | await new Promise(resolve => setTimeout(resolve, 100))
at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:332:23)
at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:214:13)
|
command-edit.test.ts:95:1 › edit (fixup) input - range selection:
vscode\test\e2e\command-edit.test.ts#L113
2) 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
|
enterprise-cody-ignore.test.ts:43:7 › using actively invoked commands and autocomplete shows a error:
vscode\test\e2e\enterprise-cody-ignore.test.ts#L78
3) enterprise-cody-ignore.test.ts:43:7 › using actively invoked commands and autocomplete shows a error
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Cody is disabled in this file')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Cody is disabled in this file')
76 | // Clicking on the Cody icon shows a message
77 | await statusBarButton.click()
> 78 | await expect(page.getByText('Cody is disabled in this file')).toBeVisible()
| ^
79 | await page.keyboard.press('Escape')
80 |
81 | // Manually invoking autocomplete should show an error
at D:\a\cody\cody\vscode\test\e2e\enterprise-cody-ignore.test.ts:78:71
|
enterprise-cody-ignore.test.ts:43:7 › using actively invoked commands and autocomplete shows a error:
vscode\test\e2e\enterprise-cody-ignore.test.ts#L1
3) enterprise-cody-ignore.test.ts:43:7 › using actively invoked commands and autocomplete shows a error
Error: EBUSY: resource busy or locked, rename 'D:\a\cody\cody\playwright\using_actively_invoked_commands_and_autocomplete_shows_a_error\temp-videos\a0b7b35bd8935616eef6e737a6661e43.webm' -> 'D:\a\cody\cody\playwright\using_actively_invoked_commands_and_autocomplete_shows_a_error\videos\run_0_retry_0_failure.webm'
|
test-e2e (windows)
Process completed with exit code 1.
|
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/command-custom.test.ts#L1
vscode/command-custom.test.ts took 55.2s
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 39.7s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 32.5s
|
Slow Test:
vscode/attribution.test.ts#L1
vscode/attribution.test.ts took 30.7s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 29.4s
|
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 56.7s
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 45.2s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 41.0s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 34.0s
|
Slow Test:
vscode\chat-atFile.test.ts#L1
vscode\chat-atFile.test.ts took 1.3m
|
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 53.9s
|
Slow Test:
vscode\initial-context.test.ts#L1
vscode\initial-context.test.ts took 46.6s
|
Slow Test:
vscode\command-core.test.ts#L1
vscode\command-core.test.ts took 40.1s
|
🎭 Playwright Run Summary
1 flaky
chat-atFile.test.ts:36:3 › @-mention file in chat ──────────────────────────────────────────────
3 skipped
41 passed (7.6m)
|
🎭 Playwright Run Summary
3 skipped
42 passed (7.9m)
|
🎭 Playwright Run Summary
1 failed
command-commit.test.ts:24:3 › use terminal output as context ───────────────────────────────────
2 flaky
command-edit.test.ts:95:1 › edit (fixup) input - range selection ───────────────────────────────
enterprise-cody-ignore.test.ts:43:7 › using actively invoked commands and autocomplete shows a error
3 skipped
39 passed (11.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-recordings windows
|
49.1 KB |
|