vscode-insiders-release #838
vscode-insiders-release.yml
on: workflow_dispatch
release
19m 19s
Annotations
3 errors, 6 warnings, and 1 notice
chat-context.test.ts:11:5 › chat followup context:
vscode/test/e2e/chat-context.test.ts#L1
1) chat-context.test.ts:11:5 › chat followup context ─────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
chat-context.test.ts:11:5 › chat followup context:
vscode/test/e2e/chat-context.test.ts#L17
1) chat-context.test.ts:11:5 › chat followup context ─────────────────────────────────────────────
Error: locator.fill: Target page, context or browser has been closed
Call log:
- waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByRole('textbox', { name: 'Chat message' }).last()
15 | const [chatFrame, chatInput] = await createEmptyChatPanel(page)
16 |
> 17 | await chatInput.fill('@Main.java')
| ^
18 | await selectMentionMenuItem(chatFrame, 'Main.java')
19 | await chatInput.press('Enter')
20 |
at /home/runner/work/cody/cody/vscode/test/e2e/chat-context.test.ts:17:21
|
uninstall.test.ts:7:5 › uninstall extension:
vscode/test/e2e/common.ts#L55
2) uninstall.test.ts:7:5 › uninstall extension ───────────────────────────────────────────────────
TimeoutError: page.click: Timeout 30000ms exceeded.
Call log:
- waiting for locator('[aria-label="Cody"]')
at common.ts:55
53 | // In case the cody sidebar isn't focused, select it.
54 | while (!(await isSidebarVisible(page))) {
> 55 | await page.click('[aria-label="Cody"]')
| ^
56 | }
57 | }
58 |
at focusSidebar (/home/runner/work/cody/cody/vscode/test/e2e/common.ts:55: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
|
release
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.3m
|
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.5s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 52.4s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 45.9s
|
🎭 Playwright Run Summary
2 flaky
chat-context.test.ts:11:5 › chat followup context ──────────────────────────────────────────────
uninstall.test.ts:7:5 › uninstall extension ────────────────────────────────────────────────────
3 skipped
42 passed (12.4m)
|