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

Unified Diff: client/logdog/annotee/annotation/test_data/timestamps.annotations.txt

Issue 2069283002: milo: fix step duration (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: simplify step duration computation Created 4 years, 6 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: client/logdog/annotee/annotation/test_data/timestamps.annotations.txt
diff --git a/client/logdog/annotee/annotation/test_data/timestamps.annotations.txt b/client/logdog/annotee/annotation/test_data/timestamps.annotations.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9f18f592f161e451ab114187f29e79a81ec7510e
--- /dev/null
+++ b/client/logdog/annotee/annotation/test_data/timestamps.annotations.txt
@@ -0,0 +1,23 @@
+# Test case for CURRENT_TIMESTAMP annotation
+
+# Build start time, first annotation.
+CURRENT_TIMESTAMP@1420070000
+
+SEED_STEP one
+STEP_CURSOR one
+CURRENT_TIMESTAMP@1420070001
+STEP_STARTED
+STEP_TEXT@message1
+CURRENT_TIMESTAMP@1420070002
+STEP_CLOSED
+
+SEED_STEP two
+STEP_CURSOR two
+CURRENT_TIMESTAMP@1420070003
+STEP_STARTED
+STEP_TEXT@message2
+CURRENT_TIMESTAMP@1420070004
+STEP_CLOSED
+
+# Build end time, last annotation.
+CURRENT_TIMESTAMP@1420070005

Powered by Google App Engine
This is Rietveld 408576698