From cbbb1a80f5ccbbec5496f253cabce0f65df0f656 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Mon, 12 Jul 2021 17:17:47 -0400 Subject: 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 --- test/system/500-networking.bats | 1 - 1 file changed, 1 deletion(-) (limited to 'test/system/500-networking.bats') 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) -- cgit v1.2.3-54-g00ecf