-
Notifications
You must be signed in to change notification settings - Fork 26
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
[DO NOT MERGE] Test RC provider packages for https://github.com/apache/airflow/issues/33257 #1293
Conversation
Thanks, @pankajkoti, for running this. It seems the latest test failure relates to apache/airflow#32767, but not google provider. I'll go with +1 on the dev group |
yes, @Lee-W I am just figuring out what's going on wrong in the CI, but please go ahead with our +1 vote |
I am wondering why would it fail our CI as we use Airflow 2.6.3 in our CI and that would still have those modules existing. Also why do those tests run fine for Python 3.11 and fail for others? The tests run fine for me locally on Python3.10 with runtime image. |
Could it relate to 2.7.0b0 ? |
I tried to check the pip packages installed in the CI, but it says it is installing 2.6.3. I had a guess that maybe it is using some common cache, so tried invalidating cache, but still could not figure out what's going wrong here There were other issues too yesterday Astro SDK, and providers alpha1, so could not investigate further here. |
1e0e101
to
415b95b
Compare
for more information, see https://pre-commit.ci
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1293 +/- ##
=======================================
Coverage 98.57% 98.57%
=======================================
Files 91 91
Lines 5404 5404
=======================================
Hits 5327 5327
Misses 77 77
☔ View full report in Codecov by Sentry. |
Please don't rebase this branch |
This reverts commit 35b10dd.
Closing this. However, there was no conclusion on why it tried to install beta versions of Apache Airflow and also why it collected the package twice. |
No description provided.