From e280417e804cb0f3723639b14a7af12e6bdebd09 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Sun, 9 Jun 2019 02:22:00 -0400 Subject: re-enabled pushDB/pullDB test --- svc/db_test.go | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/svc/db_test.go b/svc/db_test.go index f3252c6..8cd0b61 100644 --- a/svc/db_test.go +++ b/svc/db_test.go @@ -7,7 +7,6 @@ import ( "github.com/getwtxt/registry" ) -/* func Test_pushpullDatabase(t *testing.T) { initTestConf() initDatabase() @@ -25,7 +24,7 @@ func Test_pushpullDatabase(t *testing.T) { remoteRegistries.Mu.Unlock() t.Run("Push to Database", func(t *testing.T) { - err := pushDatabase() + err := pushDB() if err != nil { t.Errorf("%v\n", err) } @@ -39,7 +38,7 @@ func Test_pushpullDatabase(t *testing.T) { }) t.Run("Pulling from Database", func(t *testing.T) { - pullDatabase() + pullDB() twtxtCache.Mu.RLock() if _, ok := twtxtCache.Users["https://gbmor.dev/twtxt.txt"]; !ok { t.Errorf("Missing user previously pushed to database\n") @@ -48,7 +47,6 @@ func Test_pushpullDatabase(t *testing.T) { }) } -*/ func Benchmark_pushDatabase(b *testing.B) { initTestConf() -- cgit 1.4.1-2-gfad0