Steven Silvester
|
4b4d74971c
|
PYTHON-5500 Account for extra flakiness in test_dns_failures_logging (#2533)
|
2025-09-17 06:38:24 -05:00 |
|
Steven Silvester
|
de332c553c
|
PYTHON-5500 Mark test_dns_failures_logging as flaky (#2480)
|
2025-08-18 12:05:26 -05:00 |
|
Noah Stapp
|
d88596cef1
|
PYTHON-5218 - Add logging statement when SRV polling fails (#2463)
Co-authored-by: Jib <Jibzade@gmail.com>
|
2025-08-07 13:32:11 -04:00 |
|
Steven Silvester
|
f29c7b1f15
|
PYTHON-5315 Mark test_recover_from_initially_erroring_seedlist as flaky (#2424)
|
2025-07-10 06:32:43 -05:00 |
|
Steven Silvester
|
0b2900d162
|
PYTHON-5413 Handle flaky tests (#2395)
|
2025-07-01 15:42:58 -05:00 |
|
Noah Stapp
|
6a672d4dd3
|
PYTHON-5382 - Add a test with min dependencies (#2410)
|
2025-06-27 14:41:53 -04:00 |
|
Steven Silvester
|
5914ea0ff4
|
PYTHON-5342 Fix test_dns_failures test (#2336)
|
2025-05-08 13:10:11 -05:00 |
|
Noah Stapp
|
e7db0e34aa
|
PYTHON-5342 - Skip async test_srv_polling tests on Windows (#2320)
|
2025-04-29 08:42:22 -04:00 |
|
Iris
|
eea8a37257
|
PYTHON-3636 AsyncMongoClient should perform SRV resolution lazily (#2191)
Co-authored-by: Noah Stapp <noah@noahstapp.com>
Co-authored-by: Shane Harvey <shane.harvey@mongodb.com>
|
2025-03-25 13:45:06 -07:00 |
|
Noah Stapp
|
34ca759f85
|
PYTHON-5113 - Refactor test utils for async (#2149)
|
2025-03-12 12:59:56 -04:00 |
|
Noah Stapp
|
665eb9a4b8
|
PYTHON-5105 - Convert test.test_srv_polling to async (#2124)
|
2025-02-03 14:37:37 -05:00 |
|
Noah Stapp
|
739510214b
|
PYTHON-4731 - Explicitly close all MongoClients opened during tests (#1855)
|
2024-09-17 09:22:17 -04:00 |
|
Noah Stapp
|
ffa6555485
|
PYTHON-4476 Separate data and IO classes more effectively (#1678)
|
2024-06-26 10:12:39 -07:00 |
|
Noah Stapp
|
d6bf0e1e78
|
PYTHON-4264 Async PyMongo Beta (#1629)
|
2024-06-06 09:01:24 -07:00 |
|
Steven Silvester
|
49987e6a8a
|
PYTHON-4441 Use deferred imports instead of lazy module loading (#1648)
|
2024-05-30 16:40:23 -05:00 |
|
Steven Silvester
|
4ea8fcbb3b
|
PYTHON-4407 Eagerly import dnspython (#1622)
|
2024-04-26 09:15:02 -05:00 |
|
Steven Silvester
|
60f1a43efa
|
PYTHON-4353 Make dns import optional but required for tests (#1588)
|
2024-04-15 18:45:22 -05:00 |
|
Noah Stapp
|
2da8af01a6
|
PYTHON-3416 Mongos SRV Poller should wait 60 seconds to poll (#1571)
|
2024-04-05 11:21:18 -07:00 |
|
Steven Silvester
|
7936708d97
|
PYTHON-4014 Apply QA Suggestions from Scientific Python Library Development Guide (#1414)
|
2023-11-01 19:37:22 -05:00 |
|
Steven Silvester
|
992d1507e7
|
PYTHON-4005 Replace flake8 and isort with ruff (#1399)
|
2023-10-19 11:56:22 -05:00 |
|
Shane Harvey
|
0092b0af79
|
PYTHON-2504 Run pyupgrade 3.4.0 and ruff 0.0.265 (#1196)
pyupgrade --py37-plus bson/*.py pymongo/*.py gridfs/*.py test/*.py tools/*.py test/*/*.py
ruff --fix-only --select ALL --fixable ALL --target-version py37 --line-length=100 --unfixable COM812,D400,D415,ERA001,RUF100,SIM108,D211,D212,SIM105,SIM,PT,ANN204,EM bson/*.py pymongo/*.py gridfs/*.py test/*.py test/*/*.py
|
2023-05-11 15:27:17 -07:00 |
|
Steven Silvester
|
24a343b830
|
PYTHON-3468 Test failures in test_srv_polling.TestSrvPolling (#1073)
|
2022-10-11 14:14:59 -05:00 |
|
Steven Silvester
|
a0fe7c03af
|
PYTHON-3120 Set up flake8 linting (#868)
|
2022-02-17 06:44:08 -06:00 |
|
Steven Silvester
|
5578999a90
|
PYTHON-1834 Use a code formatter (#852)
|
2022-02-09 06:44:28 -06:00 |
|
Steven Silvester
|
f4cef37328
|
PYTHON-3064 Add typings to test package (#844)
|
2022-02-07 19:33:41 -06:00 |
|
Julius Park
|
ca46cb20bd
|
PYTHON-2948 Add prose test for SRV polling with a custom service name (#764)
|
2021-10-26 17:49:22 -07:00 |
|
Julius Park
|
bfa5aafb34
|
PYTHON-2832 Provide options to limit number of mongos servers used in connecting to sharded clusters (#754)
|
2021-10-26 14:47:51 -07:00 |
|
Bernie Hackett
|
849a415356
|
PYTHON-2002 Re-enable dns/srv tests
|
2019-11-18 17:41:42 -08:00 |
|
Shane Harvey
|
13d559b6d4
|
PYTHON-2002 Skip failing dnspython SRV polling tests on Python 2
|
2019-11-05 16:24:08 -08:00 |
|
Prashant Mital
|
62400e548d
|
PYTHON-1902 DNS resolution should honor connectTimeoutMS
|
2019-08-09 17:04:02 -07:00 |
|
Prashant Mital
|
960509e0ff
|
PYTHON-1872 Follow-on SrvMonitor testing work
|
2019-06-21 11:21:41 -04:00 |
|
Prashant Mital
|
b834e312a3
|
PYTHON-1872 Fix SrvMonitor related test failures
|
2019-06-14 16:34:06 -07:00 |
|
Prashant Mital
|
f85a9f9450
|
PYTHON-1675 SRV polling for mongos discovery
|
2019-06-10 12:51:49 -07:00 |
|