From c63599d361396c8bd02cc4bfccff0e7d97653146 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 26 Jan 2021 15:38:05 +0100 Subject: remote exec: write conmon error on hijacked connection Make sure to write error from conmon on the hijacked http connection. This fixes issues where errors were not reported on the client side, for instance, when specified command was not found on the container. To future generations: I am sorry. The code is complex, and there are many interdependencies among the concurrent goroutines. I added more complexity on top but I don't have a good idea of how to reduce complexity in the available time. Fixes: #8281 Signed-off-by: Valentin Rothberg --- test/system/075-exec.bats | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/system/075-exec.bats b/test/system/075-exec.bats index c028e16c9..badf44c49 100644 --- a/test/system/075-exec.bats +++ b/test/system/075-exec.bats @@ -6,8 +6,6 @@ load helpers @test "podman exec - basic test" { - skip_if_remote "FIXME: pending #7241" - rand_filename=$(random_string 20) rand_content=$(random_string 50) -- cgit v1.2.3-54-g00ecf