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: use port polling to wait for server to start
Previously tests did not wait for the server to start listening on the port.
This could lead to race conditions and flaky tests. This commit adds a
port polling loop that waits for the server to start listening on the
port before running the tests.
Signed-off-by: Julien Pivotto <[email protected]>
0 commit comments