Megatest

Ticket Change Details
Login
Overview

Artifact ID: 58ad137138060646834af98082569ee89a863468
Ticket: 51f2557c247f608c5a405209608d9bf802b36e1f
Provide switch to emit run status of a run
User & Date: bjbarcla on 2015-09-23 14:37:26
Changes

  1. icomment:
    Provide a switch to output status of runs matching specified pattern.
    
    Output would be "<runname> <overall status>" for each run matching pattern.
    
    overall status should reflect the overall status of the run.  THe idea is that a querying script could know whether a run is "done, but at least one test failed", "done, all tests passed" "in progress", "not started". 
    
    Eg: if some tests are running, others are not started, and others are completed
    
    Output should be spartan to make parsing easy.
    
    Example:
    
    megatest -runstatus %
    myrun0 COMPLETED/FAIL
    myrun1 COMPLETED/PASS
    myrun3 RUNNING/PASS
    myrun3 RUNNING/FAIL
    myrun4 NOT_STARTED
    myrun5 STUCK
    
  2. login: "bjbarcla"
  3. mimetype: "text/x-fossil-plain"
  4. private_contact changed to: "463e166cbd557fda643f629dd4886619ce461689"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. title changed to: "Provide switch to emit run status of a run"
  8. type changed to: "Feature_Request"