gvisor/runsc/container
Ting-Yu Wang 386a1a1564 Fix TestPauseResume in container test failed with connection refused.
Sometimes we get this error under TSAN:
"""
error getting process data from container: connecting to control server at PID
XXXX: connection refused
"""

The theory is that the top "sleep 20" was too short for TSAN, and the container
already exited, so we get connected refused. This commit changes the test to
let container signaling it's running by touching a file repeatedly forever
during the test.

PiperOrigin-RevId: 293710957
2020-02-06 17:07:07 -08:00
..
test_app Standardize on tools directory. 2020-01-27 12:21:00 -08:00
BUILD Increase container_test size. 2020-02-04 15:38:53 -08:00
console_test.go Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
container.go Fix container locking 2019-10-30 15:39:04 -07:00
container_test.go Fix TestPauseResume in container test failed with connection refused. 2020-02-06 17:07:07 -08:00
hook.go Update canonical repository. 2019-06-13 16:50:15 -07:00
multi_container_test.go New sync package. 2020-01-09 22:02:24 -08:00
shared_volume_test.go Impose order on test scripts. 2019-09-03 22:02:43 -07:00
state_file.go New sync package. 2020-01-09 22:02:24 -08:00
status.go Change copyright notice to "The gVisor Authors" 2019-04-29 14:26:23 -07:00