podman/test/apiv2/python/rest_api/fixtures
Paul Holzinger 1f73374acd remote: always send resize before the container starts
There is race condition in the remote client attach logic. Because the
resize api call was handled in an extra goroutine the container was
started before the resize call happend. To fix this we have to call
resize in the same goroutine as attach. When the first resize is done
start a goroutine to listen on SIGWINCH in the background and resize
again if the signal is received.

Fixes #9859

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2021-06-04 16:55:48 +02:00
..
__init__.py Break up python APIv2 tests 2021-05-18 08:39:35 -07:00
api_testcase.py remote: always send resize before the container starts 2021-06-04 16:55:48 +02:00
podman.py Break up python APIv2 tests 2021-05-18 08:39:35 -07:00