Megatest

Ticket Change Details
Login
Overview

Artifact ID: b583f434b8b26453578f288317602e7309d829a4
Ticket: 5076ec4e7b3d15eaac092f66faed9b3bd50ae0d0
Need pre and post test support
User & Date: matt on 2022-12-07 16:39:44
Changes

  1. icomment:
    If the test has other dependencies they can also be listed in waiton,
    so for example:
    
    testA: waiton !end_of_tests
    testB: waiton testA !end_of_tests
    
    From a DAG perspective, it would look something like:
    
    ...---[!end_of_tests]--[testA]--[testB]
    
    The "!end_of_tests" is effectively a "virtual" (not actual) test definition
    that only Megatest knows about and always successfully runs.
    
  2. login: "matt"
  3. mimetype: "text/plain"