You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(e2e): reproduce constrained dev shm failure (#522)
## Motivation
Reproduce issue #353 reliably before changing the Linux shared-memory backend.
## Changes
- Adds `vtt small_dev_shm`, which mounts a one-page tmpfs at `/dev/shm` inside private user and mount namespaces.
- Adds `vtt stat_long_filename` and calls `std::fs::metadata` with a 1 MiB path.
- Intercepts glibc `statx` so the metadata call is recorded through the preload library.
- Adds a Linux glibc E2E fixture that records the current `SIGBUS` failure as exit code 135.
0 commit comments