Failed once in a patch build. TestConnectionsSurvivePrimaryStepDown.test_get_more_iteration timed out after 28 minutes:
[2021/01/26 20:07:29.722] test_mongo_client (test_common.TestCommon) ... ok (0.126s) [2021/01/26 20:07:29.862] test_uuid_representation (test_common.TestCommon) ... /data/mci/8b274f1f9f3b30ecf9fbf547b78241b4/src/test/test_common.py:56: DeprecationWarning: The UUIDLegacy class has been deprecated and will be removed in PyMongo 4.0. Use the Binary.from_uuid() and Binary.to_uuid() with the appropriate UuidRepresentation to handle legacy-formatted UUIDs instead. [2021/01/26 20:07:29.862] self.assertEqual(uu, coll.find_one({'uu': UUIDLegacy(uu)})['uu']) [2021/01/26 20:07:29.862] /data/mci/8b274f1f9f3b30ecf9fbf547b78241b4/src/test/test_common.py:107: DeprecationWarning: The UUIDLegacy class has been deprecated and will be removed in PyMongo 4.0. Use the Binary.from_uuid() and Binary.to_uuid() with the appropriate UuidRepresentation to handle legacy-formatted UUIDs instead. [2021/01/26 20:07:29.862] query={'_id': UUIDLegacy(uu)})['value']['i']) [2021/01/26 20:07:29.866] ok (0.148s) [2021/01/26 20:07:29.866] test_write_concern (test_common.TestCommon) ... /data/mci/8b274f1f9f3b30ecf9fbf547b78241b4/src/pymongo/mongo_client.py:667: DeprecationWarning: Option 'wtimeout' is deprecated, use 'wTimeoutMS' instead. [2021/01/26 20:07:29.866] keyword_opts = _handle_option_deprecations(keyword_opts) [2021/01/26 20:07:29.903] ok (0.004s) [2021/01/26 20:35:41.682] Command stopped early: context canceled [2021/01/26 20:35:41.712] Running task-timeout commands. [2021/01/26 20:35:41.712] test_get_more_iteration (test_connections_survive_primary_stepdown_spec.TestConnectionsSurvivePrimaryStepDown) ... [2021/01/26 20:35:41.712] Running command 'shell.exec' (step 1 of 1)
- related to
-
PYTHON-2872 Test failure - TestConnectionsSurvivePrimaryStepDown.test_get_more_iteration
- Backlog