runc/integration
Andrey Vagin 94fb37f557 process: add Wait(), Signal() and Pid() methods
Currently we have a problem when buffers are used for std file
descriptors.  These buffers are filled from goroutines (Cmd.goroutine),
and we need to wait them to be sure that all data have been copied.

Signed-off-by: Andrew Vagin <avagin@openvz.org>
2015-02-23 23:40:41 +03:00
..
doc.go Add integration test pkg 2014-10-17 23:25:30 +00:00
exec_test.go process: add Wait(), Signal() and Pid() methods 2015-02-23 23:40:41 +03:00
execin_test.go process: add Wait(), Signal() and Pid() methods 2015-02-23 23:40:41 +03:00
init_test.go Merge branch 'master' into api 2015-02-16 15:09:42 -08:00
template_test.go Refactor system mounts to be placed on the config 2015-02-12 16:58:38 -08:00
utils_test.go process: add Wait(), Signal() and Pid() methods 2015-02-23 23:40:41 +03:00