Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix turbo tests Windows monkeypatch #6988

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

deivid-rodriguez
Copy link
Member

What was the end-user or developer problem that led to this PR?

We haven't been running Bundler specs on Windows since #6739. That PR introduced a monkeypatch for Windows that made tests take a long time (like now) and still report success. So we did not notice that no specs were actually run.

This can be noticed in the last two lines of the current output:

Finished in 93 minutes 10 seconds (files took 0 seconds to load)
0 examples, 0 failures

What is your fix for the problem, implemented in this PR?

My fix is to correct the patch to properly apply our previous solution. We should upstream something but for now I just want the tests running again.

Make sure the following tasks are checked

@deivid-rodriguez
Copy link
Member Author

I just merged #6989, so this should be green now.

@deivid-rodriguez deivid-rodriguez force-pushed the fix-turbo-tests-windows-monkeypatch branch 3 times, most recently from 0bf187d to 8209566 Compare September 25, 2023 11:43
@deivid-rodriguez deivid-rodriguez force-pushed the fix-turbo-tests-windows-monkeypatch branch from 8209566 to 230b6d3 Compare September 27, 2023 03:30
@deivid-rodriguez deivid-rodriguez merged commit 7e426a3 into master Sep 27, 2023
83 checks passed
@deivid-rodriguez deivid-rodriguez deleted the fix-turbo-tests-windows-monkeypatch branch September 27, 2023 05:11
@hsbt
Copy link
Member

hsbt commented Sep 28, 2023

Thank you @deivid-rodriguez 🙏

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.

None yet

2 participants