mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-06 22:47:37 +03:00
target/remote: Fix race conditions in tests initialization
This commit is contained in:
parent
bafedd5792
commit
1b661f6eab
2 changed files with 45 additions and 14 deletions
|
@ -62,6 +62,7 @@ func testSTSPolicy(t *testing.T, zones map[string]mockdns.Zone, mtastsGet func(c
|
|||
}
|
||||
p.mtastsGet = mtastsGet
|
||||
p.log = testutils.Logger(t, "remote/mtasts")
|
||||
p.StartUpdater()
|
||||
|
||||
return p
|
||||
}
|
||||
|
@ -79,6 +80,7 @@ func testSTSPreload(t *testing.T, download FuncPreloadList) *stsPreloadPolicy {
|
|||
t.Fatal(err)
|
||||
}
|
||||
p.log = testutils.Logger(t, "remote/preload")
|
||||
p.StartUpdater()
|
||||
|
||||
return p
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue