-
Notifications
You must be signed in to change notification settings - Fork 200
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
Wrap with tag integration tests #8116
Conversation
src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/WrapWithTagTests.cs
Show resolved
Hide resolved
src/Razor/test/Microsoft.VisualStudio.Razor.IntegrationTests/WrapWithTagTests.cs
Show resolved
Hide resolved
Under the covers you've run into the following error in the Rename tests which is polluting your other tests:
I would say to first pull latest and see if anything in my Quelling PR improves things. Then if you're still running into this reliably it's a useful case for investigating https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1715306/ and reason for them to prioritize it. |
Maybe I'm missing something, but when I look I see one test failing this PR, which is the "SelfClosingTag" test, and I would expect that to fail as it was a bug in web tools and the fix hasn't shipped anywhere yet. You'll have to show me how to find the "under the covers" errors, but also possibly let me know why I should care?? |
Talked offline. The Rename thing is not necessarily the direct cause of the failures, but certainly doesn't make diagnosis easier. |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
@davidwengier if you re-base things should be improved (we hope). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 2 pipeline(s). |
Fixes #8077
At time of writing, one test is failing, just waiting on new images to be published for integration test runs.