spiegel_podman/pkg/bindings/test
Tushar Verma 272f6e1321 bindings: wait for the exec session to finish
ExecStart returning only means the session was started, so inspecting it
straight after can still catch it running. It passed serially because
echo is quick, but it failed the first time the suite ran under -p:

  [FAILED] session should not be running
  Expected
      <bool>: true
  to be false

Wait for Running to go false before checking the exit code.

Signed-off-by: Tushar Verma <tusharmyself06@gmail.com>
2026-08-26 22:03:04 +05:30
..
fixture Add guard for BuildOptions.CommonBuildOpts 2021-09-30 14:30:06 -07:00
api_response_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
attach_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
auth_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
common_test.go Replace os.Is* error checks with errors.Is 2026-05-21 13:09:42 -07:00
connection_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
containers_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
create_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
exec_test.go bindings: wait for the exec session to finish 2026-08-26 22:03:04 +05:30
generator_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
images_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
info_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
manifests_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
networks_test.go bindings: mark the network tests serial 2026-08-26 22:03:04 +05:30
pods_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
resource_test.go Replace os.Is* error checks with errors.Is 2026-05-21 13:09:42 -07:00
secrets_test.go RUN-4539: Change podman module paths 2026-04-22 14:02:25 -05:00
system_test.go bindings: mark the network tests serial 2026-08-26 22:03:04 +05:30
test_suite_test.go update to ginkgo v2 2023-05-02 11:27:35 +02:00
types_test.go pkg/bindings: keep auth fields out of the query string 2026-08-24 23:43:27 +05:30
volumes_test.go libpod: add volume rename support 2026-06-11 21:56:15 +01:00