fix(auto-edit): fix the false notification for auto-edit non eligibil… #26235
ci.yml
on: push
fast_tests_matrix_prep
0s
slow_tests_matrix_prep
0s
build
2m 35s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
9 errors, 10 warnings, and 2 notices
test-integration (macos)
Process completed with exit code 1.
|
chat-input.test.ts:242:3 › editing follow-up messages in chat view:
vscode\test\e2e\chat-input.test.ts#L256
1) chat-input.test.ts:242:3 › editing follow-up messages in chat view ────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').getByText(/Two/)
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').getByText(/Two/)
254 | await lastChatInput.press('Enter')
255 | await page.waitForTimeout(1000)
> 256 | await expect(chatFrame.getByText(/Two/)).toBeVisible()
| ^
257 | await lastChatInput.fill('Three')
258 | await lastChatInput.press('Enter')
259 | await page.waitForTimeout(1000)
at D:\a\cody\cody\vscode\test\e2e\chat-input.test.ts:256:46
|
chat-input.test.ts:242:3 › editing follow-up messages in chat view:
vscode\test\e2e\chat-input.test.ts#L1
1) chat-input.test.ts:242:3 › editing follow-up messages in chat view ────────────────────────────
Error: EBUSY: resource busy or locked, rename 'D:\a\cody\cody\playwright\editing_follow_up_messages_in_chat_view\temp-videos\f92ab8f45b530785fe778f4afaabfbe7.webm' -> 'D:\a\cody\cody\playwright\editing_follow_up_messages_in_chat_view\videos\run_0_retry_0_failure.webm'
|
command-edit.test.ts:105:1 › edit (fixup) input - range selection:
vscode\test\e2e\command-edit.test.ts#L123
2) command-edit.test.ts:105:1 › edit (fixup) input - range selection ─────────────────────────────
Error: Timed out 5000ms waiting for 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')
121 | // Check the correct range item is auto-selected
122 | const rangeItem = page.getByText('Nearest Code Block')
> 123 | expect(rangeItem).toBeVisible()
| ^
124 |
125 | // Open the range input and check it has the correct item selected
126 | await rangeItem.click()
at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:123:23
|
command-edit.test.ts:143:1 › edit (fixup) input - model selection:
vscode\test\e2e\command-edit.test.ts#L159
3) command-edit.test.ts:143:1 › edit (fixup) input - model selection ─────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
157 | const modelItem = page.getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
158 | await nap()
> 159 | expect(modelItem).toBeVisible()
| ^
160 |
161 | // Open the model input and check it has the correct item selected
162 | await modelItem.click()
at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:159:23
|
test-e2e (macos)
The job running on runner GitHub Actions 31 has exceeded the maximum execution time of 20 minutes.
|
test-e2e (macos)
Worker teardown timeout of 30000ms exceeded.
Failed worker ran 8 tests:
test/e2e/chat-atFile.test.ts:271:3 › @-mention file range
test/e2e/chat-atFile.test.ts:310:3 › @-mention symbol in chat
test/e2e/chat-atFile.test.ts:367:3 › Add Selection to Cody Chat
test/e2e/chat-history.test.ts:17:3 › restore chat from sidebar history view
test/e2e/chat-history.test.ts:50:3 › delete chat from sidebar history view
test/e2e/chat-input.test.ts:191:3 › chat model selector
test/e2e/chat-input.test.ts:242:3 › editing follow-up messages in chat view
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
|
test-e2e (macos)
The operation was canceled.
|
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/initial-context.test.ts#L1
vscode/initial-context.test.ts took 53.9s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 45.5s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 45.4s
|
Slow Test:
vscode\chat-atFile.test.ts#L1
vscode\chat-atFile.test.ts took 1.7m
|
Slow Test:
vscode\command-custom.test.ts#L1
vscode\command-custom.test.ts took 1.4m
|
Slow Test:
vscode\initial-context.test.ts#L1
vscode\initial-context.test.ts took 1.0m
|
Slow Test:
vscode\command-core.test.ts#L1
vscode\command-core.test.ts took 51.3s
|
Slow Test:
vscode\chat-rateLimit.test.ts#L1
vscode\chat-rateLimit.test.ts took 43.9s
|
🎭 Playwright Run Summary
17 skipped
41 passed (10.2m)
|
🎭 Playwright Run Summary
3 flaky
chat-input.test.ts:242:3 › editing follow-up messages in chat view ─────────────────────────────
command-edit.test.ts:105:1 › edit (fixup) input - range selection ──────────────────────────────
command-edit.test.ts:143:1 › edit (fixup) input - model selection ──────────────────────────────
17 skipped
38 passed (13.1m)
|