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

Skip git tests on Windows #5891

Merged
merged 1 commit into from
Aug 8, 2024
Merged

Skip git tests on Windows #5891

merged 1 commit into from
Aug 8, 2024

Conversation

zanieb
Copy link
Member

@zanieb zanieb commented Aug 7, 2024

Might be pushing it on test coverage, but these are some of our slowest tests we might get a significant speedup here.

Part of #5713

@zanieb zanieb added the testing Internal testing of behavior label Aug 7, 2024
@zanieb
Copy link
Member Author

zanieb commented Aug 7, 2024

From 5m 47s to 4m 47s for the cargo test step.

@zanieb
Copy link
Member Author

zanieb commented Aug 7, 2024

Happy to hear thoughts on this, I don't know how nuanced the git behavior is on Windows specifically. We could adjust the features on main vs pull requests too.

@zanieb zanieb marked this pull request as ready for review August 7, 2024 21:34
@charliermarsh
Copy link
Member

I think I'd leave this as-is for now given those numbers. Though it's possible we're not using this feature everywhere we should.

@zanieb
Copy link
Member Author

zanieb commented Aug 8, 2024

With #5910 we go from 6m 12s (7m 42s total) to 4m 41s (5m 57s total) for a 25% (22% total) improvement.

@zanieb
Copy link
Member Author

zanieb commented Aug 8, 2024

(Previously it was about 17%)

@charliermarsh
Copy link
Member

I'm cool with it, I think.

@zanieb
Copy link
Member Author

zanieb commented Aug 8, 2024

If we have a regression it's easy to revert!

@zanieb zanieb merged commit e9dd487 into main Aug 8, 2024
57 checks passed
@zanieb zanieb deleted the zb/windows-git branch August 8, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Internal testing of behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants