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

Unified Diff: logdog/common/types/streamname_test.go

Issue 2695383002: milo: Enable Swarming LogDog log loading. (Closed)
Patch Set: Comments, fix links. Created 3 years, 10 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
« no previous file with comments | « logdog/common/types/streamaddr_test.go ('k') | milo/appengine/buildbot/buildinfo.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/common/types/streamname_test.go
diff --git a/logdog/common/types/streamname_test.go b/logdog/common/types/streamname_test.go
index 1e5902279bca8e29ce00ecd9948a83ec4018bbe9..80650c56f8796e52455f39ab6bba170076ac93b6 100644
--- a/logdog/common/types/streamname_test.go
+++ b/logdog/common/types/streamname_test.go
@@ -14,6 +14,8 @@ import (
)
func TestStreamNameAsFlag(t *testing.T) {
+ t.Parallel()
+
Convey(`Given an FlagSet configured with a StreamName flag`, t, func() {
var stream StreamName
fs := flag.NewFlagSet("test", flag.ContinueOnError)
@@ -36,6 +38,8 @@ func TestStreamNameAsFlag(t *testing.T) {
}
func TestStreamName(t *testing.T) {
+ t.Parallel()
+
Convey(`MakeStreamName`, t, func() {
type e struct {
t []string // Test value.
@@ -161,6 +165,8 @@ func TestStreamName(t *testing.T) {
}
func TestStreamPath(t *testing.T) {
+ t.Parallel()
+
Convey(`StreamPath.Split, StreamPath.Validate`, t, func() {
type e struct {
p string // The stream path.
« no previous file with comments | « logdog/common/types/streamaddr_test.go ('k') | milo/appengine/buildbot/buildinfo.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698