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

Side by Side Diff: logdog/client/annotee/annotation/test_expectations/nested_steps.proto.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
(Empty)
1 name: "steps"
2 status: SUCCESS
3 substep: <
4 step: <
5 name: "not nested"
6 status: SUCCESS
7 started: <
8 seconds: 1420070400
9 >
10 ended: <
11 seconds: 1420070400
12 >
13 >
14 >
15 substep: <
16 step: <
17 name: "nesting.parent"
18 status: SUCCESS
19 substep: <
20 step: <
21 name: "nesting.child0"
22 status: SUCCESS
23 started: <
24 seconds: 1420070400
25 >
26 ended: <
27 seconds: 1420070400
28 >
29 >
30 >
31 substep: <
32 step: <
33 name: "nesting.child1"
34 status: SUCCESS
35 started: <
36 seconds: 1420070400
37 >
38 ended: <
39 seconds: 1420070400
40 >
41 >
42 >
43 started: <
44 seconds: 1420070400
45 >
46 ended: <
47 seconds: 1420070400
48 >
49 >
50 >
51 started: <
52 seconds: 1420070400
53 >
54 ended: <
55 seconds: 1420070400
56 >
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698