Megatest

History Of Ticket 4f03f24004
Login

Artifacts Associated With Ticket 4f03f24004

  1. Ticket change [7780c5e786] (rid 23790) by tyardeni on 2022-02-03 09:30:25:

    1. comment initialized to:
      Requesting a new -dumpmode option for -list-runs, -dumpmode shell
      
      Purpose is to provide parseable output to include in shell scripts.
      
    2. login: "tyardeni"
    3. private_contact initialized to: "97a985880d55d4326aae6748098171ce1de44344"
    4. severity initialized to: "Important"
    5. status initialized to: "Open"
    6. title initialized to: "New -list-runs mode (eg -dumpmode shell)"
    7. type initialized to: "Feature_Request"
  2. Ticket change [49eacfa8f2] (rid 23789) by tyardeni on 2022-02-03 09:40:53:

    1. icomment:
      Suggested command-line:
      
      megatest -list-runs 2022.02.03.0931 -target foo/bar -dumpmode shell -fields target,runname,test_name,item_path,test [-status ABORT]
      
      -testpatt/-state/-status filters operate on tests
      
      
      Suggested available fields (starred are default):
      target        (Run)  *
      runname       (Run)  *
      test_name     (Test) *
      item_path     (Test) *
      state         (Test) *
      status        (Test) *
      rundir        (Test)
      runtime       (Test)
      step_name     (Step)
      step_status   (Step)
      
      
      Sample output:
      
      % megatest -list-runs 2022.02.03.0931 -target foo/bar -dumpmode shell -fields target,runname,test_name,state,status,item_path
      foo/bar 2022.02.03.0931 testA COMPLETED PASS
      foo/bar 2022.02.03.0931 testB COMPLETED PASS
      foo/bar 2022.02.03.0931 testB COMPLETED PASS item1
      foo/bar 2022.02.03.0931 testB COMPLETED PASS item2
      
      
      Alternate sample output:
      
      Sample output:
      
      % megatest -list-runs 2022.02.03.0931 -target foo/bar -dumpmode shell -fields target,runname,test_name,state,status,item_path
      target=foo/bar;runname=2022.02.03.0931;test_name=testA;state=COMPLETED;status=PASS
      
    2. login: "tyardeni"
    3. mimetype: "text/plain"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Open"
  3. Ticket change [b293b0022e] (rid 23795) by tyardeni on 2022-02-04 08:00:00:

    1. icomment:
      Actually both output formats above would be useful in different scenarios.
      
      Maybe a -dumpmode inline (1st) and -dumpmode encoded  ?
      
    2. login: "tyardeni"
    3. mimetype: "text/x-markdown"
  4. Ticket change [a6bb1eaacc] (rid 23809) by tyardeni on 2022-02-09 14:55:12:

    1. icomment:
      runtime (in seconds) for a run/step would also be a useful optional field
      
    2. login: "tyardeni"
    3. mimetype: "text/x-markdown"