-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Remove global from breeze testing commands #58854
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
Remove global from breeze testing commands #58854
Conversation
|
Nah, maybe shouldbackport, just to keep breeze in sync even if maybe not needed on 3.1 branch... just to ensure maintainability... |
Backport failed to create: v3-1-test. View the failure log Run details
You can attempt to backport this manually by running: cherry_picker 60bf28d v3-1-testThis should apply the commit to the v3-1-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continue |
* Remove global from breeze testing commands * Make ShellParams hashable * Make ShellParams hashable * Make ShellParams hashable, fix (cherry picked from commit 60bf28d) Co-authored-by: Jens Scheffler <95105677+jscheffl@users.noreply.github.com>
* Remove global from breeze testing commands * Make ShellParams hashable * Make ShellParams hashable * Make ShellParams hashable, fix
* Remove global from breeze testing commands * Make ShellParams hashable * Make ShellParams hashable * Make ShellParams hashable, fix
* Remove global from breeze testing commands * Make ShellParams hashable * Make ShellParams hashable * Make ShellParams hashable, fix
Another small increment to remove global statements for PR #58116
This just removes some global statements in breeze for preventing redundant log dumping. Just using functools.cache()
globalis evil. Also in breeze :-D(No need to backport in my view)