-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Add temp git dir to test_cc_reviewers test case #10058
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
cc @driazati
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! This way of testing definitely makes more sense. Also just a note: if you add the text Fixes #10044
to your PR body GitHub will close the issue automatically once this is merged
Thanks @driazati I was not aware of that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM too!
Thanks @jacobbohlin @leandron @driazati . This is merged now! |
This decouples the test_cc_reviewers test case from the user's git configuration. The implementation reuses the TempGit structure from test_skip_ci to always use a fresh git environment.
This decouples the test_cc_reviewers test case from the user's git configuration. The implementation reuses the TempGit structure from test_skip_ci to always use a fresh git environment.
This is a proposal to decouple the
test_cc_reviewers
test case from the user's git configuration. The implementation reuses the TempGit structure fromtest_skip_ci
to always use a fresh git environment.Fixes #10044 which contains some additional information.