Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-02 | tests: ListFds(): filter out pipe and eventpoll fds | Jakob Unterwurzacher | |
These are created on demand by the Go runtime and are usually not interesting. | |||
2019-01-02 | tests: make MountInfo field accessible | Jakob Unterwurzacher | |
Tests outside the test_helpers package may want to look at this. | |||
2019-01-01 | tests: ListFds: show r/w status | Jakob Unterwurzacher | |
Also, drop entries that disappear while we stat them. | |||
2019-01-01 | tests: split mount_unmount.go from helpers.go | Jakob Unterwurzacher | |
With the FD leak logic, the mount/unmount functions have become complex enough to give them their own file. |