You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Appears to affect all MCP file tools that have a relative path test. TestReadFile/RelativePath and TestEditFiles/RelativePath seen so far. Also seems to affect other subtests (TestEditFiles/NoPermissions, TestEditFiles/NoEdits), so it seems like some generic issue with making requests to the agent?
Git blame results: The entire TestEditFiles function was authored by Asher (code-asher) on 2025-09-12 in commit 30330abaea.
Commit Info
SHA: 0601cc8fa623f0dd4e44274f08271cc748ff26d9
Author: Asher (code-asher)
Related Issues: Similar to flake: TestReadFile/RelativePath #982 with same error pattern, suggesting systematic issue with SDK error handling in Windows CI
Reproduction Steps
This appears to be a Windows-specific timing or SDK error handling issue. The test expects an SDK error but receives a different error wrapper type.
Appears to affect all MCP file tools that have a relative path test.
TestReadFile/RelativePathandTestEditFiles/RelativePathseen so far. Also seems to affect other subtests (TestEditFiles/NoPermissions,TestEditFiles/NoEdits), so it seems like some generic issue with making requests to the agent?CI Run
GitHub Actions Log
Error Analysis
Root Cause Assessment
TestEditFilesinagent/files_test.go:390-722RelativePath(line 461)coderdtest.SDKError(t, err)coderdtest.go:1592error as seen in issue flake: TestReadFile/RelativePath #982 (TestReadFile/RelativePath)Assignment Analysis
Git blame results: The entire
TestEditFilesfunction was authored by Asher (code-asher) on 2025-09-12 in commit30330abaea.Commit Info
Reproduction Steps
This appears to be a Windows-specific timing or SDK error handling issue. The test expects an SDK error but receives a different error wrapper type.