fix the diff for recent edits by replacing psDedent with ps (#5574) #21343
Annotations
1 error, 5 warnings, and 1 notice
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
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-vsceJ9Qg5l after 5 attempts: Error: EBUSY: resource busy or locked, unlink '\\?\C:\Users\RUNNER~1\AppData\Local\Temp\cody-vsceJ9Qg5l\logs\20240913T203412\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)
|
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.3m
|
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.1m
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e:
vscode\chat-input.test.ts#L1
vscode\chat-input.test.ts took 52.7s
|
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 50.2s
|
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 40.9s
|
Run $env:GITHUB_REF=$env:BRANCH_NAME; pnpm -C vscode run test:e2e
1 flaky
command-commit.test.ts:24:3 › use terminal output as context ───────────────────────────────────
3 skipped
41 passed (9.7m)
|
Loading