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
I have the following set up. 4 shards, 3 config servers, and 1 router server. NoRM does not function correctly in this situation which is a real world like set up. In my testing the NoRM driver connects through the "mongos" process instead of connecting to the "mongod" process. If I run the unit test against a single "mongod" database everything works great. If i run the unit test against the production set up, tons of tests fail. While the library is awesome, it really came as a surprise that it seems that it has never been tested in a production like set up. I really hope this is something that is fixed soon.
The text was updated successfully, but these errors were encountered:
I have the following set up. 4 shards, 3 config servers, and 1 router server. NoRM does not function correctly in this situation which is a real world like set up. In my testing the NoRM driver connects through the "mongos" process instead of connecting to the "mongod" process. If I run the unit test against a single "mongod" database everything works great. If i run the unit test against the production set up, tons of tests fail. While the library is awesome, it really came as a surprise that it seems that it has never been tested in a production like set up. I really hope this is something that is fixed soon.
The text was updated successfully, but these errors were encountered: