Skip to content

feat(audoedit): update billing categories (#6591) #25290

feat(audoedit): update billing categories (#6591)

feat(audoedit): update billing categories (#6591) #25290

Triggered via push January 10, 2025 15:40
Status Failure
Total duration 19m 6s
Artifacts 1

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

14 errors, 18 warnings, and 2 notices
test-integration (macos)
Process completed with exit code 1.
test-e2e (windows)
npm failed with exit code 1
test-e2e (windows)
Process completed with exit code 1.
test-unit (macos, 20)
Process completed with exit code 1.
test-e2e (macos)
Worker teardown timeout of 30000ms exceeded. Failed worker ran 2 tests: test/e2e/chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection test/e2e/chat-messages.test.ts:17:5 › chat assistant response code buttons
test-e2e (macos)
Worker teardown timeout of 30000ms exceeded. Failed worker ran 1 test: test/e2e/chat-messages.test.ts:17:5 › chat assistant response code buttons
chat-messages.test.ts:17:5 › chat assistant response code buttons: vscode/test/e2e/chat-messages.test.ts#L1
1) chat-messages.test.ts:17:5 › chat assistant response code buttons ───────────────────────────── Tearing down "app" exceeded the test timeout of 30000ms.
chat-messages.test.ts:17:5 › chat assistant response code buttons: vscode/test/e2e/chat-messages.test.ts#L1
1) chat-messages.test.ts:17:5 › chat assistant response code buttons ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Tearing down "app" exceeded the test timeout of 30000ms.
enterprise-server-sent-models.test.ts:6:5 › allows multiple enterprise models when server-sent models is enabled: vscode/test/e2e/enterprise-server-sent-models.test.ts#L1
2) enterprise-server-sent-models.test.ts:6:5 › allows multiple enterprise models when server-sent models is enabled Test timeout of 30000ms exceeded.
enterprise-server-sent-models.test.ts:6:5 › allows multiple enterprise models when server-sent models is enabled: vscode/test/e2e/enterprise-server-sent-models.test.ts#L26
2) enterprise-server-sent-models.test.ts:6:5 › allows multiple enterprise models when server-sent models is enabled Error: locator.click: Target page, context or browser has been closed Call log: - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('listbox', { name: 'Suggestions' }).getByRole('option', { name: 'Titan' }) 24 | await modelSelect.click() 25 | const modelChoices = chatFrame.getByRole('listbox', { name: 'Suggestions' }) > 26 | await modelChoices.getByRole('option', { name: 'Titan' }).click() | ^ 27 | await expect(modelSelect).toHaveText(/^Titan/) 28 | 29 | // Close chat window and create a new one and assert the default model is preserved at /Users/runner/work/cody/cody/vscode/test/e2e/enterprise-server-sent-models.test.ts:26:63
enterprise-server-sent-models.test.ts:6:5 › allows multiple enterprise models when server-sent models is enabled: vscode/test/e2e/enterprise-server-sent-models.test.ts#L1
2) enterprise-server-sent-models.test.ts:6:5 › allows multiple enterprise models when server-sent models is enabled Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
enterprise-server-sent-models.test.ts:6:5 › allows multiple enterprise models when server-sent models is enabled: vscode/test/e2e/enterprise-server-sent-models.test.ts#L26
2) enterprise-server-sent-models.test.ts:6:5 › allows multiple enterprise models when server-sent models is enabled Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Target page, context or browser has been closed Call log: - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('listbox', { name: 'Suggestions' }).getByRole('option', { name: 'Titan' }) 24 | await modelSelect.click() 25 | const modelChoices = chatFrame.getByRole('listbox', { name: 'Suggestions' }) > 26 | await modelChoices.getByRole('option', { name: 'Titan' }).click() | ^ 27 | await expect(modelSelect).toHaveText(/^Titan/) 28 | 29 | // Close chat window and create a new one and assert the default model is preserved at /Users/runner/work/cody/cody/vscode/test/e2e/enterprise-server-sent-models.test.ts:26:63
chat-keyboard-shortcuts.test.ts:14:5 › chat keyboard shortcuts for sidebar chat: vscode/test/e2e/chat-keyboard-shortcuts.test.ts#L25
3) chat-keyboard-shortcuts.test.ts:14:5 › chat keyboard shortcuts for sidebar chat ─────────────── Error: Timed out 3000ms waiting for expect(locator).toContainText(expected) Locator: frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).first() Expected string: "buzz.ts" Received: <element(s) not found> Call log: - expect.toContainText with timeout 3000ms - waiting for frameLocator('iframe.webview:first-child:last-child').frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).first() 23 | await clickEditorTab(page, 'buzz.ts') 24 | await page.keyboard.press('Shift+Control+l') > 25 | await expect(chatSidebarInput).toContainText('buzz.ts', { timeout: 3_000 }) | ^ 26 | 27 | await executeCommandInPalette(page, 'View: Close Primary Sidebar') 28 | at /Users/runner/work/cody/cody/vscode/test/e2e/chat-keyboard-shortcuts.test.ts:25:36
chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection: vscode/test/e2e/chat-keyboard-shortcuts.test.ts#L1
4) chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ───────────────────────── Test timeout of 30000ms exceeded.
slow_tests_matrix_prep
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
fast_tests_matrix_prep
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-integration (ubuntu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-unit (ubuntu, 20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-unit (ubuntu, 18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-e2e (windows)
No files were found with the provided path: playwright/ vscode/test-results/. No artifacts will be uploaded.
test-e2e (ubuntu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.4m
Slow Test: vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.2m
Slow Test: vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 59.1s
Slow Test: vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 52.8s
Slow Test: vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 46.7s
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.2m
Slow Test: vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 60.0s
Slow Test: vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 55.2s
Slow Test: vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 41.0s
🎭 Playwright Run Summary
5 skipped 47 passed (11.7m)
🎭 Playwright Run Summary
2 failed chat-messages.test.ts:17:5 › chat assistant response code buttons ────────────────────────────── enterprise-server-sent-models.test.ts:6:5 › allows multiple enterprise models when server-sent models is enabled 4 flaky chat-keyboard-shortcuts.test.ts:14:5 › chat keyboard shortcuts for sidebar chat ──────────────── chat-keyboard-shortcuts.test.ts:35:5 › re-opening chat adds selection ────────────────────────── command-edit.test.ts:105:1 › edit (fixup) input - range selection ────────────────────────────── mention-repository.test.ts:14:18 › @-mention repository ──────────────────────────────────────── 4 skipped 42 passed (16.4m)

Artifacts

Produced during runtime
Name Size
playwright-recordings macos
4.36 MB