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

Disable test hanging in some configurations #40628

Merged
merged 1 commit into from
Aug 10, 2020

Conversation

danmoseley
Copy link
Member

The test recently added to protect the fix for bounds checking Append to a huge StringBuilder is sometimes hanging on some configurations while doing the huge Append.
My assumption is that the machine is just overloaded copying 4GB, and the product fix is OK. Disabling this test for now.

Relates to #40625

@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost
Copy link

ghost commented Aug 10, 2020

Hello @danmosemsft!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@hoyosjs
Copy link
Member

hoyosjs commented Aug 10, 2020

I looked at the dump and it's indeed in the CRT just chugging away.

@danmoseley
Copy link
Member Author

I'm going to change it to a 10x timeout instead, but I'll let this merge first since it's causing pain.

@danmoseley
Copy link
Member Author

Builds and tests succeeded on Windows, that's sufficient validation for this change, I will go ahead and merge since it seems to be breaking so many people.

@danmoseley danmoseley merged commit f4efb11 into dotnet:master Aug 10, 2020
@danmoseley danmoseley deleted the HangInSBTest branch August 10, 2020 22:13
@karelz karelz added this to the 5.0.0 milestone Aug 18, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 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.

4 participants