-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
System.Memory.Tests Work Item fails without reports, long running Base64EncoderUnitTests.EncodeTooLargeSpan #44351
Comments
I suspect it's not actually a hang and that it was just taking a really long time encoding 2GB in the Base64.EncodeToUtf8 call. Unfortunately there's no dump included to confirm or deny that. |
In any case the "System.Memory.Tests Work Item" failed in OuterLoop, and not 100% sure, but it's probably not the first time I've seen this happening. If it occurs regularly we probably want to do something about it. |
Is there anything special about the machine this was running on? I wouldn't expect this test to take that long unless system memory was so tight that we were hitting the pagefile over and over and over again. Maybe we can use |
Seems almost exclusively a Windows problem. I don't know how to get info on the memory though. Will have to ask engineering folks after holidays. |
Also, I looked at 5-10 console logs and it was always System.Buffers.Text.Tests.Base64EncoderUnitTests.EncodeTooLargeSpan |
System.Buffers.Text.Tests.Base64EncoderUnitTests.EncodeTooLargeSpan
test hang in in:https://dev.azure.com/dnceng/public/_build/results?buildId=877008&view=ms.vss-test-web.build-test-results-tab
(net6.0-windows-Debug-x64-CoreCLR_release-Windows.10.Amd64.Server19H1.ES.Open)
https://helixre8s23ayyeko0k025g8.blob.core.windows.net/dotnet-runtime-refs-pull-44246-merge-d0435e106c844e1b8e/System.Memory.Tests/console.1eb45cee.log?sv=2019-07-07&se=2020-11-25T21%3A20%3A41Z&sr=c&sp=rl&sig=U3vXcd%2B3cmRt8pldKzKKdpi4Q0ADmohzWT9WnwwEFm0%3D
The text was updated successfully, but these errors were encountered: