Skip to content

Disable 2 regex tests on Linux#47209

Merged
1 commit merged intodotnet:masterfrom
danmoseley:regex.oom
Jan 20, 2021
Merged

Disable 2 regex tests on Linux#47209
1 commit merged intodotnet:masterfrom
danmoseley:regex.oom

Conversation

@danmoseley
Copy link
Member

Fixes #46516

Tracing has proven that these tests are falling victim to the OOM killer on Ubuntu 18.04.
Since they're not testing anything OS specific, limit them to Windows where they can page if necessary.

@ghost
Copy link

ghost commented Jan 20, 2021

Tagging subscribers to this area: @eerhardt, @pgovind
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #46516

Tracing has proven that these tests are falling victim to the OOM killer on Ubuntu 18.04.
Since they're not testing anything OS specific, limit them to Windows where they can page if necessary.

Author: danmosemsft
Assignees: -
Labels:

area-System.Text.RegularExpressions

Milestone: -

@ghost
Copy link

ghost commented Jan 20, 2021

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.

Do note that I've been instructed to only help merge pull requests of this repository that have been opened for at least 10 minutes, a condition that will be fulfilled in about 29 seconds. No worries though, I will be back when the time is right! 😉

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.

@ghost ghost merged commit 5aef85a into dotnet:master Jan 20, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Feb 19, 2021
@danmoseley danmoseley deleted the regex.oom branch September 6, 2021 23:38
This pull request was closed.
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.

Regex outer loop tests running out of memory on Ubuntu 1804

2 participants