-
Notifications
You must be signed in to change notification settings - Fork 10.3k
DO NOT REVIEW Stress test x509 test #48332
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
Conversation
...when using `CreateSlimBuilder`.
...since we're testing trimming behavior and add a test in the other direction (i.e. `UseHttps` does cause `X509Certificate` to be preserved).
This reverts commit d118f30.
The failures have the error code I added, so they definitely indicate trimming issues and not (e.g.) crashes. |
On the bright side, for each run, the tests either all passed or all failed. |
I don't know why the windows test run doesn't show failure, but it had 10 errors (i.e. the test failed there too). |
I wonder if the trimmer is seeing this call and keeping the type
(Note that this is my own |
Hey @dotnet/aspnet-build, looks like this PR is something you want to take a look at. |
Scratch PR to run something through CI a bunch of times.