-
Notifications
You must be signed in to change notification settings - Fork 292
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
Fix XmlReader Test on ARM #3035
Comments
The issue just has the error that the test was throwing at the time:
In 2018, (MDS ~1.x) there was likely no time to investigate further. But given the new error, it looks like things have progressed since then. |
@David-Engel I don't think so, have a look at these test results: The tests only fail on ARM, they fail twice per Job, and only TestSet 2 fails. That's very suspicious to me |
Ah, apologies, I missunderstood you. You've posted the description of the original Issue :) |
The relevant sections of the test are here. I think this is actually a problem with the test: it expects to receive results in a specific sequence, but never specifies an ORDER BY in the query; SQL Server will thus just use the order specified in the clustered index/PK. Does the test fail if you include the ORDER BY statement? There's a similar point to be made for the query on line 682. |
Yes, of course! Thank you |
DataStreamTest.ExecuteXmlReaderTest
fails on ARM (and only on ARM, but both, NET462 and NET8) with:The test is currently disabled with an ActiveIssue "5540", would be great to get the description for this from Azure DevOps
The text was updated successfully, but these errors were encountered: