gvisor/runsc/container
Kevin Krakauer a78df1d874 runsc: De-flakes container_test TestMultiContainerSanity.
The bug was caused by os.File's finalizer, which closes the file. Because
fsgofer.serve() was passed a file descriptor as an int rather than a os.File,
callers would pass os.File.Fd(), and the os.File would go out of scope. Thus,
the file would get GC'd and finalized nondeterministically, causing failures
when the file was used.

PiperOrigin-RevId: 209861834
Change-Id: Idf24d5c1f04c9b28659e62c97202ab3b4d72e994
2018-08-22 17:55:15 -07:00
..
BUILD Move container_test to the container package 2018-08-21 14:02:19 -07:00
container.go Initial change for multi-gofer support 2018-08-21 13:14:43 -07:00
container_test.go runsc: De-flakes container_test TestMultiContainerSanity. 2018-08-22 17:55:15 -07:00
hook.go Refactor the Sandbox package into Sandbox + Container. 2018-05-15 10:18:03 -07:00
status.go Added code for a pause command for a container process. 2018-06-15 16:09:09 -07:00
uds_test_app.go Enable checkpoint/restore in cases of UDS use. 2018-08-10 14:33:20 -07:00