Skip to content

Add prompt-like standard commands (#5615) #21731

Add prompt-like standard commands (#5615)

Add prompt-like standard commands (#5615) #21731

Triggered via push September 23, 2024 21:44
Status Failure
Total duration 19m 8s
Artifacts

ci.yml

on: push
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

11 errors, 19 warnings, and 3 notices
test-integration (windows)
Process completed with exit code 1.
test-unit (macos, 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 (macos, 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
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
command-edit.test.ts:95:1 › edit (fixup) input - range selection: vscode\test\e2e\command-edit.test.ts#L128
1) command-edit.test.ts:95:1 › edit (fixup) input - range selection ────────────────────────────── Error: expect(locator).toBeVisible() Locator: getByPlaceholder(/^Enter edit instructions \(type @ to include code/) Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByPlaceholder(/^Enter edit instructions \(type @ to include code/) 126 | // Check that the range input updated correctly to reflect the selected symbol 127 | const inputBox = page.getByPlaceholder(/^Enter edit instructions \(type @ to include code/) > 128 | expect(inputBox).toBeVisible() | ^ 129 | const updatedRangeItem = page.getByLabel('$(symbol-method) fizzbuzz') 130 | expect(updatedRangeItem).toBeVisible() 131 | }) at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:128:22
command-edit.test.ts:133:1 › edit (fixup) input - model selection: vscode\test\e2e\command-edit.test.ts#L149
2) command-edit.test.ts:133:1 › edit (fixup) input - model selection ───────────────────────────── Error: expect(locator).toBeVisible() Locator: getByLabel('$(anthropic-logo) Claude 3.5').locator('a') Expected: visible Received: hidden Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByLabel('$(anthropic-logo) Claude 3.5').locator('a') - locator resolved to <a class="label-name">…</a> - unexpected value "hidden" 147 | const modelItem = page.getByLabel('$(anthropic-logo) Claude 3.5').locator('a') 148 | await nap() > 149 | expect(modelItem).toBeVisible() | ^ 150 | 151 | // Open the model input and check it has the correct item selected 152 | await modelItem.click() at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:149:23
test-unit (macos, 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/
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/
Slow Test: vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.2m
Slow Test: vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 59.8s
Slow Test: vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 48.6s
Slow Test: vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 41.4s
Slow Test: vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 36.6s
Slow Test: vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 1.2m
Slow Test: vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 1.1m
Slow Test: vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 51.0s
Slow Test: vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 38.8s
Slow Test: vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 34.9s
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\chat-input.test.ts#L1
vscode\chat-input.test.ts took 1.0m
Slow Test: vscode\initial-context.test.ts#L1
vscode\initial-context.test.ts took 54.5s
Slow Test: vscode\command-core.test.ts#L1
vscode\command-core.test.ts took 44.2s
🎭 Playwright Run Summary
3 skipped 42 passed (8.3m)
🎭 Playwright Run Summary
3 skipped 42 passed (8.7m)
🎭 Playwright Run Summary
2 flaky command-edit.test.ts:95:1 › edit (fixup) input - range selection ─────────────────────────────── command-edit.test.ts:133:1 › edit (fixup) input - model selection ────────────────────────────── 3 skipped 40 passed (11.2m)