Megatest

History Of Ticket 6606a69c0a1459bfb5954ad02d918dd6a072b59f
Login

Artifacts Associated With Ticket 6606a69c0a1459bfb5954ad02d918dd6a072b59f

  1. Ticket change [f6226b271b] (rid 10082) by tyardeni on 2016-03-08 15:39:43:

    1. comment initialized to:
      If a test has items, requesting update to the state/status of the top-level test to roll up.
      
    2. login: "tyardeni"
    3. private_contact initialized to: "97a985880d55d4326aae6748098171ce1de44344"
    4. severity initialized to: "Severe"
    5. status initialized to: "Open"
    6. title initialized to: "Megatest status rollup for test with items"
    7. type initialized to: "Code_Defect"
  2. Ticket change [f9bbecf7d9] (rid 10083) by tyardeni on 2016-03-08 15:53:34:

    1. icomment:
      <verbatim>
      For a test with items as below:
      
      test/
        item1
        item2
        item3
      
      Requesting that the top-level state/status be reflected as follows. Order of precedence/preference is top/down:
      
      State/Status             Rolled up 
      ------------             ---------
      
      RUNNING/%                RUNNING/RUNNING
      REMOTEHOSTSTART/%        RUNNING/RUNNING
      LAUNCHED/%               RUNNING/RUNNING
      
      COMPLETED/CHECK          CHECK
      COMPLETED/ABORT          ABORT
      COMPLETED/FAIL           FAIL
      NOT_STARTED/ZERO_ITEMS   FAIL
      NOT_STARTED/TEN_STRIKES  FAIL
      
      INCOMPLETE/%             INCOMPLETE/INCOMPLETE
      KILLED or KILLREQ        KILLED
      
      COMPLETED/WAIVED         WAIVED
      COMPLETED/WARN           WARN
      COMPLETED/PASS           PASS (all would have to be PASS)
      COMPLETED/SKIP           SKIP
      
      </verbatim>
      
    2. login: "tyardeni"
    3. mimetype: "text/x-fossil-wiki"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Open"
  3. Ticket change [9448cbe420] (rid 12060) by tyardeni on 2016-11-22 10:27:48:

    1. icomment:
      --UPDATE-- ABORT should probably supercede CHECK 
      
      
      For a test with items as below:
      
      test/
        item1
        item2
        item3
      
      Requesting that the top-level state/status be reflected as follows. Order of precedence/preference is top/down:
      
      State/Status             Rolled up 
      ------------             ---------
      
      RUNNING/%                RUNNING/RUNNING
      REMOTEHOSTSTART/%        RUNNING/RUNNING
      LAUNCHED/%               RUNNING/RUNNING
      
      COMPLETED/ABORT          ABORT
      COMPLETED/CHECK          CHECK
      COMPLETED/FAIL           FAIL
      NOT_STARTED/ZERO_ITEMS   FAIL
      NOT_STARTED/TEN_STRIKES  FAIL
      
      INCOMPLETE/%             INCOMPLETE/INCOMPLETE
      KILLED or KILLREQ        KILLED
      
      COMPLETED/WAIVED         WAIVED
      COMPLETED/WARN           WARN
      COMPLETED/PASS           PASS (all would have to be PASS)
      COMPLETED/SKIP           SKIP
      
    2. login: "tyardeni"
    3. mimetype: "text/plain"
  4. Ticket change [35b65e1770] (rid 12059) by tyardeni on 2016-11-23 10:48:35:

    1. icomment:
      --UPDATE-- New precedence, new state/status combos 
      
      
      For a test with items as below:
      
      test/
        item1
        item2
        item3
      
      Requesting that the top-level state/status be reflected as follows. Order of precedence/preference is top/down. STATE=COMPLETED unless otherwise noted
      
      State/Status             Rolled up 
      ------------             ---------
      
      RUNNING/%                RUNNING/RUNNING
      REMOTEHOSTSTART/%        RUNNING/RUNNING
      LAUNCHED/%               RUNNING/RUNNING
      
      ZERO_ITEMS/CHECK         ZERO_ITEMS/CHECK  => was NOT_STARTED/ZERO_ITEMS
      INCOMPLETE/%             INCOMPLETE/CHECK 
      KILLED or KILLREQ        KILLED/CHECK
      
      COMPLETED/ABORT          ABORT
      COMPLETED/CHECK          CHECK
      TEN_STRIKES/CHECK        CHECK  => was NOT_STARTED/TEN_STRIKES
      COMPLETED/FAIL           FAIL
      
      COMPLETED/WAIVED         WAIVED
      COMPLETED/WARN           WARN
      COMPLETED/PASS           PASS (all would have to be PASS)
      COMPLETED/SKIP           SKIP
      
      NOT_STARTED/na           NOT_STARTED/na
      
    2. login: "tyardeni"
    3. mimetype: "text/plain"
  5. Ticket change [b603169d92] (rid 14074) by tyardeni on 2017-04-13 18:00:27:

    1. foundin changed to: "1.6404"
    2. icomment:
      --UPDATE-- THIS UPDATE TAKES PRECEDENCE AS OF 4/14/2017
      
      
      For a test with items as below:
      
      test/
        item1
        item2
        item3
      
      Requesting that the top-level state/status be reflected as follows. Order of precedence/preference is top/down. Rolled up status is COMPLETED unless otherwise specified.
      
      State/Status             Rolled up 
      ------------             ---------
      
      RUNNING,%                RUNNING,RUNNING
      REMOTEHOSTSTART,%        RUNNING,RUNNING
      LAUNCHED,%               RUNNING,RUNNING
      
      COMPLETED,ABORT          COMPLETED,ABORT
      COMPLETED,CHECK          COMPLETED,CHECK
      COMPLETED,FAIL           COMPLETED,FAIL
      NOT_STARTED,%            INCOMPLETE,CHECK
      NOT_STARTED,TEN_STRIKES  COMPLETED,CHECK
      
      
      INCOMPLETE,%             INCOMPLETE,CHECK
      KILLED or KILLREQ        KILLED,KILLED
      
      COMPLETED,WAIVED         COMPLETED,WAIVED
      COMPLETED,WARN           COMPLETED,WARN
      COMPLETED,PASS           COMPLETED,PASS (all would have to be PASS or SKIP)
      COMPLETED,SKIP           COMPLETED,SKIP (all would have to be SKIP)
      
    3. login: "tyardeni"
    4. mimetype: "text/plain"
  6. Ticket change [3b404dc116] (rid 14108) by tyardeni on 2017-04-19 09:14:34:

    1. icomment:
      --UPDATE-- THIS UPDATE TAKES PRECEDENCE AS OF 4/14/2017
      
      
      For a test with items as below:
      
      test/
        item1
        item2
        item3
      
      Requesting that the top-level state/status be reflected as follows. Order of precedence/preference is top/down. Rolled up status is COMPLETED unless otherwise specified.
      
      State/Status             Rolled up 
      ------------             ---------
      
      RUNNING,%                RUNNING,RUNNING
      REMOTEHOSTSTART,%        RUNNING,RUNNING
      LAUNCHED,%               RUNNING,RUNNING
      
      COMPLETED,ABORT          COMPLETED,ABORT
      COMPLETED,FAIL           COMPLETED,FAIL
      COMPLETED,CHECK          COMPLETED,CHECK
      
      NOT_STARTED,%            INCOMPLETE,CHECK
      NOT_STARTED,TEN_STRIKES  COMPLETED,CHECK
      
      
      INCOMPLETE,%             INCOMPLETE,CHECK
      KILLED or KILLREQ        KILLED,KILLED
      
      COMPLETED,WAIVED         COMPLETED,WAIVED
      COMPLETED,WARN           COMPLETED,WARN
      COMPLETED,PASS           COMPLETED,PASS (all would have to be PASS or SKIP)
      COMPLETED,SKIP           COMPLETED,SKIP (all would have to be SKIP)
      
    2. login: "tyardeni"
    3. mimetype: "text/plain"
  7. Ticket change [9144462522] (rid 14139) by bjbarcla on 2017-04-24 16:25:48:

    1. icomment:
      Decided:
      
      Filters shall ignore status when state of test visited is not one of NOT STARTED or COMPLETED.
      
      put another way:
      
      When hiding, if statuses are selected, they do not filter tests that are not in NOT STARTED or COMPLETED state.
      
    2. login: "bjbarcla"
    3. mimetype: "text/x-fossil-plain"