mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 11:04:38 +03:00
update to latest bstore (with support for an index on a []string: Message.DKIMDomains), and cyclic data types (to be used for Message.Part soon); also adds a context.Context to database operations.
This commit is contained in:
@ -23,7 +23,7 @@ func FuzzParseMessage(f *testing.F) {
|
||||
os.Remove(dbPath)
|
||||
os.Remove(bloomPath)
|
||||
params := Params{Twograms: true}
|
||||
jf, err := NewFilter(xlog, params, dbPath, bloomPath)
|
||||
jf, err := NewFilter(ctxbg, xlog, params, dbPath, bloomPath)
|
||||
if err != nil {
|
||||
f.Fatalf("new filter: %v", err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user