Closed
Description
The test fails processing the schB8.xsd
input file. This input differs from the other test inputs by including a schema with a HTTP location:
<xsd:include schemaLocation="http://foo/foo" />
This is likely related to #75123
Ref #74407
It's a timeout, test hangs and does not throw.
Stack trace collected in the investigation:
[InlineData("SCHEMA", "schB8.xsd", 1, 1, 1)]
AddValid_Import_Include_Redefine(string testDir, string testFile, int expCount, int expCountGT, int expCountGE)
-> ss.Add(Schema);
XmlSchemaSet.Add(XmlSchema schema)
-> return Add(schema.TargetNamespace, schema);
XmlSchemaSet.Add(string? targetNamespace, XmlReader schemaDocument) // - I cannot catch the test fail with this line commented out
Metadata
Metadata
Assignees
Type
Projects
Status
Done