Bug 1818419 - Intermittent netwerk/test/unit/test_dooh.js caused by TTL refresh on...
commit3d058412ca03989f8ba262c68ea7785d10ae4665
authorValentin Gosu <valentin.gosu@gmail.com>
Mon, 23 Oct 2023 09:36:36 +0000 (23 09:36 +0000)
committerValentin Gosu <valentin.gosu@gmail.com>
Mon, 23 Oct 2023 09:36:36 +0000 (23 09:36 +0000)
treed29594ad7a61c1e5de34ab5dc86f24e6fd55a1de
parente98d45f7b31165c2000790da8d1b01729ccdd84c
Bug 1818419 - Intermittent netwerk/test/unit/test_dooh.js caused by TTL refresh on windows r=necko-reviewers,jesup

The TTL refresh is done asynchronously with low priority on windows.
When clearing the cache between tests, this callback may still exist
so it may refresh the cache entry with the native value instead of the TRR one.

Differential Revision: https://phabricator.services.mozilla.com/D191399
netwerk/test/unit/test_dooh.js