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

Change remove to pop in DebugExecutor #8073

Closed

Conversation

turbaszek
Copy link
Member

@turbaszek turbaszek commented Apr 2, 2020

Closes #8060


Issue link: https://issues.apache.org/jira/browse/AIRFLOW-6836

Make sure to mark the boxes below before creating PR: [x]


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.

potiuk and others added 2 commits April 2, 2020 17:53
Due to difference in types between v1.10 and master
we have to change set.remove to dict.pop method
@turbaszek turbaszek requested review from potiuk and kaxil April 2, 2020 16:45
@boring-cyborg boring-cyborg bot added the area:Scheduler including HA (high availability) scheduler label Apr 2, 2020
@turbaszek turbaszek linked an issue Apr 2, 2020 that may be closed by this pull request
@codecov-io
Copy link

Codecov Report

Merging #8073 into v1-10-test will decrease coverage by 1.09%.
The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff               @@
##           v1-10-test    #8073      +/-   ##
==============================================
- Coverage       81.82%   80.72%   -1.10%     
==============================================
  Files             541      541              
  Lines           37141    37149       +8     
==============================================
- Hits            30389    29990     -399     
- Misses           6752     7159     +407     
Impacted Files Coverage Δ
airflow/executors/debug_executor.py 91.80% <100.00%> (ø)
airflow/operators/mysql_to_hive.py 0.00% <0.00%> (-100.00%) ⬇️
airflow/operators/mysql_operator.py 0.00% <0.00%> (-100.00%) ⬇️
airflow/operators/generic_transfer.py 0.00% <0.00%> (-100.00%) ⬇️
airflow/operators/postgres_operator.py 0.00% <0.00%> (-100.00%) ⬇️
airflow/contrib/kubernetes/volume_mount.py 33.33% <0.00%> (-66.67%) ⬇️
airflow/hooks/hdfs_hook.py 32.50% <0.00%> (-60.00%) ⬇️
airflow/contrib/kubernetes/volume.py 50.00% <0.00%> (-50.00%) ⬇️
airflow/contrib/kubernetes/pod_launcher.py 45.11% <0.00%> (-47.37%) ⬇️
airflow/security/kerberos.py 28.88% <0.00%> (-46.67%) ⬇️
... and 27 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb42946...80e3e69. Read the comment docs.

@turbaszek
Copy link
Member Author

@kaxil @potiuk the build is going to fail due to requirements steps however, tests seems to be ok

@kaxil
Copy link
Member

kaxil commented Apr 2, 2020

@kaxil @potiuk the build is going to fail due to requirements steps however, tests seems to be ok

That is fine, I am happy to merge it as soon as this last test pass.

@kaxil kaxil closed this Apr 2, 2020
@kaxil
Copy link
Member

kaxil commented Apr 2, 2020

Cherry-picked it: cae69fa as there were some conflicts

@turbaszek
Copy link
Member Author

Thanks @kaxil !

kaxil pushed a commit that referenced this pull request Apr 2, 2020
Due to difference in types between v1.10 and master
we have to change set.remove to dict.pop method

(cherry picked from commit 7393e3b693f06c81ec2d6fb818600b48146252f1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Scheduler including HA (high availability) scheduler
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug Executor fails to work
4 participants