mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 14:47:35 +03:00
Enable tests for expired cache
If the cache is expired but then all downloads fail, the cache should be used.
This commit is contained in:
parent
38019866ca
commit
bf28325b61
2 changed files with 14 additions and 19 deletions
|
@ -194,8 +194,8 @@ func checkTestServer(c *check.C, d *SourceTestData) {
|
|||
func setupSourceTest(t *testing.T) (func(), *SourceTestData) {
|
||||
d := &SourceTestData{n: -1, xTransport: NewXTransport()}
|
||||
d.cacheTests = map[string]SourceTestState{ // determines cache files written to disk before each call
|
||||
"correct": TestStateCorrect,
|
||||
//"expired": TestStateExpired, // TODO: an expired cache should be used if no download passes signature verification
|
||||
"correct": TestStateCorrect,
|
||||
"expired": TestStateExpired,
|
||||
"partial": TestStatePartial,
|
||||
"partial-sig": TestStatePartialSig,
|
||||
"missing": TestStateMissing,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue