summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/container_test.go
AgeCommit message (Expand)Author
2020-01-09New sync package.Ian Gudger
2019-12-18Increase waitForProcessList timeoutFabricio Voznika
2019-12-11runsc/debug: add an option to list all processesAndrei Vagin
2019-12-06Implement TTY field in control.Processes().Nicolas Lacasse
2019-10-24Fix early deletion of rootDirFabricio Voznika
2019-10-16Fix problem with open FD when copy up is triggered in overlayfsFabricio Voznika
2019-10-01Prevent CAP_NET_RAW from appearing in execFabricio Voznika
2019-09-03Impose order on test scripts.Adin Scannell
2019-08-27Mount volumes as super userFabricio Voznika
2019-08-02Stops container if gofer is killedFabricio Voznika
2019-07-24Use different pidns among different containerschris.zn
2019-07-08Don't try to execute a file that is not regular.Nicolas Lacasse
2019-07-03Avoid importing platforms from many source filesAndrei Vagin
2019-06-27Fix various spelling issues in the documentationMichael Pratt
2019-06-18Kill sandbox process when 'runsc do' exitsFabricio Voznika
2019-06-18Add Container/Sandbox args struct for creationFabricio Voznika
2019-06-13Update canonical repository.Adin Scannell
2019-06-12Allow 'runsc do' to run without rootFabricio Voznika
2019-06-03Remove 'clearStatus' option from container.Wait*PID()Fabricio Voznika
2019-05-03Fix runsc restore to be compatible with docker start --checkpoint ...Andrei Vagin
2019-05-02runsc: move test_app in a separate directoryAndrei Vagin
2019-04-29Change copyright notice to "The gVisor Authors"Michael Pratt
2019-04-29Allow and document bug ids in gVisor codebase.Nicolas Lacasse
2019-04-09runsc: set UID and GID if gofer is executed in a new user namespaceAndrei Vagin
2019-03-18Add support for mount propagationFabricio Voznika
2019-01-25Make cacheRemoteRevalidating detect changes to file sizeFabricio Voznika
2019-01-25Execute statically linked binaryFabricio Voznika
2019-01-15Create working directory if it doesn't yet existFabricio Voznika
2019-01-11runsc: Collect zombies of sandbox and gofer processesAndrei Vagin
2018-11-15Allow sandbox.Wait to be called after the sandbox has exited.Nicolas Lacasse
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-18Resolve mount paths while setting up root fs mountFabricio Voznika
2018-10-17runsc: Support job control signals for the root container.Nicolas Lacasse
2018-10-17runsc: Add --pid flag to runsc kill.Kevin Krakauer
2018-10-11Make Wait() return the sandbox exit status if the sandbox has exited.Nicolas Lacasse
2018-10-11Add bare bones unsupported syscall loggingFabricio Voznika
2018-10-01runsc: Support job control signals in "exec -it".Nicolas Lacasse
2018-09-30Don't fail if Root is readonly and is not a mount pointFabricio Voznika
2018-09-27Move common test code to functionFabricio Voznika
2018-09-27Implement 'runsc kill --all'Fabricio Voznika
2018-09-27Move uds_test_app to common test_appFabricio Voznika
2018-09-21Run gofmt -s on everythingIan Gudger
2018-09-18Handle children processes better in testsFabricio Voznika
2018-09-17Rename container in testFabricio Voznika
2018-09-17runsc: Enable waiting on exited processes.Kevin Krakauer
2018-09-13runsc: Support container signal/wait.Lantao Liu
2018-09-12runsc: Add exec flag that specifies where to save the sandbox-internal pid.Kevin Krakauer
2018-09-07Remove '--file-access=direct' optionFabricio Voznika