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

Unified Diff: build_scheduler/go/db/memory_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 | « build_scheduler/go/db/memory.go ('k') | build_scheduler/go/db/modified_tasks.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build_scheduler/go/db/memory_test.go
diff --git a/build_scheduler/go/db/memory_test.go b/build_scheduler/go/db/memory_test.go
deleted file mode 100644
index 9ffb1c4b54fd2242a03d8d1212b911057b0e4975..0000000000000000000000000000000000000000
--- a/build_scheduler/go/db/memory_test.go
+++ /dev/null
@@ -1,19 +0,0 @@
-package db
-
-import "testing"
-
-func TestInMemoryDB(t *testing.T) {
- TestDB(t, NewInMemoryDB())
-}
-
-func TestInMemoryTooManyUsers(t *testing.T) {
- TestTooManyUsers(t, NewInMemoryDB())
-}
-
-func TestInMemoryConcurrentUpdate(t *testing.T) {
- TestConcurrentUpdate(t, NewInMemoryDB())
-}
-
-func TestInMemoryUpdateWithRetries(t *testing.T) {
- TestUpdateWithRetries(t, NewInMemoryDB())
-}
« no previous file with comments | « build_scheduler/go/db/memory.go ('k') | build_scheduler/go/db/modified_tasks.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698