-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
[AIRFLOW-6662] install dumb init #7300
[AIRFLOW-6662] install dumb init #7300
Conversation
airflow/example_dags/libs/helper.py
Outdated
|
||
|
||
# pylint: disable=missing-docstring | ||
def print_stuff(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why we need it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Used in kubernetes tests.
9ba64ef
to
5ea7f2f
Compare
5ea7f2f
to
2aed3a0
Compare
2aed3a0
to
58e160a
Compare
Though perhaps instead of a new commit we could/should just revert the previous change? |
Let's see. I think I might not even want to revert it finally because the stability problems seems to be not related to the --init flag usage, I want to fix it first and see how we approach dumb-init eventually. |
@potiuk I don't think the revert vs this would make a difference, but this still seems to be failing it's tests? |
The failures are different reason - not init i am looking into it. |
we have still failing master even if I fixed the "contrib/example" problem (see slack). One is print_diff import and the other is very mysterious hang that cannot be reproduced locally. Both unrelated with the init - so init was not an issue in the first place. |
58e160a
to
e05b47e
Compare
Also curl options are now using long format and include --fail to protect against some temporary errors (5xx). Also RAT download uses now two possible sources of downloads and fallbacks to the second if first is not available.
e05b47e
to
f743d6c
Compare
…ation (apache#7278)" This reverts commit d1bf343.
We had stability problems with tests with --init flag so we are going back to it
f743d6c
to
2440252
Compare
Codecov Report
@@ Coverage Diff @@
## master #7300 +/- ##
==========================================
+ Coverage 85.87% 86.12% +0.24%
==========================================
Files 863 863
Lines 40520 40908 +388
==========================================
+ Hits 34798 35232 +434
+ Misses 5722 5676 -46
Continue to review full report at Codecov.
|
* Revert "[AIRFLOW-6662] Switch to --init docker flag for signal propagation (#7278)" This reverts commit d1bf343. * [AIRFLOW-6662] return back the dumb-init - installed by apt We had stability problems with tests with --init flag so we are going back to it (cherry picked from commit 945b988)
* Revert "[AIRFLOW-6662] Switch to --init docker flag for signal propagation (#7278)" This reverts commit d1bf343. * [AIRFLOW-6662] return back the dumb-init - installed by apt We had stability problems with tests with --init flag so we are going back to it (cherry picked from commit 945b988)
* Revert "[AIRFLOW-6662] Switch to --init docker flag for signal propagation (apache#7278)" This reverts commit d1bf343. * [AIRFLOW-6662] return back the dumb-init - installed by apt We had stability problems with tests with --init flag so we are going back to it
* Revert "[AIRFLOW-6662] Switch to --init docker flag for signal propagation (apache#7278)" This reverts commit d1bf343. * [AIRFLOW-6662] return back the dumb-init - installed by apt We had stability problems with tests with --init flag so we are going back to it (cherry picked from commit 945b988) (cherry picked from commit 3ca84ec)
Issue link: AIRFLOW-6662
Make sure to mark the boxes below before creating PR: [x]
[AIRFLOW-NNNN]
. AIRFLOW-NNNN = JIRA ID** For document-only changes commit message can start with
[AIRFLOW-XXXX]
.In case of fundamental code change, 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 UPDATING.md.
Read the Pull Request Guidelines for more information.