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

Side by Side Diff: task_scheduler/go/scheduling/specs_test.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/scheduling/specs.go ('k') | task_scheduler/go/scheduling/task_candidate.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 task_scheduler 1 package scheduling
2 2
3 import ( 3 import (
4 "encoding/json" 4 "encoding/json"
5 "path" 5 "path"
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 "go.skia.org/infra/go/gitinfo" 10 "go.skia.org/infra/go/gitinfo"
11 "go.skia.org/infra/go/testutils" 11 "go.skia.org/infra/go/testutils"
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "a": []string{}, 131 "a": []string{},
132 "b": []string{"a"}, 132 "b": []string{"a"},
133 "c": []string{"a"}, 133 "c": []string{"a"},
134 "d": []string{"b"}, 134 "d": []string{"b"},
135 "e": []string{"b"}, 135 "e": []string{"b"},
136 "f": []string{"c"}, 136 "f": []string{"c"},
137 "g": []string{"d", "e", "f"}, 137 "g": []string{"d", "e", "f"},
138 })) 138 }))
139 assert.NoError(t, err) 139 assert.NoError(t, err)
140 } 140 }
OLDNEW
« no previous file with comments | « task_scheduler/go/scheduling/specs.go ('k') | task_scheduler/go/scheduling/task_candidate.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698