This commit is contained in:
Till Faelligen 2022-09-07 12:57:37 +02:00
parent 1b955fa1fa
commit 96714c15bd
No known key found for this signature in database
GPG key ID: 3DF82D8AB9211D4E

View file

@ -47,9 +47,9 @@ func CreateBaseDendrite(t *testing.T, dbType test.DBType) (*base.BaseDendrite, f
Monolithic: true,
})
cfg.SyncAPI.Fulltext.Defaults(config.DefaultOpts{ // use in memory fts
Generate: true,
Monolithic: true
}
Generate: true,
Monolithic: true,
})
cfg.Global.ServerName = "test"
// use a distinct prefix else concurrent postgres/sqlite runs will clash since NATS will use
// the file system event with InMemory=true :(