Skip to content

[CP][stable channel] Fix OOM VM test (transferable_throws_oom_test crashing after upgrade from Ubuntu 16 -> 18) #46300

Description

@a-siva

commit(s) to merge: f827c53

merge instructions: clean merge

What is the issue: Brief description of the problem

Recent upgrade to bionic has caused an OOM test to start failing because the OS now does not result in an error from malloc when allocating 1 TB and the test relies on that. The test was changed to allocate 1 PB of memory.

This changes makes the test allocate 1 PB of memory and that triggers a failure in malloc.

Why cherrypick: The stable release bots are showing test result failures and fixing this will enable us to look for real failures as opposed to this synthetic test failure.

Risk: Very low, it is just a change to the test

Link to original issue(s): #46167

/cc @kevmoo @mit-mit @whesse @athomas @vsmenon @franklinyow @a-siva @aam

Metadata

Metadata

Assignees

Labels

area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.cherry-pick-approvedLabel for approved cherrypick requestcherry-pick-reviewIssue that need cherry pick triage to approve

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions