Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(762)

Side by Side Diff: logdog/client/annotee/annotation/test_data/nested.annotations.txt

Issue 2328023003: Fix Annotee stream name generation. (Closed)
Patch Set: Remove debugging junk. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 BUILD_STEP@not nested 1 BUILD_STEP@not nested
2 +error level must be >= 0 2 +error level must be >= 0
3 STEP_NEST_LEVEL@-1 3 STEP_NEST_LEVEL@-1
4 STEP_CLOSED 4 STEP_CLOSED
5 5
6 # This is the pattern used by recipe engine. 6 # This is the pattern used by recipe engine.
7 SEED_STEP nesting.parent 7 SEED_STEP nesting.parent
8 8
9 SEED_STEP nesting.child0 9 SEED_STEP nesting.child0
10 STEP_CURSOR nesting.child0 10 STEP_CURSOR nesting.child0
11 STEP_STARTED 11 STEP_STARTED
12 STEP_NEST_LEVEL@1 12 STEP_NEST_LEVEL@1
13 STEP_CLOSED 13 STEP_CLOSED
14 14
15 # Prefix this name with the parent's so we can test log stream generation
16 # via expectation filename.
17 SEED_STEP nesting.child0.grandchild
18 STEP_CURSOR nesting.child0.grandchild
19 STEP_STARTED
20 STEP_NEST_LEVEL@2
21 STEP_LOG_LINE@content@foo
22 STEP_LOG_LINE@content@bar
23 STEP_LOG_END@content
24 STEP_CLOSED
25
15 SEED_STEP nesting.child1 26 SEED_STEP nesting.child1
16 STEP_CURSOR nesting.child1 27 STEP_CURSOR nesting.child1
17 STEP_STARTED 28 STEP_STARTED
18 STEP_NEST_LEVEL@1 29 STEP_NEST_LEVEL@1
19 STEP_CLOSED 30 STEP_CLOSED
20 31
21 STEP_CURSOR nesting.parent 32 STEP_CURSOR nesting.parent
22 STEP_CLOSED 33 STEP_CLOSED
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698