This repository was archived by the owner on Aug 1, 2025. It is now read-only.
Remove some unused exports #30196
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
fast_tests_matrix_prep
2s
slow_tests_matrix_prep
4s
build
2m 55s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
1 error, 27 warnings, and 5 notices
|
command-edit.test.ts:121:1 › edit (fixup) input - range selection:
vscode/test/e2e/command-edit.test.ts#L139
1) command-edit.test.ts:121:1 › edit (fixup) input - range selection ─────────────────────────────
Error: expect.toBeVisible: Error: strict mode violation: getByText('Nearest Code Block') resolved to 2 elements:
1) <span class="monaco-highlighted-label">…</span> aka getByLabel('$(file-code) Nearest Code').getByText('Nearest Code Block')
2) <span class="monaco-highlighted-label">…</span> aka getByLabel('check file-code Nearest Code').locator('a').filter({ hasText: 'Nearest Code Block' })
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Nearest Code Block')
137 | // Check the correct range item is auto-selected
138 | const rangeItem = page.getByText('Nearest Code Block')
> 139 | expect(rangeItem).toBeVisible()
| ^
140 |
141 | // Open the range input and check it has the correct item selected
142 | await rangeItem.click()
at /home/runner/work/cody/cody/vscode/test/e2e/command-edit.test.ts:139:23
|
|
test-integration (ubuntu)
The process '/usr/bin/git' failed with exit code 128
|
|
build
The process '/usr/bin/git' failed with exit code 128
|
|
test-integration (windows)
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128
|
|
test-e2e (ubuntu, 1/5)
The process '/usr/bin/git' failed with exit code 128
|
|
Slow Test:
vscode/attribution.test.ts#L0
vscode/attribution.test.ts took 25.0s
|
|
Slow Test:
vscode/auth.test.ts#L0
vscode/auth.test.ts took 35.1s
|
|
test-unit (ubuntu, 20)
The process '/usr/bin/git' failed with exit code 128
|
|
test-unit (ubuntu, 18)
The process '/usr/bin/git' failed with exit code 128
|
|
test-e2e (ubuntu, 3/5)
The process '/usr/bin/git' failed with exit code 128
|
|
Slow Test:
vscode/chat-keyboard-shortcuts.test.ts#L0
vscode/chat-keyboard-shortcuts.test.ts took 16.9s
|
|
Slow Test:
vscode/chat-rateLimit.test.ts#L0
vscode/chat-rateLimit.test.ts took 23.7s
|
|
Slow Test:
vscode/chat-messages.test.ts#L0
vscode/chat-messages.test.ts took 35.7s
|
|
Slow Test:
vscode/code-actions.test.ts#L0
vscode/code-actions.test.ts took 38.0s
|
|
test-e2e (ubuntu, 5/5)
The process '/usr/bin/git' failed with exit code 128
|
|
Slow Test:
vscode/enterprise-server-sent-models.test.ts#L0
vscode/enterprise-server-sent-models.test.ts took 16.0s
|
|
Slow Test:
vscode/support-menu-items.test.ts#L0
vscode/support-menu-items.test.ts took 23.6s
|
|
Slow Test:
vscode/initial-context.test.ts#L0
vscode/initial-context.test.ts took 1.1m
|
|
test-e2e (ubuntu, 2/5)
The process '/usr/bin/git' failed with exit code 128
|
|
Slow Test:
vscode/chat-context.test.ts#L0
vscode/chat-context.test.ts took 15.5s
|
|
Slow Test:
vscode/chat-input.test.ts#L0
vscode/chat-input.test.ts took 52.9s
|
|
Slow Test:
vscode/chat-atFile.test.ts#L0
vscode/chat-atFile.test.ts took 1.5m
|
|
test-e2e (ubuntu, 4/5)
The process '/usr/bin/git' failed with exit code 128
|
|
Slow Test:
vscode/command-commit.test.ts#L0
vscode/command-commit.test.ts took 18.0s
|
|
Slow Test:
vscode/enterprise-cody-ignore.test.ts#L0
vscode/enterprise-cody-ignore.test.ts took 20.3s
|
|
Slow Test:
vscode/command-core.test.ts#L0
vscode/command-core.test.ts took 33.1s
|
|
Slow Test:
vscode/command-custom.test.ts#L0
vscode/command-custom.test.ts took 1.3m
|
|
test-unit (windows, 20)
The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128
|
|
🎭 Playwright Run Summary
9 skipped
5 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 skipped
7 passed (2.0m)
|
|
🎭 Playwright Run Summary
3 skipped
8 passed (2.0m)
|
|
🎭 Playwright Run Summary
1 skipped
10 passed (2.9m)
|
|
🎭 Playwright Run Summary
1 flaky
command-edit.test.ts:121:1 › edit (fixup) input - range selection ──────────────────────────────
10 passed (3.5m)
|