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
Circle CI is skipping the second mongo test, likely because it is having trouble shutting down the first mongo server before forking the second. The command in issue is likely subprocess(["mongo", "admin", "--eval", "db.shutdownServer()"])
Working on windows because windows has no need to fork a server.
The text was updated successfully, but these errors were encountered:
Circle CI is skipping the second mongo test, likely because it is having trouble shutting down the first mongo server before forking the second. The command in issue is likely subprocess(["mongo", "admin", "--eval", "db.shutdownServer()"])
Working on windows because windows has no need to fork a server.
The text was updated successfully, but these errors were encountered: