Skip to content

Enable manually editing search context #22926

Enable manually editing search context

Enable manually editing search context #22926

Re-run triggered October 23, 2024 10:05
Status Failure
Total duration 5m 42s
Artifacts 2

ci.yml

on: pull_request
fast_tests_matrix_prep
0s
fast_tests_matrix_prep
slow_tests_matrix_prep
0s
slow_tests_matrix_prep
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 16 warnings, and 5 notices
test-unit (windows, 20)
The v0 series of google-github-actions/auth is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/auth
test-unit (windows, 20)
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/setup-gcloud
test-unit (ubuntu, 20)
The v0 series of google-github-actions/auth is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/auth
test-unit (ubuntu, 20)
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/setup-gcloud
test-unit (ubuntu, 18)
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/setup-gcloud
test-unit (ubuntu, 18)
The v0 series of google-github-actions/auth is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions: https://github.com/google-github-actions/auth
chat-context.test.ts:11:5 › chat followup context: vscode/test/e2e/chat-context.test.ts#L23
1) chat-context.test.ts:11:5 › chat followup context ───────────────────────────────────────────── Error: expect(locator).toHaveText(expected) Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').locator('[data-testid="context"]').filter({ hasText: 'Context' }).first() Expected pattern: /Context/ Received string: "Fetched context— 1 itemCopy and edit as mentionsMain.java Public knowledge" Call log: - expect.toHaveText with timeout 5000ms - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').locator('[data-testid="context"]').filter({ hasText: 'Context' }).first() - locator resolved to <div role="row" data-testid="context" class="tw-flex tw-flex-col tw-gap-4">…</div> - unexpected value "Fetched context— 1 itemCopy and edit as mentionsMain.java Public knowledge" - locator resolved to <div role="row" data-testid="context" class="tw-flex tw-flex-col tw-gap-4">…</div> - unexpected value "Fetched context— 1 itemCopy and edit as mentionsMain.java Public knowledge" 21 | const contextCells = getContextCell(chatFrame) 22 | expect(contextCells).toHaveCount(1) > 23 | expect(contextCells.first()).toHaveText(/Context/) | ^ 24 | await openContextCell(contextCells.first()) 25 | await expect(contextCells.first()).toHaveText(/Main\.java/) 26 | at /home/runner/work/cody/cody/vscode/test/e2e/chat-context.test.ts:23:34
chat-context.test.ts:11:5 › chat followup context: vscode/test/e2e/chat-context.test.ts#L23
1) chat-context.test.ts:11:5 › chat followup context ───────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveText(expected) Locator: frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').locator('[data-testid="context"]').filter({ hasText: 'Context' }).first() Expected pattern: /Context/ Received string: "Fetched context— 1 itemCopy and edit as mentionsMain.java Public knowledge" Call log: - expect.toHaveText with timeout 5000ms - waiting for frameLocator('.simple-find-part-wrapper + iframe.webview').last().frameLocator('iframe').locator('[data-testid="context"]').filter({ hasText: 'Context' }).first() - locator resolved to <div role="row" data-testid="context" class="tw-flex tw-flex-col tw-gap-4">…</div> - unexpected value "Fetched context— 1 itemCopy and edit as mentionsMain.java Public knowledge" - locator resolved to <div role="row" data-testid="context" class="tw-flex tw-flex-col tw-gap-4">…</div> - unexpected value "Fetched context— 1 itemCopy and edit as mentionsMain.java Public knowledge" 21 | const contextCells = getContextCell(chatFrame) 22 | expect(contextCells).toHaveCount(1) > 23 | expect(contextCells.first()).toHaveText(/Context/) | ^ 24 | await openContextCell(contextCells.first()) 25 | await expect(contextCells.first()).toHaveText(/Main\.java/) 26 | at /home/runner/work/cody/cody/vscode/test/e2e/chat-context.test.ts:23:34
test-e2e (ubuntu, 1/5)
Process completed with exit code 1.
Slow Test: vscode/uninstall.test.ts#L1
vscode/uninstall.test.ts took 20.8s
Slow Test: vscode/support-menu-items.test.ts#L1
vscode/support-menu-items.test.ts took 15.9s
Slow Test: vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 39.9s
Slow Test: vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 37.0s
Slow Test: vscode/enterprise-cody-ignore.test.ts#L1
vscode/enterprise-cody-ignore.test.ts took 18.3s
Slow Test: vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 47.8s
Slow Test: vscode/chat-keyboard-shortcuts.test.ts#L1
vscode/chat-keyboard-shortcuts.test.ts took 24.4s
Slow Test: vscode/chat-rateLimit.test.ts#L1
vscode/chat-rateLimit.test.ts took 23.9s
Slow Test: vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 57.0s
Slow Test: vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 33.1s
Slow Test: vscode/code-actions.test.ts#L1
vscode/code-actions.test.ts took 31.6s
test-unit (windows, 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/auth@v0, google-github-actions/setup-gcloud@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-unit (ubuntu, 20)
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/auth@v0, google-github-actions/setup-gcloud@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
test-unit (ubuntu, 18)
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/auth@v0, google-github-actions/setup-gcloud@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Slow Test: vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.1m
Slow Test: vscode/attribution.test.ts#L1
vscode/attribution.test.ts took 17.5s
🎭 Playwright Run Summary
2 skipped 4 passed (52.9s)
🎭 Playwright Run Summary
1 skipped 10 passed (2.0m)
🎭 Playwright Run Summary
10 passed (1.8m)
🎭 Playwright Run Summary
10 passed (2.3m)
🎭 Playwright Run Summary
1 failed chat-context.test.ts:11:5 › chat followup context ────────────────────────────────────────────── 9 passed (2.1m)

Artifacts

Produced during runtime
Name Size
playwright-recordings ubuntu
10.6 KB