We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af380c9 commit a74f0b1Copy full SHA for a74f0b1
graph/db/benchmark_test.go
@@ -435,6 +435,13 @@ func TestPopulateDBs(t *testing.T) {
435
// NOTE: the testPostgres variable can be set to true to test with a
436
// postgres backend instead of the kvdb-sqlite backend.
437
//
438
+// NOTE: you will need to set the following build tags in order to run this
439
+// test:
440
+//
441
+// test_native_sql
442
+// kvdb_sqlite // If your source is kvdb-sqlite
443
+// kvdb_postgres // If your source is kvdb-postgres
444
445
// NOTE: this is a helper test and is not run by default.
446
func TestPopulateViaMigration(t *testing.T) {
447
// ======= STEP 0 ===========
0 commit comments