sergeyksv / tingodb

Embedded Node.js database upward compatible with MongoDB
www.tingodb.com
1.16k stars 105 forks source link

Documentation and node.js warning fixes #166

Closed apowers313 closed 6 years ago

apowers313 commented 6 years ago

Fixes #162 and #163

apowers313 commented 6 years ago

Note that the build failed because the first attempt to connect to mongodb failed. The subsequent attempts worked fine... maybe it's just a matter of restarting the build?

sergeyksv commented 6 years ago

@apowers313 That was failed connect to "big" mongodb, probably need to add some timeout to ensure that it has enough time to start before running tests. If you curious why we need "big" mongodb, we want to ensure that same tests run exactly the same. Thank you for your contribution.