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

Side by Side Diff: logdog/client/annotee/annotation/test_expectations/default_base.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
1 name: "testcommand" 1 name: "testcommand"
2 command: < 2 command: <
3 command_line: "testcommand" 3 command_line: "testcommand"
4 command_line: "foo" 4 command_line: "foo"
5 command_line: "bar" 5 command_line: "bar"
6 cwd: "/path/to/dir" 6 cwd: "/path/to/dir"
7 environ: < 7 environ: <
8 key: "BAZ" 8 key: "BAZ"
9 value: "QUX" 9 value: "QUX"
10 > 10 >
11 environ: < 11 environ: <
12 key: "FOO" 12 key: "FOO"
13 value: "BAR" 13 value: "BAR"
14 > 14 >
15 > 15 >
16 status: SUCCESS 16 status: SUCCESS
17 started: < 17 started: <
18 seconds: 1420070400 18 seconds: 1420070400
19 > 19 >
20 ended: < 20 ended: <
21 seconds: 1420070400 21 seconds: 1420070400
22 > 22 >
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698