mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-28 16:29:45 +00:00
As pointed out in the issue #232, vsock tests fail randomly. From an initial analysis, it appears that using `--test-threads=1` never happens, but using a value greater than 1, the tests fails after a while and almost always with the creation of UDS, or EpollFD, or on epoll_ctl. There should be something wrong with FDs when there are multiple threads running tests (not sure if related to O_CLOEXEC). This is just a workaround, we will revert this commit when we identify the root cause. Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> |
||
|---|---|---|
| .. | ||
| gpio | ||
| i2c | ||
| rng | ||
| vsock | ||