You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test/system: Use a random port for the local temporary Docker registry
Hard coding the port to 50000 can cause intermittent failures when the
port happens to already be in use, and prevents running the test suite
more than once at the same time.
Let Podman pick a random available port and persist it to a file so test
processes in the same run can find it.
#1822
Signed-off-by: Rolv Apneseth <rolv.apneseth@gmail.com>
0 commit comments