summaryrefslogtreecommitdiff
path: root/test/system/500-networking.bats
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-07-12 17:17:47 -0400
committerMatthew Heon <mheon@redhat.com>2021-07-13 16:26:53 -0400
commitcbbb1a80f5ccbbec5496f253cabce0f65df0f656 (patch)
treec82b917962d0cbee84d3f9a988cb67bd9a8d1faf /test/system/500-networking.bats
parent31c3b952e5da7eb11a32464a0cd74856265efec5 (diff)
downloadpodman-cbbb1a80f5ccbbec5496f253cabce0f65df0f656.tar.gz
podman-cbbb1a80f5ccbbec5496f253cabce0f65df0f656.tar.bz2
podman-cbbb1a80f5ccbbec5496f253cabce0f65df0f656.zip
Perform a one-sided close of HTTP attach conn on EOF
On EOF of STDIN, we need to perform a one-sided close of the attach connection on the client side, to ensure that STDIN finishing will also cause the exec session to terminate, instead of hang. Fixes #7360 Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'test/system/500-networking.bats')
-rw-r--r--test/system/500-networking.bats1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/system/500-networking.bats b/test/system/500-networking.bats
index d55a786f7..4feb57807 100644
--- a/test/system/500-networking.bats
+++ b/test/system/500-networking.bats
@@ -20,7 +20,6 @@ load helpers
# Copied from tsweeney's https://github.com/containers/podman/issues/4827
@test "podman networking: port on localhost" {
- skip_if_remote "FIXME: reevaluate this one after #7360 is fixed"
random_1=$(random_string 30)
random_2=$(random_string 30)