Conversation
Fix issue when a task that has a transition on failure will also traverse the transition on retry. The issue is caused by the recursion on update_task_state. There should be a return in the recursive call.
Codecov Report
@@ Coverage Diff @@
## master #200 +/- ##
=======================================
Coverage 94.04% 94.04%
=======================================
Files 41 41
Lines 2735 2735
Branches 545 545
=======================================
Hits 2572 2572
Misses 100 100
Partials 63 63
Continue to review full report at Codecov.
|
amanda11
left a comment
There was a problem hiding this comment.
looks good. Passed the scenario that caused me to report issue. Re-tested with and without retries and all went fine.
| Changelog | ||
| ========= | ||
|
|
||
| In Development |
There was a problem hiding this comment.
We'll take it to st2 v3.2.0
@m4dcoder I guess we'll release v1.1.1 orquesta once its merged to include in st2 dependencies?
There was a problem hiding this comment.
Yes. I'll do a release of v1.1.1.
|
we're using the stackstorm-ha to deploy our cluster (https://github.com/StackStorm/stackstorm-ha) - once this is merged, how do we pick up the change? |
|
@soumyabk |
|
It's a bit different in stackstorm-ha Helm chart context. @soumyabk Because We'll need to get this patch merged and then include into |
Fix issue when a task that has a transition on failure will also traverse the transition on retry. The issue is caused by the recursion on update_task_state. There should be a return in the recursive call.