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

Unified Diff: task_scheduler/go/scheduling/task_scheduler_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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « task_scheduler/go/scheduling/task_scheduler.go ('k') | task_scheduler/go/scheduling/testdata/testrepo.zip » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: task_scheduler/go/scheduling/task_scheduler_test.go
diff --git a/build_scheduler/go/task_scheduler/task_scheduler_test.go b/task_scheduler/go/scheduling/task_scheduler_test.go
similarity index 99%
rename from build_scheduler/go/task_scheduler/task_scheduler_test.go
rename to task_scheduler/go/scheduling/task_scheduler_test.go
index ac5b934eaa9548dfe7b22f40b03ed72c0224c86f..9b9c61de979c63ec26d67e1b7aa21ed9b859dc8a 100644
--- a/build_scheduler/go/task_scheduler/task_scheduler_test.go
+++ b/task_scheduler/go/scheduling/task_scheduler_test.go
@@ -1,4 +1,4 @@
-package task_scheduler
+package scheduling
import (
"encoding/json"
@@ -16,7 +16,6 @@ import (
swarming_api "github.com/luci/luci-go/common/api/swarming/swarming/v1"
assert "github.com/stretchr/testify/require"
- "go.skia.org/infra/build_scheduler/go/db"
"go.skia.org/infra/go/buildbot"
"go.skia.org/infra/go/exec"
"go.skia.org/infra/go/gitinfo"
@@ -25,6 +24,7 @@ import (
"go.skia.org/infra/go/swarming"
"go.skia.org/infra/go/testutils"
"go.skia.org/infra/go/util"
+ "go.skia.org/infra/task_scheduler/go/db"
)
func makeTask(name, repo, revision string) *db.Task {
« no previous file with comments | « task_scheduler/go/scheduling/task_scheduler.go ('k') | task_scheduler/go/scheduling/testdata/testrepo.zip » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698