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

Yet another attempt to fix flakey test_disable_logging test #36455

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

Taragolis
Copy link
Contributor

This one revert approach which was used in #26973 but replaced by caplog during unittests -> pytest migration.


^ 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.

@boring-cyborg boring-cyborg bot added area:providers provider:google Google (including GCP) related issues labels Dec 27, 2023
@Taragolis Taragolis added the type:misc/internal Changelog: Misc changes that should appear in change log label Dec 27, 2023
@potiuk
Copy link
Member

potiuk commented Dec 27, 2023

Let's see. We can merge it and retry the GCP change

@potiuk
Copy link
Member

potiuk commented Dec 27, 2023

Strange thing it only happened in main and not in any PR and I have no idea why yet. But I will also take a look later today to see what difference was there

@potiuk potiuk added the full tests needed We need to run full set of tests for this PR to merge label Dec 27, 2023
@potiuk potiuk closed this Dec 27, 2023
@potiuk potiuk reopened this Dec 27, 2023
@potiuk
Copy link
Member

potiuk commented Dec 27, 2023

Reopened with full tests needed

@potiuk potiuk merged commit 71314b8 into apache:main Dec 27, 2023
127 of 128 checks passed
@potiuk
Copy link
Member

potiuk commented Dec 27, 2023

merged. Let's see in main first ad then re-apply the GCP backcompat in main :)

@potiuk
Copy link
Member

potiuk commented Dec 28, 2023

Looks like the fix worked . Good one @Taragolis ! (though we still do not know why it happened :).

potiuk added a commit to potiuk/airflow that referenced this pull request Dec 28, 2023
Remove back-compatibility code for stackdriver now that we are
at >= 2.6.0.

This caused problems recently with flaky / leaking tests but
hopefully apache#36455 fixed the triggering mechanism for that flaky
test and this one should succeed now.
potiuk added a commit that referenced this pull request Dec 28, 2023
Remove back-compatibility code for stackdriver now that we are
at >= 2.6.0.

This caused problems recently with flaky / leaking tests but
hopefully #36455 fixed the triggering mechanism for that flaky
test and this one should succeed now.
abhishekbhakat pushed a commit to abhishekbhakat/my_airflow that referenced this pull request Mar 5, 2024
abhishekbhakat pushed a commit to abhishekbhakat/my_airflow that referenced this pull request Mar 5, 2024
Remove back-compatibility code for stackdriver now that we are
at >= 2.6.0.

This caused problems recently with flaky / leaking tests but
hopefully apache#36455 fixed the triggering mechanism for that flaky
test and this one should succeed now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers full tests needed We need to run full set of tests for this PR to merge provider:google Google (including GCP) related issues type:misc/internal Changelog: Misc changes that should appear in change log
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants