[CP][stable channel] Fix OOM VM test (transferable_throws_oom_test crashing after upgrade from Ubuntu 16 -> 18) #46300
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
cherry-pick-approved
Label for approved cherrypick request
cherry-pick-review
Issue that need cherry pick triage to approve
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
The text was updated successfully, but these errors were encountered: