-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Fix XNodeReaderFunctionalTests #65500
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
Conversation
Tagging subscribers to this area: @dotnet/area-system-xml |
/azp list |
This comment was marked as off-topic.
This comment was marked as off-topic.
/azp run runtime-libraries-coreclr outerloop |
Azure Pipelines successfully started running 1 pipeline(s). |
src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/BridgeHelpers.cs
Show resolved
Hide resolved
@dotnet/dnceng I'm seeing one of the legs (runtime-libraries-coreclr outerloop (Libraries Build windows x86 Release)) failing which says that but the log looks like it passed:
any clues? |
@krwq how did I not see this when I ran tests locally - is this outerloop? (there seems almost zero xml outerloops and it's possible I only ran innerloop) |
Taking a look, I believe there were some reported issues around AzDO reporting APIs failing which would be in the outer log from this console log. |
src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/BridgeHelpers.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/BridgeHelpers.cs
Outdated
Show resolved
Hide resolved
@krwq this is some kind of transient outage in AzDO, already tracked by https://github.com/dotnet/core-eng/issues/15619 You can see this yourself in the below Kusto query for future investigation.
Since this is flakiness in an external API all we can really do is create a ticket to investigate the above outages, but they definitely don't seem to be 100% repro so just retrying should unblock you. |
src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/BridgeHelpers.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.Xml.Linq/tests/XDocument.Common/BridgeHelpers.cs
Outdated
Show resolved
Hide resolved
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.
with comments. thanks for fixing!
@danmoseley I think it's because it's in System.Private.Xml.Linq not System.Private.Xml, unless you did the full run then perhaps something is working differently on how we do the runs locally than on CI; I've run the reported project with |
That's it then. Intuitively, I did not expect Outerloop to be particularly relevant to Xml.. |
Fixes: #65416
This has started failing after merging: #65290 and blocking all outerloop runs - seems like different project was also using modified APIs in a slightly weird way so fixing those.