| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…pythonGH-143606) Avoid tests being killed due to OOM on Linux if a system is configured with 'ulimit -s unlimited' by skipping tests relying on infinite recursion. While unclear if Python should support 'ulimit -s unlimited', we should at least try to avoid failing a PGO build running tests due to an unlimited stack size being set. (cherry picked from commit 61e0366) Co-authored-by: Jan André Reuter <jan.andre.reuter@hotmail.de> Signed-off-by: Jan André Reuter <j.reuter@fz-juelich.de>
Sorry, something went wrong.
|
@Thyre sorry I think you need to re-sign the CLA with the email you commited with. |
Sorry, something went wrong.
Done 👍 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Avoid tests being killed due to OOM on Linux if a system is configured with
'ulimit -s unlimited' by skipping tests relying on infinite recursion.
While unclear if Python should support 'ulimit -s unlimited', we should at
least try to avoid failing a PGO build running tests due to an unlimited
stack size being set.
(cherry picked from commit 61e0366)
Co-authored-by: Jan André Reuter jan.andre.reuter@hotmail.de
Signed-off-by: Jan André Reuter j.reuter@fz-juelich.de