Skip to content

Revert windows inigo fixes and pin the codependency tests to just linux#1139

Merged
ameowlia merged 5 commits into
developfrom
sidecar-codependency-bug
May 27, 2026
Merged

Revert windows inigo fixes and pin the codependency tests to just linux#1139
ameowlia merged 5 commits into
developfrom
sidecar-codependency-bug

Conversation

@geofffranks
Copy link
Copy Markdown
Contributor

Summary

Windows signal handling and exit code handling are significantly different from the linux model used to write the tests. Since the underlying code in executor is agnostic, we can ignore the inigo tests on windows.

Backward Compatibility

Breaking Change? no

geofffranks and others added 5 commits May 27, 2026 14:49
Add //go:build !windows build tags to prevent compilation and testing
on Windows platforms. This resolves syscall.Kill compatibility issues
while maintaining full functionality on Linux/Unix systems.

Files excluded from Windows builds:
- codependency_test.go (integration tests)
- fake_app_test.go and fake_proxy_test.go (unit tests)
- fake_app/main.go and fake_proxy/main.go (test assets)

VMTA-TEST-123 ai-assisted=yes

Co-authored-by: Cursor <cursoragent@cursor.com>
@geofffranks geofffranks requested a review from a team as a code owner May 27, 2026 18:53
@ameowlia ameowlia merged commit b5c389e into develop May 27, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants