gvisor/test/e2e
Ting-Yu Wang fc153750ed Deflake TestBindOverlay in //test/e2e:integration_test
Test failure happens when `echo` writes late:
* Server nc shuts down write when it sees EOF from stdin.
* Client nc closes the connection when it detects EOF from socket and no data
  in internal write buffer.

Using `-q` flag to make server not shutting down write in the beginning, while
letting connection to be closed by client. As `-q` flag's default value varies
in different netcat versions, we always specify it to prevent future breakage.

PiperOrigin-RevId: 349504016
2020-12-29 20:24:40 -08:00
..
BUILD Move all tests to new docker API. 2020-07-08 13:26:23 -07:00
exec_test.go Move all tests to new docker API. 2020-07-08 13:26:23 -07:00
integration.go Impose order on test scripts. 2019-09-03 22:02:43 -07:00
integration_test.go Set max memory not min 2020-12-17 10:46:47 -08:00
regression_test.go Deflake TestBindOverlay in //test/e2e:integration_test 2020-12-29 20:24:40 -08:00