summaryrefslogtreecommitdiff
path: root/commands-demo.md
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2021-10-13 12:59:01 +0000
committerMatthew Heon <matthew.heon@pm.me>2021-10-19 15:56:35 -0400
commit5aa89c88f9da4d0076196990a3b9b627fe7c2d60 (patch)
treeff236b763e8a242ac609134c182c59f28234c37d /commands-demo.md
parentd39e4128342635a9385b29f3be64c69a4ce0ea32 (diff)
downloadpodman-5aa89c88f9da4d0076196990a3b9b627fe7c2d60.tar.gz
podman-5aa89c88f9da4d0076196990a3b9b627fe7c2d60.tar.bz2
podman-5aa89c88f9da4d0076196990a3b9b627fe7c2d60.zip
Checkpoint/Restore test fixes
Moving to Fedora 35 showed test failures (time outs) in the test "podman checkpoint and restore container with different port mappings" The test starts a container and maps the internal port 6379 to the local port 1234 ('-p 1234:6379') and then tries to connect to localhost:1234 On Fedora 35 this failed and blocked the test because the container was not yet ready. The test was trying to connect to localhost:1234 but nothing was running there. So the error was not checkpointing related. Before trying to connect to the container the test is now waiting for the container to be ready. Another problem with this test and running ginkgo in parallel was that it was possible that the port was already in use. Now for each run a random port is selected to decrease the chance of collisions. Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to 'commands-demo.md')
0 files changed, 0 insertions, 0 deletions