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 side effects in AWS Batch Executor test #39474

Merged
merged 1 commit into from
May 8, 2024

Conversation

kaxil
Copy link
Member

@kaxil kaxil commented May 8, 2024

This wasted a lot of my hours in debugging failures for #39450

This was modifying global env vars and causing side effects in other tests


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

This wasted a lot of my hours in debugging failures for apache#39450

This was modifying a global env vars and causing side effects in other tests
@boring-cyborg boring-cyborg bot added area:providers provider:amazon-aws AWS/Amazon - related issues labels May 8, 2024
@kaxil kaxil marked this pull request as ready for review May 8, 2024 01:35
@kaxil kaxil requested review from eladkal and o-nikolas as code owners May 8, 2024 01:35
@kaxil kaxil requested a review from ephraimbuddy May 8, 2024 01:36
Copy link
Contributor

@dirrao dirrao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kaxil kaxil requested a review from Lee-W May 8, 2024 02:18
@pankajkoti pankajkoti merged commit 9a50475 into apache:main May 8, 2024
40 checks passed
@pankajkoti pankajkoti deleted the fix-test-side-effect branch May 8, 2024 06:53
pateash pushed a commit to pateash/airflow that referenced this pull request May 13, 2024
This wasted a lot of my hours in debugging failures for apache#39450

This was modifying a global env vars and causing side effects in other tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers provider:amazon-aws AWS/Amazon - related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants