summaryrefslogtreecommitdiffhomepage
path: root/runsc/container/container_test.go
AgeCommit message (Expand)Author
2021-09-16runsc: add global profile collection flagsMichael Pratt
2021-08-13Add Event controlsChong Cai
2021-08-12Add Usage controlsChong Cai
2021-08-04Add Fs controlsChong Cai
2021-07-12Fix stdios ownershipFabricio Voznika
2021-07-12Fix GoLand analyzer errors under runsc/...Fabricio Voznika
2021-06-10Set RLimits during `runsc exec`Fabricio Voznika
2021-05-04Make Mount.Type optional for bind mountsFabricio Voznika
2021-03-11Report filesystem-specific mount options.Rahat Mahmood
2021-03-06[op] Replace syscall package usage with golang.org/x/sys/unix in runsc/.Ayush Ranjan
2021-02-22Fix `runsc kill --pid`Fabricio Voznika
2021-02-05Replace TaskFromContext(ctx).Kernel() with KernelFromContext(ctx)Ting-Yu Wang
2021-02-01Enable container checkpoint/restore tests with VFS2Fabricio Voznika
2021-01-22Fix TestDuplicateEnvVariable flakynessFabricio Voznika
2020-12-17Add sandbox ID to state file nameFabricio Voznika
2020-11-05Re-add start/stop container testsFabricio Voznika
2020-11-05Fix failure setting OOM score adjustmentFabricio Voznika
2020-10-19Fixes to cgroupsFabricio Voznika
2020-10-05Enable more VFS2 testsFabricio Voznika
2020-09-25fix TestUserLog for multi-archHoward Zhang
2020-09-17Add VFS2 overlay support in runscFabricio Voznika
2020-09-16Refactor removed default test dimensionFabricio Voznika
2020-09-08Honor readonly flag for root mountFabricio Voznika
2020-08-19Move boot.Config to its own packageFabricio Voznika
2020-07-27Clean-up bazel wrapper.Adin Scannell
2020-06-08Combine executable lookup codeFabricio Voznika
2020-06-01More runsc changes for VFS2Fabricio Voznika
2020-05-28Automated rollback of changelist 309082540Fabricio Voznika
2020-05-18Improve unsupported syscall messageFabricio Voznika
2020-05-13Enable overlayfs_stale_read by default for runsc.Jamie Liu
2020-05-04Enable TestRunNonRoot on VFS2Fabricio Voznika
2020-05-04Add TTY support on VFS2 to runscFabricio Voznika
2020-04-29Merge pull request #2487 from moricho:fix/bindmountgVisor bot
2020-04-26refactor and add test for bindmountmoricho
2020-04-25Add container tests passing with VFS2Zach Koopmans
2020-04-23Simplify Docker test infrastructure.Adin Scannell
2020-04-17Add test name to boot and gofer log filesFabricio Voznika
2020-04-17Get /bin/true to run on VFS2Zach Koopmans
2020-03-12Kill sandbox process when parent process terminatesFabricio Voznika
2020-03-05tests: Don't print log messages on stdoutAndrei Vagin
2020-02-25Add log during process wait in testsFabricio Voznika
2020-02-06Fix TestPauseResume in container test failed with connection refused.Ting-Yu Wang
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