Details
-
Bug
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
None
-
OSX 10.8.5 Client
Windows Server 2012 MongoDB Host
-
Empty show more show less
Description
- Creating a new database causes unrecoverable fault in nodejs and Robomongo.
MONGO_DB_MODULE.MongoClient.connect(connectionUrl, null, function (error?:Error, connection?:MONGO_DB_MODULE.Db):void
{ (<Internal> SHOULD_MODULE).not.exists(error); (<Internal> SHOULD_MODULE).exists(connection); done(); }.bind(this));
I have seen this both in node code written using the Node.JS MongoDB driver (the code was previously working) and in MongoDB.
I repeated the test with a local instance of MongoDB (hosted in OSX) and repeated the error.
I repeated the test using RoboMongo installed on a windows machine and was not able to reproduce the problem.