gvisor/runsc/container
Fabricio Voznika 7158095d68 Fix race condition in multi-container wait test
Container is not thread-safe, locking must be done in the caller.
The test was calling Container.Wait() from multiple threads with
no synchronization.

Also removed Container.WaitPID from test because the process might
have already existed when wait is called.

PiperOrigin-RevId: 343176280
2020-11-18 16:06:31 -08:00
..
BUILD
console_test.go Add support for TTY in multi-container 2020-11-17 14:51:24 -08:00
container.go
container_norace_test.go Simplify Docker test infrastructure. 2020-04-23 11:33:30 -07:00
container_race_test.go Simplify Docker test infrastructure. 2020-04-23 11:33:30 -07:00
container_test.go
hook.go
multi_container_test.go
shared_volume_test.go Honor readonly flag for root mount 2020-09-08 14:00:43 -07:00
state_file.go
status.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00