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

Unified Diff: perf/go/db/db_test.go

Issue 813443002: Overhaul database package (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Fix newline in password Created 6 years 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
Index: perf/go/db/db_test.go
diff --git a/perf/go/db/db_test.go b/perf/go/db/db_test.go
index d6174ec23c2ae9f3144ac0fc72ce65c19d10cfa9..355a448bf175e62c142e4a485b122b9bd17abf28 100644
--- a/perf/go/db/db_test.go
+++ b/perf/go/db/db_test.go
@@ -6,10 +6,6 @@ import (
"skia.googlesource.com/buildbot.git/go/database/testutil"
)
-func TestSQLiteVersioning(t *testing.T) {
- testutil.SQLiteVersioningTests(t, migrationSteps)
-}
-
func TestMySQLVersioning(t *testing.T) {
testutil.MySQLVersioningTests(t, "skia", migrationSteps)
}
« perf/DESIGN.md ('K') | « perf/go/db/db.go ('k') | perf/go/ingest/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698