Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify that OCSP and CRL checks fall back. #43586

Merged
merged 1 commit into from
Nov 19, 2020

Conversation

vcsjones
Copy link
Member

Test that a CRL timeout chain build will use OCSP.
Test that a OCSP timeout chain build will use CRL.

This also changes the RevocationResponder to dispatch each request on the thread pool. Since we are simulating delays with sleeps, previously the sleep would span all requests for the responder.

Closes #38875

Test that a CRL timeout chain build will use OCSP.
Test that a OCSP timeout chain build will use CRL.
@ghost
Copy link

ghost commented Oct 19, 2020

Tagging subscribers to this area: @bartonjs, @vcsjones, @krwq, @jeffhandley
See info in area-owners.md if you want to be subscribed.

Aia = 0b100,
All = 0b11111111
}
public enum DelayedActionsFlag : byte
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needed to be changed to public for test method parameters; enclosing type is internal so move it out.

@bartonjs
Copy link
Member

/azp run runtime-libraries-coreclr outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@vcsjones
Copy link
Member Author

Looks like all the failing outerloop tests are unrelated. None of the S.S.Cryptography tests failed.

@bartonjs bartonjs merged commit 0cb3cfd into dotnet:master Nov 19, 2020
@vcsjones vcsjones deleted the 38875-timeouts branch November 19, 2020 01:20
@ghost ghost locked as resolved and limited conversation to collaborators Dec 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confirm X509ChainPolicy.UrlRetrievalTimeout behavior across Windows/Linux
3 participants