go.chromium.org/luci@v0.0.0-20240309015107-7cdc2e660f33/luciexe/legacy/annotee/annotation/test_data/nested.annotations.txt (about)

     1  SEED_STEP@not nested
     2  STEP_CURSOR@not nested
     3  STEP_STARTED
     4  +error level must be >= 0
     5  STEP_NEST_LEVEL@-1
     6  STEP_CLOSED
     7  
     8  # This is the pattern used by recipe engine.
     9  SEED_STEP nesting.parent
    10  
    11  SEED_STEP nesting.child0
    12  STEP_CURSOR nesting.child0
    13  STEP_STARTED
    14  STEP_NEST_LEVEL@1
    15  STEP_CLOSED
    16  
    17  # Prefix this name with the parent's so we can test log stream generation
    18  # via expectation filename.
    19  SEED_STEP nesting.child0.grandchild
    20  STEP_CURSOR nesting.child0.grandchild
    21  STEP_STARTED
    22  STEP_NEST_LEVEL@2
    23  STEP_LOG_LINE@content@foo
    24  STEP_LOG_LINE@content@bar
    25  STEP_LOG_END@content
    26  STEP_CLOSED
    27  
    28  SEED_STEP nesting.child1
    29  STEP_CURSOR nesting.child1
    30  STEP_STARTED
    31  STEP_NEST_LEVEL@1
    32  STEP_CLOSED
    33  
    34  STEP_CURSOR nesting.parent
    35  STEP_CLOSED