You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using my branch to display flow nums in the UI tree view:
(Greyed out flow numbers are for "ghost tasks" that are not yet in the pool)
Expected Behaviour
1/c should be reported as flows=1 when it starts running. It is instead reported as flows=2 because the ghost task created by the data store was based off 2/a which was triggered in flow 2.
2/a should be reported as flows=1,2 when released, as flow merge has occurred from flow 1 catching up with flow 2. It instead continues to be reported as flow 2.
The text was updated successfully, but these errors were encountered:
I have a branch (see f8cf9bf) that attempts to fix this, however the fix results in traceback causing functional tests to fail which I don't understand.
Description
Once a task is added to the data store with particular flow numbers, these do not update when the task actually runs with different flow numbers
Reproducible Example
Using my branch to display flow nums in the UI tree view:
(Greyed out flow numbers are for "ghost tasks" that are not yet in the pool)
Expected Behaviour
1/c
should be reported as flows=1 when it starts running. It is instead reported as flows=2 because the ghost task created by the data store was based off2/a
which was triggered in flow 2.2/a
should be reported as flows=1,2 when released, as flow merge has occurred from flow 1 catching up with flow 2. It instead continues to be reported as flow 2.The text was updated successfully, but these errors were encountered: