| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Test that the file system is mounted as read only | 2019-06-27 | -0/+10 | |
| | | ||||
| * | Disable memory swapping and add a memory limit test | 2019-06-26 | -6/+13 | |
| | | | | | | | | | | 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 a NsJail log parser test | 2019-06-22 | -0/+30 | |
| | | | | | | * Add support for debug level to log regex * Change type annotation of log_parse to Iterable | |||
| * | Rewrite NsJail tests | 2019-06-22 | -0/+77 | |
| * Fix SIGSEGV test * Add embedded null byte test * Return None for stderr when there's a ValueError | ||||