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

Unified Diff: logdog/client/annotee/annotation/test_data/coverage.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 side-by-side diff with in-line comments
Download patch
Index: logdog/client/annotee/annotation/test_data/coverage.annotations.txt
diff --git a/logdog/client/annotee/annotation/test_data/coverage.annotations.txt b/logdog/client/annotee/annotation/test_data/coverage.annotations.txt
index 2d569377ec59b63296e627f3fa244ddf02d91010..de8b7df1d0737a4a8f50d91d6516ab5c01d8886d 100644
--- a/logdog/client/annotee/annotation/test_data/coverage.annotations.txt
+++ b/logdog/client/annotee/annotation/test_data/coverage.annotations.txt
@@ -1,10 +1,10 @@
# Emit annotations to get full coverage of the annotation state machine.
-SEED_STEP baz
+SEED_STEP baz/qux
-SEED_STEP_TEXT@baz@seeded text
+SEED_STEP_TEXT@baz/qux@seeded text
# Invalid SEED_STEP_TEXT (needs 3 parameters) is ignored.
-SEED_STEP_TEXT@baz
+SEED_STEP_TEXT@baz/qux
# Invalid STEP_CURSOR for nonexistent step.
+error STEP_CURSOR could not lookup step
@@ -51,11 +51,13 @@ link@example@http://example.com
STEP_LINK@alias-->example@http://example.com/alias
BUILD_EXCEPTION
-STEP_CURSOR baz
+STEP_CURSOR baz/qux
STEP_STARTED
+time
STEP_LINK@cats@http://example.com/cats
STEP_LINK@dogs@http://example.com/dogs
+STEP_LOG_LINE@content@ohai
+STEP_LOG_END@content
BUILD_WARNINGS
STEP_CURSOR bar
« no previous file with comments | « logdog/client/annotee/annotation/annotation_test.go ('k') | logdog/client/annotee/annotation/test_data/nested.annotations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698