feat(context): Add Prompt Caching to Code Context (CODY-4807) (#6878) #26243
ci.yml
on: push
fast_tests_matrix_prep
0s
slow_tests_matrix_prep
0s
build
2m 30s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
5 errors, 10 warnings, and 2 notices
command-edit.test.ts:105:1 › edit (fixup) input - range selection:
vscode\test\e2e\command-edit.test.ts#L128
1) command-edit.test.ts:105:1 › edit (fixup) input - range selection ─────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByLabel('check file-code Nearest Code Block')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('check file-code Nearest Code Block')
126 | await rangeItem.click()
127 | const selectedRangeItem = page.getByLabel('check file-code Nearest Code Block')
> 128 | expect(selectedRangeItem).toBeVisible()
| ^
129 |
130 | // Open the symbols input and check it has the correct item selected
131 | const symbolitem = page.getByText('Select a Symbol...')
at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:128:31
|
test-e2e (macos)
The job running on runner GitHub Actions 17 has exceeded the maximum execution time of 20 minutes.
|
test-e2e (macos)
Worker teardown timeout of 30000ms exceeded.
Failed worker ran 10 tests:
test/e2e/chat-atFile.test.ts:48:7 › @-mention file in chat
test/e2e/chat-atFile.test.ts:229:3 › editing a chat message with @-mention
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.5m
|
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 54.1s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 45.6s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 45.6s
|
Slow Test:
vscode\chat-atFile.test.ts#L1
vscode\chat-atFile.test.ts took 1.6m
|
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.1m
|
Slow Test:
vscode\command-core.test.ts#L1
vscode\command-core.test.ts took 51.2s
|
Slow Test:
vscode\chat-rateLimit.test.ts#L1
vscode\chat-rateLimit.test.ts took 41.3s
|
🎭 Playwright Run Summary
17 skipped
41 passed (10.2m)
|
🎭 Playwright Run Summary
1 flaky
command-edit.test.ts:105:1 › edit (fixup) input - range selection ──────────────────────────────
17 skipped
40 passed (11.9m)
|