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

Unified Diff: logdog/client/annotee/annotation/test_data/nested.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/nested.annotations.txt
diff --git a/logdog/client/annotee/annotation/test_data/nested.annotations.txt b/logdog/client/annotee/annotation/test_data/nested.annotations.txt
index fc713061f4977c9788c5db60dda3edbdd7241430..e15fa0deb0181d18fe1c89346a130ffd419c554f 100644
--- a/logdog/client/annotee/annotation/test_data/nested.annotations.txt
+++ b/logdog/client/annotee/annotation/test_data/nested.annotations.txt
@@ -12,6 +12,17 @@ STEP_STARTED
STEP_NEST_LEVEL@1
STEP_CLOSED
+# Prefix this name with the parent's so we can test log stream generation
+# via expectation filename.
+SEED_STEP nesting.child0.grandchild
+STEP_CURSOR nesting.child0.grandchild
+STEP_STARTED
+STEP_NEST_LEVEL@2
+STEP_LOG_LINE@content@foo
+STEP_LOG_LINE@content@bar
+STEP_LOG_END@content
+STEP_CLOSED
+
SEED_STEP nesting.child1
STEP_CURSOR nesting.child1
STEP_STARTED

Powered by Google App Engine
This is Rietveld 408576698