summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/multi_container_test.go
AgeCommit message (Expand)Author
2021-10-18Mount namespace can be nil after task exitsFabricio Voznika
2021-07-12Fix stdios ownershipFabricio Voznika
2021-07-12Fix GoLand analyzer errors under runsc/...Fabricio Voznika
2021-05-05Fixes to runsc cgroupsFabricio Voznika
2021-05-04Make Mount.Type optional for bind mountsFabricio Voznika
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2021-02-24return root pids with runsc psDaniel Dao
2021-02-22Fix `runsc kill --pid`Fabricio Voznika
2021-02-02Stub out basic `runsc events --stat` CPU functionalityKevin Krakauer
2021-02-01Enable container checkpoint/restore tests with VFS2Fabricio Voznika
2021-01-22Fix TestDuplicateEnvVariable flakynessFabricio Voznika
2021-01-11OCI spec may contain duplicate environment variablesFabricio Voznika
2020-12-17Add sandbox ID to state file nameFabricio Voznika
2020-11-18Fix race condition in multi-container wait testFabricio Voznika
2020-11-05Return failure when `runsc events` queries a stopped containerFabricio Voznika
2020-11-05Fix failure setting OOM score adjustmentFabricio Voznika
2020-10-05Fix gofer monitor prematurely destroying containerFabricio Voznika
2020-09-08Honor readonly flag for root mountFabricio Voznika
2020-09-04Simplify FD handling for container start/execFabricio Voznika
2020-09-01Refactor tty codebase to use master-replica terminology.Ayush Ranjan
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-07-08Add shared mount hints to VFS2Fabricio Voznika
2020-06-11Set the HOME environment variable for sub-containers.Ian Lewis
2020-06-08Combine executable lookup codeFabricio Voznika
2020-06-01More runsc changes for VFS2Fabricio Voznika
2020-05-28Move Cleanup to its own packageFabricio Voznika
2020-05-28Automated rollback of changelist 309082540Fabricio Voznika
2020-04-26refactor and add test for bindmountmoricho
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-17Add test name to boot and gofer log filesFabricio Voznika
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