Skip to content

Conversation

@jscheffl
Copy link
Contributor

@jscheffl jscheffl commented Nov 29, 2025

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()

global is evil. Also in breeze :-D

(No need to backport in my view)

@boring-cyborg boring-cyborg bot added area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch labels Nov 29, 2025
@jscheffl jscheffl removed the backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch label Nov 29, 2025
@jscheffl jscheffl added the backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch label Nov 29, 2025
@jscheffl
Copy link
Contributor Author

Nah, maybe shouldbackport, just to keep breeze in sync even if maybe not needed on 3.1 branch... just to ensure maintainability...

@jscheffl jscheffl merged commit 60bf28d into apache:main Nov 29, 2025
119 checks passed
@github-actions
Copy link

Backport failed to create: v3-1-test. View the failure log Run details

Status Branch Result
v3-1-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 60bf28d v3-1-test

This should apply the commit to the v3-1-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

jscheffl added a commit to jscheffl/airflow that referenced this pull request Nov 29, 2025
* 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>
potiuk pushed a commit that referenced this pull request Nov 30, 2025
* Remove global from breeze testing commands

* Make ShellParams hashable

* Make ShellParams hashable

* Make ShellParams hashable, fix
(cherry picked from commit 60bf28d)
ephraimbuddy pushed a commit that referenced this pull request Dec 3, 2025
* Remove global from breeze testing commands

* Make ShellParams hashable

* Make ShellParams hashable

* Make ShellParams hashable, fix
(cherry picked from commit 60bf28d)
RoyLee1224 pushed a commit to RoyLee1224/airflow that referenced this pull request Dec 3, 2025
* Remove global from breeze testing commands

* Make ShellParams hashable

* Make ShellParams hashable

* Make ShellParams hashable, fix
Copilot AI pushed a commit to jason810496/airflow that referenced this pull request Dec 5, 2025
* Remove global from breeze testing commands

* Make ShellParams hashable

* Make ShellParams hashable

* Make ShellParams hashable, fix
itayweb pushed a commit to itayweb/airflow that referenced this pull request Dec 6, 2025
* Remove global from breeze testing commands

* Make ShellParams hashable

* Make ShellParams hashable

* Make ShellParams hashable, fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants