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

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

Issue 813443002: Overhaul database package (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Add buildbot_migratedb 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: golden/go/db/db_test.go
diff --git a/golden/go/db/db_test.go b/golden/go/db/db_test.go
index 512ecc9bee99c6c1c2059e1b3d53cabed620947e..6ec06cfa74c73ec0c8d7d3bdd0dcadf1d3a38138 100644
--- a/golden/go/db/db_test.go
+++ b/golden/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, "correctness", migrationSteps)
}

Powered by Google App Engine
This is Rietveld 408576698