-
Type: Bug
-
Status: In Progress (View Workflow)
-
Priority: Normal
-
Resolution: Unresolved
-
Component/s: tron_tron
-
Story Points:2
when iic calls sps it passes down the commander which also passes down the commander to lower level actors.
We should be able to track the full command chain, ie:
'arnaud_alefur_pcp.oneCmd.iic.sps.tests',
but looking at the keywords generated by tron it looks like the command chain is not correctly propagated, so the genuine origin of the command cannot be retrieved.
db.fetchall("select * from cmds__cmdqueued order by raw_id desc") array([['282', '76', '1634591924.8', 'client.v3.sps', '12', 'tests', '5', 'test'], ['280', '75', '1634591924.8', 'client.v7.iic', '10', 'sps', '5', 'test'], ['278', '74', '1634591924.8', 'arnaud_alefur_pcp.oneCmd', '1', 'iic', '5', 'test'],
- relates to
-
INSTRM-1408 make sure commander is always propagated when calling other actors
- Open