summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/multi_container_test.go
AgeCommit message (Expand)Author
2019-01-18Start a sandbox process in a new userns only if CAP_SETUID is setAndrei Vagin
2019-01-16Prevent internal tmpfs mount to override files in /tmpFabricio Voznika
2019-01-11runsc: Collect zombies of sandbox and gofer processesAndrei Vagin
2018-11-09Add tests multicontainer start/stopFabricio Voznika
2018-11-07Fix test --race violationFabricio Voznika
2018-11-05Fix race between start and destroyFabricio Voznika
2018-10-19Use correct company name in copyright headerIan Gudger
2018-10-17runsc: Add --pid flag to runsc kill.Kevin Krakauer
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
2018-10-03Fix arithmetic error in multi_container_test.Nicolas Lacasse
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-09-28Add test for 'signall --all' with stopped containerFabricio Voznika
2018-09-28Make runsc kill and delete more conformant to the "spec"Fabricio Voznika
2018-09-27Move common test code to functionFabricio Voznika
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-20runsc: allow `runsc wait` on a container for multiple times.Lantao Liu
2018-09-19Add container.Destroy urpc method.Nicolas Lacasse
2018-09-18Added state machine checks for Container.StatusFabricio Voznika
2018-09-18Handle children processes better in testsFabricio Voznika
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-06runsc testing: Move TestMultiContainerSignal to multi_container_test.Kevin Krakauer
2018-09-05Enabled bind mounts in sub-containersFabricio Voznika
2018-09-05Running container should have a valid sandboxFabricio Voznika
2018-09-05Move multi-container test to a single fileFabricio Voznika