Skip to content

Stabilize remaining BranchDecoratedOperators tests - #35554

Merged
potiuk merged 1 commit into
apache:mainfrom
potiuk:stabilize-branch-tests-for-venv-tests
Nov 9, 2023
Merged

Stabilize remaining BranchDecoratedOperators tests#35554
potiuk merged 1 commit into
apache:mainfrom
potiuk:stabilize-branch-tests-for-venv-tests

Conversation

@potiuk

Copy link
Copy Markdown
Member

As a follow-up after #35511 it turned out that we have THREE tests which are named Test_BranchDecoratedOperator - because they were copied originally from the "Python" one - there is a Python, ExternalPython and PythonVirtualenv tests :).

The #35551 only added timeout in one of them - and in the least problematic one at that (Python). This PR also adds it in the other tests and renames the tests classes to distinguish between the different tests (to more easily see which one failed).


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

@potiukpotiuk changed the title Stabilize remaininv BranchDecoratedOperatorsStabilize remaining BranchDecoratedOperatorsNov 9, 2023
@potiuk
potiukforce-pushed the stabilize-branch-tests-for-venv-tests branch from e96d23e to b26dc51CompareNovember 9, 2023 14:46
@potiukpotiuk changed the title Stabilize remaining BranchDecoratedOperatorsStabilize remaining BranchDecoratedOperators testsNov 9, 2023
As a follow-up after apache#35511 it turned out that we have THREE
tests which are named Test_BranchDecoratedOperator - because they
were copied originally from the "Python" one - there is a Python,
ExternalPython and PythonVirtualenv tests :).
The apache#35551 only added timeout in one of them - and in the least
problematic one at that (Python). This PR also adds it in the
other tests and renames the tests classes to distinguish between
the different tests (to more easily see which one failed).
@potiuk
potiukforce-pushed the stabilize-branch-tests-for-venv-tests branch from b26dc51 to 10b9b2dCompareNovember 9, 2023 14:49
@potiuk
potiuk merged commit 8cd1a7e into apache:mainNov 9, 2023
@potiuk
potiuk deleted the stabilize-branch-tests-for-venv-tests branch November 9, 2023 15:07
Comment threadtests/decorators/test_branch_virtualenv.py
romsharon98 pushed a commit to romsharon98/airflow that referenced this pull request Nov 10, 2023
As a follow-up after apache#35511 it turned out that we have THREE
tests which are named Test_BranchDecoratedOperator - because they
were copied originally from the "Python" one - there is a Python,
ExternalPython and PythonVirtualenv tests :).
The apache#35551 only added timeout in one of them - and in the least
problematic one at that (Python). This PR also adds it in the
other tests and renames the tests classes to distinguish between
the different tests (to more easily see which one failed).
@ephraimbuddyephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Nov 20, 2023
@ephraimbuddyephraimbuddy added this to the Airflow 2.8.0 milestone Nov 20, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog:skipChanges that should be skipped from the changelog (CI, tests, etc..)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@potiuk@jscheffl@vincbeck@ephraimbuddy