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

Test failure: UseDefaultAddress_WhenNoServerAddressAndNoDirectConfiguration #482

Closed aspnet-hello closed 5 years ago

aspnet-hello commented 5 years ago

This issue was made automatically. If there is a problem contact ryanbrandenburg.

This test failed with the following error:

Microsoft.AspNetCore.Server.HttpSys.HttpSysException : The process cannot access the file because it is being used by another process
   at Microsoft.AspNetCore.Server.HttpSys.UrlGroup.RegisterPrefix(String uriPrefix, Int32 contextId) in /_/src/Microsoft.AspNetCore.Server.HttpSys/NativeInterop/UrlGroup.cs:line 90
   at Microsoft.AspNetCore.Server.HttpSys.UrlPrefixCollection.RegisterAllPrefixes(UrlGroup urlGroup) in /_/src/Microsoft.AspNetCore.Server.HttpSys/UrlPrefixCollection.cs:line 141
   at Microsoft.AspNetCore.Server.HttpSys.HttpSysListener.Start() in /_/src/Microsoft.AspNetCore.Server.HttpSys/HttpSysListener.cs:line 157
   at Microsoft.AspNetCore.Server.HttpSys.MessagePump.StartAsync[TContext](IHttpApplication`1 application, CancellationToken cancellationToken) in /_/src/Microsoft.AspNetCore.Server.HttpSys/MessagePump.cs:line 132
   at Microsoft.AspNetCore.Server.HttpSys.MessagePumpTests.UseDefaultAddress_WhenNoServerAddressAndNoDirectConfiguration() in /_/test/Microsoft.AspNetCore.Server.HttpSys.FunctionalTests/MessagePumpTests.cs:line 115

Other tests within that build may have failed with a similar message, but they are not listed here. Check the link above for more info.

This test failed on 2.2.

CC Eilon

aspnet-hello commented 5 years ago

This comment was made automatically. If there is a problem contact ryanbrandenburg.

Please use this workflow to address this flaky test issue, including checking applicable checkboxes and filling in the applicable "TODO" entries:

aspnet-hello commented 5 years ago

This comment was made automatically. If there is a problem contact ryanbrandenburg.

There were 1 failures with about the same error on 2.2 at 10:13:55 PM:

Eilon commented 5 years ago

@Tratcher can you take a look?

Tratcher commented 5 years ago

I blame SignalR. @BrennanConroy why are those tests all using 5000?

Eilon commented 5 years ago

So assign this to @BrennanConroy 5000 times? 😄