Skip to content
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

Start delay of 16s in test discover and execute, because of http request timeout #106

Open
dmarzo opened this issue Apr 21, 2016 · 1 comment
Labels

Comments

@dmarzo
Copy link

dmarzo commented Apr 21, 2016

I have this sequence:
00000 devenv.exe, TestRunRequest:SendTestRunMessage: Starting.
00010 Informational: Loading tests from ...
00020 Timeout http request (because of firewall rule, without network connection have no delay)
GET /msdownload/update/v3/static/trustedr/en/disallowedcertstl.cab?2472bccbdab4f384 HTTP/1.1
Host: ctldl.windowsupdate.com
16.000 TestRunRequest:SendTestRunMessage: Completed

I think the problem is at NUnit.VisualStudio.TestAdapter.CleanUpRegisteredChannels() and
XAPPDMN Channel, but I have no idea of how to dig into problem or attach a debuger.

VSNunit Adapter 2.0.0.0

@dmarzo
Copy link
Author

dmarzo commented Apr 22, 2016

A workaround its disable this validation behavior by setting a grouppolicy for certification.
See http://stackoverflow.com/a/18315953/229830

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants