-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Instrument PyMongo AsyncMongoClient (#1254)
* Update pymongo instrumentation and add async client * Add tests for pymongo async * Update tests for sync pymongo client * Parametrize uninstrumented test * Linting * Add comment to explain instance info * Update mongodb in CI * Update mongodb in CI * Split mongodb CI into v3 and v8 * Fix pymongo v3 failures * Fix Python 3.7 issue in mongo tests * Guard attr access * Guard instance info * Disable flaskmaster testing --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
67c62da
commit 0867109
Showing
8 changed files
with
755 additions
and
236 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
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.