src/python/detectors/multiprocessing_garbage_collection_prevention/multiprocessing_garbage_collection_prevention.py [8:20]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    try:
        # Trigger a refresh.
        self.assertFalse(
            client._MongoReplicaSetClient__monitor.isAlive())

        client.disconnect()
        self.assertSoon(
            lambda: client._MongoReplicaSetClient__monitor.isAlive())

        client.db.collection.find_one()
    except Exception:
        traceback.print_exc()
        pipe.send(True)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/python/detectors/multiprocessing_garbage_collection_prevention/multiprocessing_garbage_collection_prevention.py [35:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    try:
        # Trigger a refresh.
        self.assertFalse(
            client._MongoReplicaSetClient__monitor.isAlive())

        client.disconnect()
        self.assertSoon(
            lambda: client._MongoReplicaSetClient__monitor.isAlive())

        client.db.collection.find_one()
    except Exception:
        traceback.print_exc()
        pipe.send(True)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



