gvisor/test/root
Fabricio Voznika 9f33fe64f2 Fixes to runsc cgroups
When loading cgroups for another process, `/proc/self` was used in
a few places, causing the end state to be a mix of the process
and self. This is now fixes to always use the proper `/proc/[pid]`
path.

Added net_prio and net_cls to the list of optional controllers. This
is to allow runsc to execute then these cgroups are disabled as long
as there are no net_prio and net_cls limits that need to be applied.

Deflake TestMultiContainerEvent.

Closes #5875
Closes #5887

PiperOrigin-RevId: 372242687
2021-05-05 17:39:29 -07:00
..
BUILD Refactor the Makefile to avoid recursive Make. 2020-12-09 15:53:23 -08:00
cgroup_test.go Fixes to runsc cgroups 2021-05-05 17:39:29 -07:00
chroot_test.go Move all tests to new docker API. 2020-07-08 13:26:23 -07:00
crictl_test.go Switch uses of os.Getenv that check for empty string to os.LookupEnv. 2021-01-13 15:15:20 -08:00
main_test.go Simplify Docker test infrastructure. 2020-04-23 11:33:30 -07:00
oom_score_adj_test.go Fix failure setting OOM score adjustment 2020-11-05 15:36:20 -08:00
root.go Remove unused scripts. 2020-09-23 17:38:02 -07:00
runsc_test.go Simplify Docker test infrastructure. 2020-04-23 11:33:30 -07:00