Open simendsjo opened 5 years ago
Does all HTTP test fails, or is it random? I was wondering if the port is left open hanging for some time when proceeding to next test (see https://github.com/aspnet/KestrelHttpServer/issues/2277#issuecomment-366317570).
You can also skip HTTP tests in your build by removing the following line: https://github.com/OmniSharp/omnisharp-roslyn/blob/d642aefc947dfaae7cdeac4c98346897200134d8/build.json#L23
Also, if you want a quick build (without any tests) just for getting artifacts, you can run:
.\build.ps1 -Target Quick
Does all HTTP test fails, or is it random?
Not sure. Tried running it again, but I cannot see any difference in the output. I cannot see any indication of work being done at all, so I'm not sure it's the same place or not.
I'm unable to build master as some test fails with:
Failed to bind to address http://localhost:2000 An attempt was made to access a socket in a way forbidden by its access permissions
I've tried running as Administrator, andnetstat.exe -a -b | grep ':2000'
doesn't return any results.