Uh oh!
There was an error while loading. Please reload this page.
Replace VerifyWithRevocation test with DynamicRevocationTests - #42687
Conversation
ghost
commented
Sep 24, 2020
Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @jeffhandley |
vcsjones
commented
Sep 24, 2020
Some justification: I ran |
Uh oh!
There was an error while loading. Please reload this page.
vcsjones
commented
Sep 28, 2020
This could use an outerloop run when anyone has a moment: |
bartonjs
commented
Sep 28, 2020
/azp run runtime-libraries-coreclr outerloop |
|
Azure Pipelines successfully started running 1 pipeline(s). |
bartonjs
commented
Sep 29, 2020
None of the failures in HTTP (which look to be various kinds of timeouts) should have been caused by this test-only change (at least, it's not obvious that the timeouts are caused by some sort of automagical call to RevocationResponder.Stop()), so merging. |
VerifyWithRevocationis a flaky test. It needs internet to contact a CA for CRL/AIA and can occasionally fail. This replaces the offline revocation checking part of that test withDynamicChainTestswhich use our own local CA.Fixes#41952