Skip to content

Conversation

@wjhsf
Copy link
Contributor

@wjhsf wjhsf commented Nov 5, 2025

Details

I did a lot of fiddling in #5548 to get integration tests to run on windows. I ended up abandoning that for our CI, but these changes are still good to have if we ever do want to explore that path.

Does this pull request introduce a breaking change?

  • 😮‍💨 No, it does not introduce a breaking change.
  • 💔 Yes, it does introduce a breaking change.

Does this pull request introduce an observable change?

  • 🤞 No, it does not introduce an observable change.
  • 🔬 Yes, it does include an observable change.

GUS work item

wjhsf added 30 commits October 20, 2025 14:19
It's implicit in the files being in the test directory and long filenames cause problems on windows
easier to maintain and uncovered a few broken tests!
is SAUCE defined in CI?
@wjhsf wjhsf requested a review from a team as a code owner November 5, 2025 21:06
Comment on lines -50 to -53
.catch((err) => {
console.error(err);
process.exit(1);
});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was this removed b/c it's redundant?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep. Changing to a top-level await accomplishes the same thing.

@wjhsf wjhsf merged commit 39b40e4 into master Nov 6, 2025
13 checks passed
@wjhsf wjhsf deleted the wjh/windows-compat branch November 6, 2025 15:37
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.

3 participants