NStore icon indicating copy to clipboard operation
NStore copied to clipboard

Unable to test mongodb on remote server

Open alkampfergit opened this issue 6 years ago • 3 comments

If NSTORE_MONGODB is not on localhost like mongodb://192.168.2.2/NStore, even if the machine is perfectly able to connect to the instance, tests are failing.

image

alkampfergit avatar Oct 14 '17 08:10 alkampfergit

Due to concurrency in test, if you execute tests one by one they all succeeds, when you try to execute more tests, execution is in parallel and some of the test fails.

image

alkampfergit avatar Oct 14 '17 11:10 alkampfergit

Mongodb bug, PR waiting https://github.com/mongodb/mongo-csharp-driver/pull/297

andreabalducci avatar Nov 01 '17 21:11 andreabalducci

Still no answer from the pull requests....

alkampfergit avatar Dec 23 '17 11:12 alkampfergit