Fix OpenTelemetryService initialization+observables code and fix the… #26117
Annotations
3 errors, 5 warnings, and 1 notice
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\test\e2e\command-custom.test.ts#L196
1) command-custom.test.ts:139:3 › execute custom commands with context defined in cody.json ──────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('tab', { name: 'var.go' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByRole('tab', { name: 'var.go' })
194 | .getByRole('button', { name: withPlatformSlashes('var.go:1 lib/batches/env') })
195 | .click()
> 196 | await expect(page.getByRole('tab', { name: 'var.go' })).toBeVisible()
| ^
197 |
198 | /* Test: context.openTabs with openTabs command */
199 |
at D:\a\cody\cody\vscode\test\e2e\command-custom.test.ts:196:61
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\test\e2e\command-custom.test.ts#L1
1) command-custom.test.ts:139:3 › execute custom commands with context defined in cody.json ──────
Error: EBUSY: resource busy or locked, rename 'D:\a\cody\cody\playwright\execute_custom_commands_with_context_defined_in_cody_json\temp-videos\98b436a2bd66b09e14f2be0bfccc3d61.webm' -> 'D:\a\cody\cody\playwright\execute_custom_commands_with_context_defined_in_cody_json\videos\run_0_retry_0_failure.webm'
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\test\e2e\command-edit.test.ts#L159
2) command-edit.test.ts:143:1 › edit (fixup) input - model selection ─────────────────────────────
Error: expect(locator).toBeVisible()
Locator: getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
- locator resolved to <a class="label-name">…</a>
- unexpected value "hidden"
157 | const modelItem = page.getByLabel('$(anthropic-logo) Claude 3.5 Sonnet').locator('a')
158 | await nap()
> 159 | expect(modelItem).toBeVisible()
| ^
160 |
161 | // Open the model input and check it has the correct item selected
162 | await modelItem.click()
at D:\a\cody\cody\vscode\test\e2e\command-edit.test.ts:159:23
|
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\initial-context.test.ts#L1
vscode\initial-context.test.ts took 1.0m
|
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 52.0s
|
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.9s
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\code-actions.test.ts#L1
vscode\code-actions.test.ts took 41.1s
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e
2 flaky
command-custom.test.ts:139:3 › execute custom commands with context defined in cody.json ───────
command-edit.test.ts:143:1 › edit (fixup) input - model selection ──────────────────────────────
17 skipped
39 passed (12.3m)
|
Loading