Skip to content

fix(e2e): support all platforms in setupIsolatedSocketPath#142

Merged
mpyw merged 1 commit intomulticloudfrom
feat/split-stage-files
Jan 19, 2026
Merged

fix(e2e): support all platforms in setupIsolatedSocketPath#142
mpyw merged 1 commit intomulticloudfrom
feat/split-stage-files

Conversation

@mpyw
Copy link
Owner

@mpyw mpyw commented Jan 19, 2026

Summary

  • Fix E2E tests failing on Linux by setting XDG_RUNTIME_DIR
  • Add Windows support by setting LOCALAPPDATA
  • Enable Windows GUI tests on multicloud branch

Changes

  • setupIsolatedSocketPath now sets all platform-specific env vars:
    • TMPDIR for Darwin
    • XDG_RUNTIME_DIR for Linux
    • LOCALAPPDATA for Windows

Test plan

  • Lint passes locally
  • E2E tests pass on Linux (CI)
  • E2E tests pass on Windows (CI)

🤖 Generated with Claude Code

- Set TMPDIR for Darwin
- Set XDG_RUNTIME_DIR for Linux
- Set LOCALAPPDATA for Windows

Also enable Windows GUI tests on multicloud branch.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@github-actions github-actions bot added go Pull requests that update Go code github_actions Pull requests that update GitHub Actions code labels Jan 19, 2026
@mpyw mpyw enabled auto-merge (squash) January 19, 2026 01:39
@mpyw mpyw disabled auto-merge January 19, 2026 01:39
@mpyw mpyw merged commit 198e7e7 into multicloud Jan 19, 2026
1 check passed
@mpyw mpyw deleted the feat/split-stage-files branch January 19, 2026 01:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant