Jean-Christophe Fillion-Robin
|
d340710e3d
|
PYTHON-3703 Fix typos and add codespell pre-commit hook (#1203)
Update pre-commit config adding "codespell" hook
|
2023-05-03 14:47:24 -07:00 |
|
Shane Harvey
|
acc6605ea1
|
PYTHON-3522 Increase test timeout for Windows (#1181)
Temporarily skip CSOT GridFS tests on Windows.
|
2023-04-05 11:24:27 -07:00 |
|
Shane Harvey
|
32faa261b6
|
PYTHON-3616 Use minimum RTT for CSOT maxTimeMS calculation (#1163)
Require at least 2 RTT samples, otherwise use 0 as RTT. Only keep last 10 samples.
|
2023-02-23 11:09:11 -08:00 |
|
Shane Harvey
|
3d3ffaf6f3
|
PYTHON-3410 Resync CSOT spec tests to be less flaky (#1087)
|
2022-10-20 13:06:34 -07:00 |
|
Shane Harvey
|
5b85ad2bcf
|
PYTHON-3391 Skip unsupported CSOT tests on serverless (#1030)
|
2022-08-03 13:30:41 -07:00 |
|
Shane Harvey
|
6172c00dbe
|
PYTHON-3362 Fix CSOT gridfs test (#1015)
|
2022-07-19 19:08:54 -07:00 |
|
Shane Harvey
|
935f926bd9
|
PYTHON-3362 Ignore wtimeout when timeoutMS or timeout() is configured (#1013)
Apply client timeoutMS to gridfs operations.
|
2022-07-19 17:46:09 -07:00 |
|
Shane Harvey
|
5c38676d53
|
PYTHON-3359 Remove Database and Collection timeout override (#1009)
Remove MongoClient.timeout in favor of client.options.timeout.
|
2022-07-18 19:54:45 -05:00 |
|
Shane Harvey
|
890cd26e1a
|
PYTHON-3288 Implement client side operation timeout (#954)
Add timeoutMS URI option and MongoClient keyword argument.
Add provisional/beta pymongo.timeout() api to set a deadline for a block of operations.
|
2022-06-06 15:36:52 -04:00 |
|