aspnet / ServerTests

[Archived] Tests for Helios, WebListener and Kestrel. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
21 stars 13 forks source link

1.1.3 Test failure on Ubuntu #72

Closed pranavkm closed 7 years ago

pranavkm commented 7 years ago
System.Exception : Failed to start Nginx
   at Microsoft.AspNetCore.Server.IntegrationTesting.NginxDeployer.SetupNginx(String redirectUri, Uri originalUri)
   at Microsoft.AspNetCore.Server.IntegrationTesting.NginxDeployer.Deploy()
   at ServerComparison.FunctionalTests.ResponseTests.<ResponseFormats>d__15.MoveNext() in /datadrive/d6337ac2abf63a4b/.repositories/ServerTests/test/ServerComparison.FunctionalTests/ResponseTests.cs:line 176
--- End of stack trace from previous location where exception was thrown ---
pranavkm commented 7 years ago

cc @Tratcher \ @muratg \ @Eilon

Tratcher commented 7 years ago

@anurse @BrennanConroy

Eilon commented 7 years ago

@muratg - can you assign?

JunTaoLuo commented 7 years ago

Something on the agent is listening on the port

tcp        0      0 0.0.0.0:5094            0.0.0.0:*               LISTEN      38327/tmpOQZvkC.tmp
JunTaoLuo commented 7 years ago

Looks like it's a previous nginx run that did not clean up.

JunTaoLuo commented 7 years ago

Rebooting machine, this should be solved after this.