-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Autobahn test fix #4302
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
Autobahn test fix #4302
Conversation
I can't really tell from the output if the AzDO build is passing, but as long as the WebSockets tests are running successfully with this change, it looks good to me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved? If it's working :)
in the build log. Maybe the test was marked skipped to prevent further failures? |
Likely the problem is this. If it's relatively fast to add wstest installation to the pr-validation build do so, if not I would say to just merge it and keep an eye out for any fallout since this fails 100% of TeamCity tests. Either way make sure there's an (open) issue to remove that constitutionality when there's no place that actively uses it. |
We need to know for sure if it's actually going to fix the tests. If @mikaelm12 has successfully run the tests locally, that's sufficient for me. On a parallel note, we really should enable the tests in the PR validation ASAP. It's pretty simple to set up wstest, the logic is here: https://github.com/aspnet/AspNetCore/blob/master/src/Middleware/WebSockets/setup-wstest.ps1 (and a similar
The script I linked uses virtualenv because it was designed to be run on an agent and kept around permanently, so it tries to make it easy to remove and isolate from other python installs/builds. If we install it as part of the build steps, I feel much less inclined to bother with virtualenv. |
+1. Feel free to open issues on this repo and label as |
Moving this pr to the release/2.1
Issue: https://github.com/aspnet/AspNetCore-Internal/issues/1320