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
Tests using Embedded Mongo fail intermittently with "Caused by: java.io.IOException: Could not start process: ". It's not clear if this is a Mongo problem or an Embedded Mongo problem. Others have seen the problem as well but there doesn't appear to be a solution. Where we don't need to be using Embedded Mongo, we should consider switching to Testcontainers where there's built-in support for retrying when the service in the container doesn't start up correctly.
The text was updated successfully, but these errors were encountered:
Tests using Embedded Mongo fail intermittently with "Caused by: java.io.IOException: Could not start process: ". It's not clear if this is a Mongo problem or an Embedded Mongo problem. Others have seen the problem as well but there doesn't appear to be a solution. Where we don't need to be using Embedded Mongo, we should consider switching to Testcontainers where there's built-in support for retrying when the service in the container doesn't start up correctly.
The text was updated successfully, but these errors were encountered: