Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

properly handle initialization failures #4951

Merged
merged 3 commits into from
Dec 9, 2019

Conversation

etam
Copy link
Contributor

@etam etam commented Nov 29, 2019

fixes #4850

@etam etam force-pushed the fix_incorrect_task_state_in_init_failure branch from e2869c6 to e73aa9f Compare November 29, 2019 16:13
@etam etam self-assigned this Dec 2, 2019
task.header.concent_enabled,
force
)
except Exception as exc: # pylint: disable=broad-except
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I deleted this, because at this point the task is not registered in TaskManager yet.

@etam etam force-pushed the fix_incorrect_task_state_in_init_failure branch from 138afee to 4369933 Compare December 5, 2019 10:09
@codecov
Copy link

codecov bot commented Dec 5, 2019

Codecov Report

Merging #4951 into b0.22 will increase coverage by 0.02%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           b0.22    #4951      +/-   ##
=========================================
+ Coverage   90.1%   90.13%   +0.02%     
=========================================
  Files        233      233              
  Lines      21788    21784       -4     
=========================================
+ Hits       19633    19634       +1     
+ Misses      2155     2150       -5

@etam etam force-pushed the fix_incorrect_task_state_in_init_failure branch from 4369933 to dda129d Compare December 5, 2019 12:47
@etam
Copy link
Contributor Author

etam commented Dec 5, 2019

I squashed commits and rebased onto latest b0.22

@shadeofblue shadeofblue merged commit 5e5363a into b0.22 Dec 9, 2019
@shadeofblue shadeofblue deleted the fix_incorrect_task_state_in_init_failure branch December 9, 2019 09:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants