Skip to content
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

Fixing test failing on arm64 #36145

Merged
merged 1 commit into from
May 9, 2020
Merged

Fixing test failing on arm64 #36145

merged 1 commit into from
May 9, 2020

Conversation

joperezr
Copy link
Member

@joperezr joperezr commented May 8, 2020

Fixes #36087

The test was sending the wrong object which made it behave differently on arm64 and x64 archs. This fix will now send a valid payload that matches the format, which could now be converted and should have the same expected values across OSes and platforms.

cc: @bartonjs

@joperezr
Copy link
Member Author

joperezr commented May 8, 2020

FYI: I've manually triggered a rolling build from my PR to ensure the tests run on arm64 and pass.

https://dev.azure.com/dnceng/public/_build/results?buildId=637410&view=results

@dotnet dotnet deleted a comment from azure-pipelines bot May 8, 2020
@joperezr joperezr merged commit 930d80d into dotnet:master May 9, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 9, 2020
@joperezr joperezr deleted the FixArm64Test branch August 11, 2021 20:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

System.DirectoryServices.Protocols.Tests.BerConverterTests.Encode_Objects_ReturnsExpected fails on Linux ARM64
4 participants