summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/multi_container_test.go
AgeCommit message (Expand)Author
2020-01-09New sync package.Ian Gudger
2019-12-11runsc/debug: add an option to list all processesAndrei Vagin
2019-12-06Make annotations OCI compliantFabricio Voznika
2019-10-24Fix early deletion of rootDirFabricio Voznika
2019-10-08Ignore mount options that are not supported in shared mountsFabricio Voznika
2019-09-04Resolve flakes with TestMultiContainerDestroyFabricio Voznika
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-27Mount volumes as super userFabricio Voznika
2019-08-06Make loading container in a sandbox more robustFabricio Voznika
2019-08-02Stops container if gofer is killedFabricio Voznika
2019-07-24Use different pidns among different containerschris.zn
2019-07-23Give each container a distinct MountNamespace.Nicolas Lacasse
2019-06-18Add Container/Sandbox args struct for creationFabricio Voznika
2019-06-13Update canonical repository.Adin Scannell
2019-06-11Add support to mount pod shared tmpfs mountsFabricio Voznika
2019-06-03Remove 'clearStatus' option from container.Wait*PID()Fabricio Voznika
2019-05-02runsc: move test_app in a separate directoryAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
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