feat(context): Add Prompt Caching to Code Context (CODY-4807) (#6878) #26243
Annotations
1 error, 5 warnings, and 1 notice
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
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
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\chat-atFile.test.ts#L1
vscode\chat-atFile.test.ts took 1.6m
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\command-custom.test.ts#L1
vscode\command-custom.test.ts took 1.4m
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\initial-context.test.ts#L1
vscode\initial-context.test.ts took 1.1m
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\command-core.test.ts#L1
vscode\command-core.test.ts took 51.2s
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\chat-rateLimit.test.ts#L1
vscode\chat-rateLimit.test.ts took 41.3s
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e
1 flaky
command-edit.test.ts:105:1 › edit (fixup) input - range selection ──────────────────────────────
17 skipped
40 passed (11.9m)
|
Loading