diff options
author | 2023-09-15 17:41:36 -0700 | |
---|---|---|
committer | 2023-09-15 19:18:00 -0700 | |
commit | 2fb4d6767ad48ae80fe91beb75d7505142a014cf (patch) | |
tree | f2fbd45162de5d4226472c2227acdabe86d367af /tests/test_nsjail.py | |
parent | Merge pull request #192 from python-discord/bump-Python-versions (diff) |
Update to Debian Bookworm
Mount /dev/shm in the container by setting ipc to "private". This is
the same as "none" (the previous value) with the only difference being
that shm is mounted. This is needed for integration tests to pass.
The integration tests always relied on shared memory due to their use of
multiprocessing. They managed to work because glibc used to fall back to
/tmp if /dev/shm wasn't available. However, newer versions of glibc,
which Debian Bookworm now uses, removed that fallback behaviour.
Diffstat (limited to 'tests/test_nsjail.py')
0 files changed, 0 insertions, 0 deletions