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

Side by Side Diff: logdog/client/annotee/annotation/test_expectations/coverage_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: FAILURE
3 substep: <
4 step: <
5 name: "baz"
6 status: SUCCESS
7 started: <
8 seconds: 1420070402
9 >
10 ended: <
11 seconds: 1420070404
12 >
13 text: "seeded text"
14 other_links: <
15 label: "cats"
16 url: "http://example.com/cats"
17 >
18 other_links: <
19 label: "dogs"
20 url: "http://example.com/dogs"
21 >
22 >
23 >
24 substep: <
25 step: <
26 name: "foo"
27 status: SUCCESS
28 substep: <
29 step: <
30 name: "bar"
31 status: FAILURE
32 failure_details: <
33 type: EXCEPTION
34 >
35 substep: <
36 step: <
37 name: "qux"
38 status: FAILURE
39 started: <
40 seconds: 1420070404
41 >
42 ended: <
43 seconds: 1420070405
44 >
45 >
46 >
47 started: <
48 seconds: 1420070401
49 >
50 ended: <
51 seconds: 1420070404
52 >
53 text: "final summary"
54 text: "message0"
55 text: "message1"
56 text: "message2"
57 other_links: <
58 label: "logging.json"
59 logdog_stream: <
60 name: "base/steps/bar/0/logs/logging.json/0"
61 >
62 >
63 other_links: <
64 label: "lorem.txt"
65 logdog_stream: <
66 name: "base/steps/bar/0/logs/lorem.txt/0"
67 >
68 >
69 other_links: <
70 label: "example"
71 url: "http://example.com"
72 >
73 other_links: <
74 label: "example"
75 alias_label: "alias"
76 url: "http://example.com/alias"
77 >
78 property: <
79 name: "foo"
80 value: "bar"
81 >
82 property: <
83 name: "baz"
84 value: "qux"
85 >
86 property: <
87 name: "quux"
88 >
89 >
90 >
91 started: <
92 seconds: 1420070400
93 >
94 ended: <
95 seconds: 1420070401
96 >
97 >
98 >
99 started: <
100 seconds: 1420070400
101 >
102 ended: <
103 seconds: 1420070405
104 >
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698