-
Notifications
You must be signed in to change notification settings - Fork 327
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
Exception when running tests on https://github.com/aspnet/KestrelHttpServer #710
Comments
This has been fixed in other changes: d189e71#diff-3704124f8a6986a28c2903753d3f9f07L74. |
This is blocking ASP.NET builds. How can we get a fix or workaround ASAP? |
Something in our tests must have been triggering this issue. Now that our tests are fixed this issue is no longer blocking us. |
Actually, this is still a blocking issue for ASP.NET. We just saw this failure in two different test projects where no tests should be failing (and passed on the subsequent build). |
@smadala Can you articulate what was fixed, what component it is in and if you have a myget feed with those changes? |
This issue occurs when test/testhost (full framework) try to write empty line to standard error stream. Passing empty message to To consume latest Use following command for using latest vstest : We are planning to insert this change to dotnet/cli today. |
PR is pending merge. Fix should be there in the following CLI build. |
@smadala pl verify and close this on latest CLI build |
Verified on cli build: |
We recently got a new .NET Core 2.0 SDK and now our command line test runs on .NET Framework sometimes fail like this:
Steps to reproduce
Expected behavior
Don't crash
Actual behavior
it crashes
Environment
dotnet --info
The text was updated successfully, but these errors were encountered: