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

Fix buffer comparison in stream conformance tests #45012

Merged
merged 2 commits into from
Nov 20, 2020

Conversation

geoffkizer
Copy link
Contributor

Change stream conformance tests to use AssertExtensions.Equal instead of Assert.Equal for buffer comparison, as the latter is very, very slow.

@stephentoub

Geoffrey Kizer and others added 2 commits November 20, 2020 10:32
update span comparisons

Co-authored-by: Stephen Toub <[email protected]>
@geoffkizer
Copy link
Contributor Author

/azp run runtime-libraries-coreclr outerloop

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@stephentoub
Copy link
Member

Thanks for finding and fixing this.

@stephentoub stephentoub merged commit c409a32 into dotnet:master Nov 20, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 21, 2020
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.

3 participants