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

Unified Diff: logdog/client/annotee/annotation/test_expectations/coverage_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 side-by-side diff with in-line comments
Download patch
Index: logdog/client/annotee/annotation/test_expectations/coverage_base.proto.txt
diff --git a/logdog/client/annotee/annotation/test_expectations/coverage_steps.proto.txt b/logdog/client/annotee/annotation/test_expectations/coverage_base.proto.txt
similarity index 86%
rename from logdog/client/annotee/annotation/test_expectations/coverage_steps.proto.txt
rename to logdog/client/annotee/annotation/test_expectations/coverage_base.proto.txt
index e98fcce711f03688692085dbd5ab8af2449a314d..cadf69c2adbf6ccc6e94e7c9be9dda8853558734 100644
--- a/logdog/client/annotee/annotation/test_expectations/coverage_steps.proto.txt
+++ b/logdog/client/annotee/annotation/test_expectations/coverage_base.proto.txt
@@ -2,7 +2,7 @@ name: "steps"
status: FAILURE
substep: <
step: <
- name: "baz"
+ name: "baz/qux"
status: SUCCESS
started: <
seconds: 1420070402
@@ -19,6 +19,12 @@ substep: <
label: "dogs"
url: "http://example.com/dogs"
>
+ other_links: <
+ label: "content"
+ logdog_stream: <
+ name: "base/steps/baz_qux/0/logs/content/0"
+ >
+ >
>
>
substep: <
@@ -57,13 +63,13 @@ substep: <
other_links: <
label: "logging.json"
logdog_stream: <
- name: "base/steps/bar/0/logs/logging.json/0"
+ name: "base/steps/foo/0/steps/bar/0/logs/logging.json/0"
>
>
other_links: <
label: "lorem.txt"
logdog_stream: <
- name: "base/steps/bar/0/logs/lorem.txt/0"
+ name: "base/steps/foo/0/steps/bar/0/logs/lorem.txt/0"
>
>
other_links: <

Powered by Google App Engine
This is Rietveld 408576698