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
Noticed that CI tests somehow get stuck, one of the runs was stuck in TestBookKeeperFactory in Waiting for MockBookKeeperServer to come up when the MockBookKeeperServer had failed to come up due to java.net.BindException: Address already in use (Bind failed).
We need to do two things:
Tests which wait for server to come up should handle failure in server start instead of endless wait
As a failsafe, all tests should run with a timeout
The text was updated successfully, but these errors were encountered:
Noticed that CI tests somehow get stuck, one of the runs was stuck in
TestBookKeeperFactory
inWaiting for MockBookKeeperServer to come up
when theMockBookKeeperServer
had failed to come up due tojava.net.BindException: Address already in use (Bind failed)
.We need to do two things:
The text was updated successfully, but these errors were encountered: