-
Notifications
You must be signed in to change notification settings - Fork 809
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove private static cache from MongoDbHealthCheck (#2334)
* remove the static IMongoClient cache, force the users to follow the best practices (singleton), fixes #2148 * make the field lazy, so it's initialized the first time it's needed (and it's required only when db name was provided) * When running the tests locally during development, don't re-attempt as it prolongs the time it takes to run the tests. * add README * fix a link in Azure doc
- Loading branch information
1 parent
24626cd
commit b21485e
Showing
7 changed files
with
166 additions
and
290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.