Commit Graph

5823 Commits

Author SHA1 Message Date
Steven Silvester
ff55b8178a
Merge branch 'master' of github.com:mongodb/mongo-python-driver 2024-08-15 08:00:42 -05:00
Steven Silvester
adf8817df8
PYTHON-4584 Add length option to Cursor.to_list for motor compat (#1791) 2024-08-14 13:13:56 -05:00
Shane Harvey
f2f75fc1c8
PYTHON-4659 Fix async with TLS (#1793) 2024-08-13 18:32:48 -07:00
Steven Silvester
f69d330b25
PYTHON-4654 Clean up Async API to match Motor (#1789) 2024-08-13 19:17:45 -05:00
Steven Silvester
3c7100c67f
Merge branch 'master' of github.com:mongodb/mongo-python-driver 2024-08-13 08:10:23 -05:00
Shruti Sridhar
47b2257028
PYTHON-4641 Fix failure in async version of client bulk CSOT test (#1790) 2024-08-12 17:59:44 -07:00
Steven Silvester
248448a6a2
Merge branch 'master' of github.com:mongodb/mongo-python-driver 2024-08-12 17:23:59 -05:00
Noah Stapp
a232b657d0
PYTHON-4613 Skip async tests when testing eventlet/gevent (#1780) 2024-08-12 10:23:43 -07:00
Shruti Sridhar
2afbd4b279
PYTHON-4650 Fix MongoClient.bulk_write test failure when compression is enabled (#1786) 2024-08-12 10:21:09 -07:00
Shane Harvey
30b32d00c4
PYTHON-4649 Skip CSOT tests on slow Windows and macOS hosts (#1784) 2024-08-12 10:10:19 -07:00
Steven Silvester
4d845eabc2
Merge branch 'master' of github.com:mongodb/mongo-python-driver 2024-08-11 20:36:29 -05:00
Shane Harvey
cd9de28c8f
PYTHON-4652 Remove duplicate async tests in Github Actions (#1785) 2024-08-09 23:19:46 -07:00
Shane Harvey
4742737876
PYTHON-4643 Fix test_to_list_tailable (#1783) 2024-08-09 23:19:15 -07:00
Steven Silvester
940d2c85fb
PYTHON-4616 Remove EVG release scripts (#1776) 2024-08-09 16:28:10 -05:00
Steven Silvester
d91393bc83
PYTHON-4644 Use a random name for hatchenv (#1782) 2024-08-09 16:27:38 -05:00
Shane Harvey
8939ea359c
PYTHON-4640 Improve performance of creating ObjectIds with multiple threads (#1781) 2024-08-08 19:34:39 -07:00
Steven Silvester
891856a6a5
Merge branch 'master' of github.com:mongodb/mongo-python-driver 2024-08-08 19:58:17 -05:00
Steven Silvester
b14420a9df
PYTHON-4614 Do not test PyPy with OpenSSL 1.0.2 (#1777) 2024-08-08 15:40:18 -05:00
Steven Silvester
6934611879
PYTHON-4637 Fix azure kms task variant (#1779) 2024-08-08 13:43:51 -05:00
Shane Harvey
0a578b4452
PYTHON-4396 Unskip failCommand+appName tests on MongoDB 4.4.7+ (#1735) 2024-08-08 11:26:25 -07:00
Steven Silvester
f17f5e286e
PYTHON-4379 Test that durations are included on relevant pool events (#1765) 2024-08-08 13:18:28 -05:00
Noah Stapp
682f15b21e
PYTHON-4618 - Fix TypeError: Socket cannot be of type SSLSocket (#1772) 2024-08-08 08:21:59 -07:00
Steven Silvester
af61bbd647
Merge branch 'master' of github.com:mongodb/mongo-python-driver 2024-08-07 19:46:05 -05:00
Shane Harvey
13cf110f01
PYTHON-4633 Speed up TestCollectionChangeStream.test_uuid_representations (#1775) 2024-08-07 16:17:48 -07:00
Shane Harvey
dcaa42bfa4
PYTHON-4632 Fix test_connection_timeout_message (#1774) 2024-08-07 11:31:23 -07:00
Steven Silvester
000e50c076
PYTHON-4266 Migrate Atlas Data Lake tests to unified test format (#1760) 2024-08-07 12:14:40 -05:00
Steven Silvester
d4e5ee10fc
PYTHON-4601 Address Azure KMS and GCP KMS setup failures (#1766) 2024-08-07 08:04:01 -05:00
Shane Harvey
da59318327
PYTHON-4610 More robust to_list tests (#1773) 2024-08-06 16:29:24 -07:00
Shruti Sridhar
d08fec6342
PYTHON-4550 Add MongoClient.bulk_write API (#1745) 2024-08-06 11:10:01 -07:00
Shane Harvey
da2465f2c7
PYTHON-4611 Prefer non deprecated cryptography apis (#1770) 2024-08-06 10:50:52 -07:00
Shane Harvey
a5d519775d
PYTHON-4605 Test serverMonitoringMode=poll waits after a successful heartbeat (#1767) 2024-08-05 12:26:06 -07:00
Shane Harvey
9c7adf89ef
PYTHON-4609 Speed up unified tests (#1768) 2024-08-02 16:32:11 -07:00
Shane Harvey
d28ceb2058
PYTHON-4021 Fix previous topologyDescription published when closing a client (#1769) 2024-08-02 16:31:59 -07:00
morotti
3d936d5c7d
PYTHON-4600 Handle round trip time being negative when time.monotonic() is not monotonic (#1758)
Co-authored-by: rmorotti <romain.morotti@man.com>
2024-08-02 13:25:32 -07:00
Noah Stapp
f7da1172cb
PYTHON-4592 - Synchronize inline examples and docstrings (#1756) 2024-08-02 12:02:28 -07:00
Noah Stapp
294f10b724
PYTHON-4021 - Publish TopologyDescriptionChangedEvent on topology close (#1762) 2024-08-02 09:42:49 -07:00
Steven Silvester
5699f8029d
PYTHON-4267 Convert read/write concern spec tests to unified test format (#1763) 2024-08-01 20:01:00 -05:00
Noah Stapp
8143f056b5
PYTHON-4571 - Add async examples to PyMongo's tutorial (#1744) 2024-08-01 13:10:47 -05:00
Steven Silvester
ecab109315
PYTHON-4478 Use single mongos in racy unacknowledged write tests (#1764) 2024-08-01 12:54:06 -05:00
Steven Silvester
0ca854e4b5
Merge branch 'master' of github.com:mongodb/mongo-python-driver 2024-07-31 19:27:18 -05:00
Steven Silvester
a6c5c90ad7
PYTHON-4240 & PYTHON-4570 Update test definition in Client-Side encryption tests (#1761) 2024-07-31 17:43:00 -05:00
Steven Silvester
3235d392c1
PYTHON-4242 Convert retryable writes spec tests to unified test format (#1752) 2024-07-31 16:36:49 -05:00
Noah Stapp
17a8154f66
PYTHON-4594 - Add to_list documentation (#1757) 2024-07-31 13:18:04 -07:00
Steven Silvester
6020ae474d
PYTHON-4249 Convert retryable reads spec tests to unified test format (#1754) 2024-07-31 14:15:57 -05:00
Steven Silvester
a72820f661
Merge branch 'master' of github.com:mongodb/mongo-python-driver 2024-07-31 12:28:01 -05:00
Shane Harvey
bf12e975e3
PYTHON-4588 Don't include invalid port in URI parsing error message (#1753) 2024-07-31 09:41:43 -07:00
Noah Stapp
a3cd7045df
PYTHON-4549 - Optimize Cursor.to_list (#1749) 2024-07-30 15:45:30 -07:00
Noah Stapp
d79eee51ba
PYTHON-4521 Example transition of an existing test to an async one (#1702) 2024-07-30 15:09:45 -07:00
Noah Stapp
a5c0db66a1
PYTHON-4589 - Add async API docs (#1755) 2024-07-30 13:18:40 -07:00
Steven Silvester
0a40d12736
Merge branch 'master' of github.com:mongodb/mongo-python-driver 2024-07-30 10:26:11 -05:00