feat(chat): improve messaging for non-streaming models (#5568) #21345
ci.yml
on: push
fast_tests_matrix_prep
0s
slow_tests_matrix_prep
0s
build
2m 8s
Matrix: test-integration
Matrix: test-unit
Matrix: test-e2e
Annotations
15 errors, 19 warnings, and 3 notices
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 (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-integration (macos)
Process completed with exit code 1.
|
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-commit.test.ts:24:3 › use terminal output as context:
vscode\test\e2e\helpers.ts#L332
1) command-commit.test.ts:24:3 › use terminal output as context ──────────────────────────────────
Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceJZ0xIc after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceJZ0xIc\logs\20240913T204917\window1\exthost\extensionTelemetry.log'
at helpers.ts:332
330 | } catch (error) {
331 | if (attempts === 1) {
> 332 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`)
| ^
333 | }
334 |
335 | await new Promise(resolve => setTimeout(resolve, 100))
at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:332:23)
at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:214:13)
|
command-commit.test.ts:24:3 › use terminal output as context:
vscode\test\e2e\helpers.ts#L332
1) command-commit.test.ts:24:3 › use terminal output as context ──────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceINAmgL after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceINAmgL\logs\20240913T204934\window1\exthost\extensionTelemetry.log'
at helpers.ts:332
330 | } catch (error) {
331 | if (attempts === 1) {
> 332 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`)
| ^
333 | }
334 |
335 | await new Promise(resolve => setTimeout(resolve, 100))
at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:332:23)
at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:214:13)
|
command-commit.test.ts:24:3 › use terminal output as context:
vscode\test\e2e\helpers.ts#L332
1) command-commit.test.ts:24:3 › use terminal output as context ──────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceBuWLnI after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceBuWLnI\logs\20240913T204951\window1\exthost\extensionTelemetry.log'
at helpers.ts:332
330 | } catch (error) {
331 | if (attempts === 1) {
> 332 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`)
| ^
333 | }
334 |
335 | await new Promise(resolve => setTimeout(resolve, 100))
at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:332:23)
at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:214:13)
|
command-commit.test.ts:24:3 › use terminal output as context:
vscode\test\e2e\helpers.ts#L332
1) command-commit.test.ts:24:3 › use terminal output as context ──────────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Failed to rmSync C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceeDw41j after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceeDw41j\logs\20240913T205008\window1\exthost\extensionTelemetry.log'
at helpers.ts:332
330 | } catch (error) {
331 | if (attempts === 1) {
> 332 | throw new Error(`Failed to rmSync ${path} after ${maxAttempts} attempts: ${error}`)
| ^
333 | }
334 |
335 | await new Promise(resolve => setTimeout(resolve, 100))
at rmSyncWithRetries (D:\a\cody\cody\vscode\test\e2e\helpers.ts:332:23)
at Object.app (D:\a\cody\cody\vscode\test\e2e\helpers.ts:214:13)
|
command-edit.test.ts:95:1 › edit (fixup) input - range selection:
vscode\test\e2e\command-edit.test.ts#L118
2) command-edit.test.ts:95:1 › edit (fixup) input - range selection ──────────────────────────────
Error: 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')
116 | await rangeItem.click()
117 | const selectedRangeItem = page.getByLabel('check file-code Nearest Code Block')
> 118 | expect(selectedRangeItem).toBeVisible()
| ^
119 |
120 | // Open the symbols input and check it has the correct item selected
121 | const symbolitem = page.getByText('Select a Symbol...')
at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:118:31
|
command-edit.test.ts:95:1 › edit (fixup) input - range selection:
vscode\test\e2e\command-edit.test.ts#L128
2) command-edit.test.ts:95:1 › edit (fixup) input - range selection ──────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByPlaceholder(/^Enter edit instructions \(type @ to include code/)
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByPlaceholder(/^Enter edit instructions \(type @ to include code/)
- locator resolved to <input wrap="off" type="text" role="combobox" autocorre…/>
- unexpected value "hidden"
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
|
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 (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 (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.1m
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 57.9s
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 45.3s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 41.3s
|
Slow Test:
vscode/command-edit.test.ts#L1
vscode/command-edit.test.ts took 33.8s
|
Slow Test:
vscode/chat-atFile.test.ts#L1
vscode/chat-atFile.test.ts took 58.5s
|
Slow Test:
vscode/command-custom.test.ts#L1
vscode/command-custom.test.ts took 50.7s
|
Slow Test:
vscode/chat-input.test.ts#L1
vscode/chat-input.test.ts took 41.7s
|
Slow Test:
vscode/initial-context.test.ts#L1
vscode/initial-context.test.ts took 33.1s
|
Slow Test:
vscode/command-core.test.ts#L1
vscode/command-core.test.ts took 27.9s
|
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 52.4s
|
Slow Test:
vscode\initial-context.test.ts#L1
vscode\initial-context.test.ts took 51.2s
|
Slow Test:
vscode\command-core.test.ts#L1
vscode\command-core.test.ts took 39.0s
|
🎭 Playwright Run Summary
3 skipped
42 passed (7.9m)
|
🎭 Playwright Run Summary
3 skipped
42 passed (6.9m)
|
🎭 Playwright Run Summary
2 flaky
command-commit.test.ts:24:3 › use terminal output as context ───────────────────────────────────
command-edit.test.ts:95:1 › edit (fixup) input - range selection ───────────────────────────────
3 skipped
40 passed (10.9m)
|