aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2023-09-15 17:41:36 -0700
committerGravatar Mark <[email protected]>2023-09-15 19:18:00 -0700
commit2fb4d6767ad48ae80fe91beb75d7505142a014cf (patch)
treef2fbd45162de5d4226472c2227acdabe86d367af /tests
parentMerge 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')
0 files changed, 0 insertions, 0 deletions