mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Merge pull request #713 from niaow/dont-log-100000-times
Stop logging in TestStartupInvalidLength
This commit is contained in:
commit
842377ba17
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ func TestStartupInvalidLength(t *testing.T) {
|
|||
res := testing.Benchmark(func(b *testing.B) {
|
||||
connect, shutdown, err := pgtest.ServeMem(&pg.Server{
|
||||
MaxStartupSize: 1024,
|
||||
Logger: logger.NewLogfLogger(t),
|
||||
Logger: logger.NopLogger,
|
||||
})
|
||||
if err != nil {
|
||||
t.Fatalf("starting in-memory postgres server: %v", err)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue