-
Type: Improvement
-
Resolution: Done
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
Follow on work for PYTHON-2484. Add stress test for MongoClient fork safety. Something like:
- Start 10 threads
- Each thread creates and uses 5 clients
- Randomly fork() during the above and assert that the child process can us all of the clients.
- causes
-
PYTHON-3403 Test Failure - test_many_threaded failing on Gevent and Eventlet
- Closed
- related to
-
PYTHON-3401 Forked threads do not resume when on pypy 3.7+
- Backlog
-
PYTHON-2484 Locks in PyMongo should be sanitized on fork
- Closed