Skip to content

Fix failing log test handler tests - #42762

Closed
potiuk wants to merge 1 commit into
apache:mainfrom
potiuk:fix-failing-tests-for-test-log-handler
Closed

Fix failing log test handler tests#42762
potiuk wants to merge 1 commit into
apache:mainfrom
potiuk:fix-failing-tests-for-test-log-handler

Conversation

@potiuk

Copy link
Copy Markdown
Member

The #42751 removed airflow_version from k8s log handler and apparently some tests in tests_utils still use kubernetes provider and k8s test handler. Also it turned out some other tests used Celery Executor as well.

Fixed the tests and move them to K8S / Celery provider respectively.


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

@potiuk
potiuk requested review from Taragolis, dstandish, eladkal and uranusjr and removed request for uranusjrOctober 5, 2024 03:13
@potiuk
potiukforce-pushed the fix-failing-tests-for-test-log-handler branch from 4b6cce3 to 29f0b02CompareOctober 5, 2024 03:28
The apache#42751 removed airflow_version from k8s log handler and
apparently some tests in tests_utils still use kubernetes provider
and k8s test handler. Also it turned out some other tests
used Celery Executor as well.
Fixed the tests and move them to K8S / Celery provider respectively.
@jscheffl
jschefflforce-pushed the fix-failing-tests-for-test-log-handler branch from 29f0b02 to 2a8f8d0CompareOctober 5, 2024 09:56
@jscheffl

jscheffl commented Oct 5, 2024

Copy link
Copy Markdown
Contributor

Was unable to push additional fixes here, opened another PR #42769 ... hope this is getting green... @eladkal if you can approve there as well or @potiuk if you cherry-pick this? :-D

@jscheffl

Copy link
Copy Markdown
Contributor

Fixed by #42772

@jscheffljscheffl closed this Oct 5, 2024
@potiuk
potiuk deleted the fix-failing-tests-for-test-log-handler branch April 21, 2026 15:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providersprovider:celeryprovider:cncf-kubernetesKubernetes (k8s) provider related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@potiuk@jscheffl@dstandish@eladkal