gvisor/runsc
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
..
boot Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
cgroup Standardize on tools directory. 2020-01-27 12:21:00 -08:00
cmd Fix licenses. 2020-01-27 13:23:57 -08:00
console Standardize on tools directory. 2020-01-27 12:21:00 -08:00
container Fix TestPauseResume in container test failed with connection refused. 2020-02-06 17:07:07 -08:00
criutil Standardize on tools directory. 2020-01-27 12:21:00 -08:00
debian Fix repository build scripts. 2019-11-05 15:16:04 -08:00
dockerutil Add notes to relevant tests. 2020-02-05 22:46:35 -08:00
fsgofer Allow mlock in fsgofer system call filters 2020-02-04 13:42:27 -08:00
sandbox Standardize on tools directory. 2020-01-27 12:21:00 -08:00
specutils Standardize on tools directory. 2020-01-27 12:21:00 -08:00
testutil runsc/container_test: hide host /etc in test containers 2020-02-06 14:02:52 -08:00
BUILD Tag version_test as noguitar. 2020-02-03 12:09:52 -08:00
main.go Cleanup glog and add real caller information. 2020-01-27 16:08:35 -08:00
version.go Fix `runsc --version` and add a test. 2019-09-10 15:41:47 -07:00
version_test.sh Standardize on tools directory. 2020-01-27 12:21:00 -08:00