Default Workflow engine - We should only catch exceptions from action.execute()
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| watcher |
Medium
|
Tin Lam |
Bug Description
In watcher/
We will also probably need to update the related unit tests.
Changed in watcher: | |
assignee: | nobody → Gábor Antal (gabor.antal) |
Tin Lam (lamt) wrote : | #1 |
Changed in watcher: | |
assignee: | Gábor Antal (gabor.antal) → Tin Lam (tl3438) |
status: | New → In Progress |
Changed in watcher: | |
importance: | Undecided → Medium |
milestone: | none → mitaka-rc-final |
Reviewed: https:/
Committed: https:/
Submitter: Jenkins
Branch: master
commit d7f4f4277282173
Author: Tin Lam <email address hidden>
Date: Wed Feb 24 23:23:30 2016 -0600
Remove true/false return from action.execute()
In watcher/
return value of action.execute(). As the "TODO" above indicates it
(line 118), we should get rid of this and only flag an action as
failed if an exception was raised during its execute(). We will
need to update the related unit tests.
Change-Id: Ia8ff7abd9994c3
Closes-Bug: #1548383
Changed in watcher: | |
status: | In Progress → Fix Released |
https:/ /review. openstack. org/#/c/ 284541/