aspnet / HttpSysServer

[Archived] A web server for ASP.NET Core based on the Windows Http Server API. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
106 stars 39 forks source link

[2.1]: Updating branding for patch release #461

Closed natemcmaster closed 6 years ago

natemcmaster commented 6 years ago

@Tratcher there are 3 test failures in 2.1 on AppVeyor which appear unrelated to branding changes. Are these known issues?

https://ci.appveyor.com/project/aspnetci/httpsysserver/build/1.0.286/tests


Microsoft.AspNetCore.Server.HttpSys.Listener.RequestTests.Request_MultiplePrefixes(requestUri: "/random", expectedPathBase: "", expectedPath: "/random") Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.dll (.NETCoreApp,Version=v2.1) 15 sec 23 ms
Error message:
System.TimeoutException : AcceptAsync has timed out.
Error stack trace:
   at Microsoft.AspNetCore.Server.HttpSys.Listener.Utilities.AcceptAsync(HttpSysListener server, TimeSpan timeout) in /_/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Listener/Utilities.cs:line 108
   at Microsoft.AspNetCore.Server.HttpSys.Listener.RequestTests.Request_MultiplePrefixes(String requestUri, String expectedPathBase, String expectedPath) in /_/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Listener/RequestTests.cs:line 180
--- End of stack trace from previous location where exception was thrown ---

Microsoft.AspNetCore.Server.HttpSys.Listener.OpaqueUpgradeTests.OpaqueUpgrade_VariousMethodsUpgradeSendAndReceive_Success(method: "TRACE", extraHeader: null) Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.dll (.NETCoreApp,Version=v2.0) 15 sec 22 ms
Error message:
System.TimeoutException : AcceptAsync has timed out.
Error stack trace:
   at Microsoft.AspNetCore.Server.HttpSys.Listener.Utilities.<AcceptAsync>d__14.MoveNext() in /_/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/Listener/Utilities.cs:line 108
--- End of stack trace from previous location where exception was thrown ---

Microsoft.AspNetCore.Server.HttpSys.Listener.ResponseCachingTests.Caching_UnsupportedRequestMethods_BypassCacheAndLeaveItIntact(method: "SEARCH") Microsoft.AspNetCore.Server.HttpSys.FunctionalTests.DLL (.NETFramework,Version=v4.6.1) 15 sec 12 ms
Error message:
System.TimeoutException : AcceptAsync has timed out.
Error stack trace:
   at Microsoft.AspNetCore.Server.HttpSys.Listener.Utilities.<AcceptAsync>d__14.MoveNext()
--- End of stack trace from previous location where exception was thrown ---