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

Merge redis and rabbitmq integration into celery #28205

Merged

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Dec 7, 2022

Previously we had separate integrations per service, but since we are moving the integration tests into separate job, it will be easier if the celery integration is a single one - this way we will have 1-1 relationship between tests to run and enabled integrations.

The checks for various integrations were not really working recently and this change is introducing them back.


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

Previously we had separate integrations per service, but since we
are moving the integration tests into separate job, it will be
easier if the  celery integration is a single one - this way we
will have 1-1 relationship between tests to run and enabled
integrations.

The checks for various integrations were not really working
recently and this change is introducing them back.
@potiuk
Copy link
Member Author

potiuk commented Dec 7, 2022

Next step towards separated integration tests.

@potiuk
Copy link
Member Author

potiuk commented Dec 7, 2022

That also fixes the "disabled integrations" you found yesterday @Taragolis

Screenshot 2022-12-07 at 22 05 11

@potiuk potiuk merged commit 68217f5 into apache:main Dec 8, 2022
@potiuk potiuk deleted the merge-rabbit-redis-into-celery-integration branch December 8, 2022 00:18
ephraimbuddy pushed a commit that referenced this pull request Jan 13, 2023
Previously we had separate integrations per service, but since we
are moving the integration tests into separate job, it will be
easier if the  celery integration is a single one - this way we
will have 1-1 relationship between tests to run and enabled
integrations.

The checks for various integrations were not really working
recently and this change is introducing them back.

(cherry picked from commit 68217f5)
ephraimbuddy pushed a commit that referenced this pull request Jan 14, 2023
Previously we had separate integrations per service, but since we
are moving the integration tests into separate job, it will be
easier if the  celery integration is a single one - this way we
will have 1-1 relationship between tests to run and enabled
integrations.

The checks for various integrations were not really working
recently and this change is introducing them back.

(cherry picked from commit 68217f5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants