| Commit message (Collapse) | Author | Age | Lines |
| | |
|
| |
|
|
|
| |
This is a test for #53, which fixed numpy failing to import due to
using multiple threads by default.
|
| | |
|
| |
|
|
| |
Co-authored-by: 0xf0f <[email protected]>
|
| | |
|
| |
|
|
|
|
|
|
|
| |
If memory swapping was enabled locally, the memory test would fail.
Explicitly disabling swapping also removes reliance on the assumption
that it'll be disabled in production.
* Add a constant for the maximum memory
* Simplify the timeout test; it'd otherwise first run out of memory now
|
| |
|
|
|
| |
* Add support for debug level to log regex
* Change type annotation of log_parse to Iterable
|
|
|
* Fix SIGSEGV test
* Add embedded null byte test
* Return None for stderr when there's a ValueError
|