Uploaded image for project: 'Instrument control development'
  1. Instrument control development
  2. INSTRM-1407

tron cmdQueued does track full command chain properly

    XMLWordPrintable

    Details

    • Story Points:
      2

      Description

      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'],
      

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                arnaud.lefur arnaud.lefur
                Reporter:
                arnaud.lefur arnaud.lefur
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated: