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
This is because the Spring context is reloaded. During app restart the gRPC server sometimes doesn't have time to shutdown so the port is still busy.
Possible solutions:
don't start the gRPC server during tests (grpc.enabled=false)
ensure that the gRPC server is closed before exiting from Spring (cleaner IMO)
The text was updated successfully, but these errors were encountered:
cbornet
changed the title
Cucumber tests are failing
Cucumber tests are sometimes failing
Dec 18, 2019
This is because the Spring context is reloaded. During app restart the gRPC server sometimes doesn't have time to shutdown so the port is still busy.
Possible solutions:
The text was updated successfully, but these errors were encountered: