-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PYTHON-694 Test mod_wsgi sub interpreters #1327
Conversation
Use unique collection name for each mod_wsgi interpreter.
This reverts commit 5b06ee3.
Somewhat confusingly, these tests pass even with DatetimeMS which should be expected to fail due to the bug described in https://jira.mongodb.org/browse/PYTHON-3847. I'm a bit perplexed here but we can merge this work regardless. Perhaps Python or mod_wsgi was changed to make Python classes work between sub interpreters? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!
https://jira.mongodb.org/browse/PYTHON-694
Tasks:
assert isinstance(doc["regex"], Regex)
.References: