Bug #10249
closedexternally cancelled pulp tasks are treated as successful
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1203402
Description of problem:
Currently restarting pulp_workers will cause any 'stuck' or running tasks to be cancelled. This is fine and expected. The problem is that katello isn't recognizing those as an error, but instead is treating them as successful and continuing normally.
Version-Release number of selected component (if applicable):
6.1.0
How reproducible:
Always
Steps to Reproduce:
1. Start some long process like a content view publish
2. After it has gotten started, but before it finishes kill the pulp workers
3. Watch the task complete successfully, even though some of the pulp tasks were 'cancelled'
note it may take several tries to get this right
Actual results:
dynflow process 'completes' successfully even though some things did not occur
Expected results:
The task should error, and require the user to resume it
Additional info: