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

Side by Side Diff: task_scheduler/go/db/testutil.go

Issue 2296763008: [task scheduler] Move files from build_scheduler/ to task_scheduler/ (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « task_scheduler/go/db/task_test.go ('k') | task_scheduler/go/parse_task_cfg/main.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 package db 1 package db
2 2
3 import ( 3 import (
4 "fmt" 4 "fmt"
5 "net/url" 5 "net/url"
6 "testing" 6 "testing"
7 "time" 7 "time"
8 8
9 assert "github.com/stretchr/testify/require" 9 assert "github.com/stretchr/testify/require"
10 10
(...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 assert.Equal(t, "r0", actual[0].Repo) 837 assert.Equal(t, "r0", actual[0].Repo)
838 assert.Equal(t, "r1", actual[1].Repo) 838 assert.Equal(t, "r1", actual[1].Repo)
839 assert.Equal(t, "r2", actual[2].Repo) 839 assert.Equal(t, "r2", actual[2].Repo)
840 for _, rc := range actual { 840 for _, rc := range actual {
841 assert.Equal(t, 0, len(rc.TaskComments)) 841 assert.Equal(t, 0, len(rc.TaskComments))
842 assert.Equal(t, 0, len(rc.TaskSpecComments)) 842 assert.Equal(t, 0, len(rc.TaskSpecComments))
843 assert.Equal(t, 0, len(rc.CommitComments)) 843 assert.Equal(t, 0, len(rc.CommitComments))
844 } 844 }
845 } 845 }
846 } 846 }
OLDNEW
« no previous file with comments | « task_scheduler/go/db/task_test.go ('k') | task_scheduler/go/parse_task_cfg/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698