Noah Stapp
|
8496d58faa
|
PYTHON-4993 - Reevaluate handling of asyncio.CancelledError (#2132)
|
2025-02-12 06:59:32 -05:00 |
|
Iris
|
42d7ec2749
|
PYTHON-5082 Convert test.test_gridfs_bucket to async (#2143)
|
2025-02-11 14:07:47 -08:00 |
|
Iris
|
0e6aa6fa15
|
PYTHON-5073 Convert test.test_connection_monitoring to async (#2087)
|
2025-02-11 14:01:39 -08:00 |
|
Iris
|
61c3ddda82
|
PYTHON-5100 Convert test.test_server_selection to async (#2120)
|
2025-02-11 10:58:49 -08:00 |
|
Iris
|
1f7f8a9e0f
|
PYTHON-5081 Convert test.test_gridfs to async (#2099)
|
2025-02-11 10:27:43 -08:00 |
|
Noah Stapp
|
8b6be4ab71
|
PYTHON-4983 - Restore no C extension coverage variants (#2142)
|
2025-02-11 13:13:14 -05:00 |
|
Iris
|
13fa361421
|
PYTHON-5101 Convert test.test_server_selection_in_window to async (#2119)
Co-authored-by: Noah Stapp <noah@noahstapp.com>
|
2025-02-11 10:11:41 -08:00 |
|
Noah Stapp
|
1a7239c5ac
|
PYTHON-4745 - Update Async Cancellation documentation (#2141)
|
2025-02-11 11:45:23 -05:00 |
|
Noah Stapp
|
b94dd8e12b
|
PYTHON-4745 - Test behavior of async task cancellation (#2136)
|
2025-02-10 16:50:40 -05:00 |
|
Casey Clements
|
7a7ffa615d
|
PYTHON-5111 Update datetime_conversion in docstrings of MongoClients (#2135)
|
2025-02-10 15:00:30 -05:00 |
|
Noah Stapp
|
c6ffa1e951
|
PYTHON-5129 - Fix async transaction docstrings (#2138)
|
2025-02-10 13:29:11 -05:00 |
|
Noah Stapp
|
b9228684a4
|
PYTHON-5116 - Add MongoDB 4.2 back to our tested versions (#2140)
|
2025-02-10 11:02:44 -05:00 |
|
Noah Stapp
|
0fe1691b74
|
PYTHON-5118 - Improve contributing documentation of synchro (#2139)
|
2025-02-10 10:05:56 -05:00 |
|
Steven Silvester
|
a641337b5c
|
PYTHON-5047 Do not run nightly release check on forks (#2134)
|
2025-02-06 13:59:26 -06:00 |
|
Steven Silvester
|
041edbecba
|
PYTHON-5058 Restore alternate architecture builds (#2133)
|
2025-02-06 13:31:55 -06:00 |
|
Iris
|
a1a21099ed
|
PYTHON-5089 Convert test.test_mongos_load_balancing to async (#2107)
Co-authored-by: Noah Stapp <noah.stapp@mongodb.com>
|
2025-02-06 10:29:16 -08:00 |
|
Iris
|
25c9b90842
|
PYTHON-5099 Convert test.test_sdam_monitoring_spec to async (#2117)
|
2025-02-06 10:24:37 -08:00 |
|
Noah Stapp
|
3dd44e6e5f
|
PYTHON-5087 - Convert test.test_load_balancer to async (#2103)
|
2025-02-06 10:07:24 -05:00 |
|
Noah Stapp
|
1b818470fc
|
PYTHON-5053 - AsyncMongoClient.close() should await all background tasks (#2127)
|
2025-02-05 15:05:41 -05:00 |
|
Noah Stapp
|
f344eb7965
|
PYTHON-5109 - Convert test.test_versioned_api to async (#2129)
|
2025-02-05 12:14:12 -05:00 |
|
Noah Stapp
|
ac8fa2d645
|
PYTHON-5094 - Convert test.test_read_preferences to async (#2110)
|
2025-02-05 12:13:56 -05:00 |
|
Noah Stapp
|
7108c2199d
|
PYTHON-5108 - Convert test.test_transactions_unified to async (#2128)
|
2025-02-05 12:11:03 -05:00 |
|
Noah Stapp
|
02d6cc9cfd
|
PYTHON-5107 - Convert test.test_streaming_protocol to async (#2126)
|
2025-02-05 12:10:44 -05:00 |
|
Noah Stapp
|
7a4150ac17
|
PYTHON-5080 - Convert test.test_examples to async (#2097)
|
2025-02-05 08:48:54 -05:00 |
|
Iris
|
8ae9a0432a
|
PYTHON-5102 Convert test.test_server_selection_logging to async (#2121)
Co-authored-by: Noah Stapp <noah@noahstapp.com>
|
2025-02-04 10:31:11 -08:00 |
|
Iris
|
2c492155a6
|
PYTHON-5103 Convert test.test_server_selection_rtt to async (#2122)
Co-authored-by: Noah Stapp <noah@noahstapp.com>
|
2025-02-04 10:30:35 -08:00 |
|
Iris
|
097a853805
|
PYTHON 5104 - Convert test.test_sessions_unified to async (#2123)
Co-authored-by: Noah Stapp <noah@noahstapp.com>
|
2025-02-04 09:52:26 -08:00 |
|
Noah Stapp
|
554e1fddb8
|
PYTHON-5106 - Convert test.test_ssl to async (#2125)
|
2025-02-04 09:43:35 -05:00 |
|
Noah Stapp
|
68237f78ec
|
PYTHON-5098 - Convert test.test_run_command to async (#2114)
|
2025-02-04 09:42:21 -05:00 |
|
Noah Stapp
|
b47143cd10
|
PYTHON-4864 - Create async version of SpecRunnerThread (#2094)
|
2025-02-04 07:42:13 -05:00 |
|
Noah Stapp
|
1fda6a2310
|
PYTHON-5110 - Convert test.test_unified_format to async (#2130)
|
2025-02-03 15:48:04 -05:00 |
|
Noah Stapp
|
665eb9a4b8
|
PYTHON-5105 - Convert test.test_srv_polling to async (#2124)
|
2025-02-03 14:37:37 -05:00 |
|
Noah Stapp
|
702c86c02c
|
PYTHON-5095 - Convert test_read_write_concern_spec to async (#2111)
|
2025-02-03 08:52:54 -05:00 |
|
Noah Stapp
|
6b141d1f5b
|
PYTHON-5096 - Convert test.test_retryable_reads_unified to async (#2112)
|
2025-01-31 15:51:00 -05:00 |
|
Noah Stapp
|
acc437af57
|
PYTHON-5097 - Convert test.test_retryable_writes_unified to async (#2113)
|
2025-01-31 15:50:46 -05:00 |
|
Jib
|
3b5788906d
|
Update ReadTheDocs to include django-mongodb-backend (#2084)
|
2025-01-31 15:16:17 -05:00 |
|
Iris
|
3e783f5489
|
PYTHON-5088 Convert test.test_max_staleness to async (#2105)
|
2025-01-31 12:13:21 -08:00 |
|
The Light
|
44d1d40d65
|
PYTHON-5115 Type validation errors should include the invalid type name (#2085)
Co-authored-by: Iris Ho <iris.ho@mongodb.com>
|
2025-01-31 12:01:58 -08:00 |
|
Iris
|
c42f3d6421
|
PYTHON-5079 Convert test.test_dns to async (#2096)
|
2025-01-31 08:43:35 -08:00 |
|
Noah Stapp
|
8f6249e2f9
|
PYTHON-5091 - Convert test.test_on_demand_csfle to async (#2108)
|
2025-01-31 11:40:05 -05:00 |
|
Noah Stapp
|
19fdf7cceb
|
PYTHON-5093 - Convert test.test_read_concern to async (#2109)
|
2025-01-31 11:39:48 -05:00 |
|
Noah Stapp
|
c8d3afdefd
|
PYTHON-5086 - Convert test.json_util integration test to async (#2102)
|
2025-01-30 16:30:04 -05:00 |
|
Noah Stapp
|
0a1471d8f9
|
PYTHON-5084 - Convert test.test_heartbeat_monitoring to async (#2100)
|
2025-01-30 16:29:52 -05:00 |
|
Noah Stapp
|
2909e1fc8a
|
PYTHON-5085 - Convert test.test_index_management to async (#2101)
|
2025-01-30 16:15:18 -05:00 |
|
Iris
|
94b9a54c8e
|
PYTHON-5083 Convert test.test_gridfs_spec to async (#2104)
|
2025-01-30 13:10:01 -08:00 |
|
Shane Harvey
|
01f659cd8b
|
PYTHON-5071 Use one event loop for all asyncio tests (#2086)
|
2025-01-30 12:34:59 -08:00 |
|
Steven Silvester
|
34ae214e33
|
PYTHON-5047 Fix dry run logic in releases yet again (#2098)
|
2025-01-29 17:46:36 -06:00 |
|
Noah Stapp
|
1784e2c4b9
|
PYTHON-5112 - Fix just install (#2095)
|
2025-01-29 15:35:00 -05:00 |
|
Steven Silvester
|
b4e32a1d83
|
PYTHON-5047 Fix dry run logic in releases again (#2092)
|
2025-01-29 13:27:07 -06:00 |
|
Noah Stapp
|
cbc3af704f
|
PYTHON-5076 - Convert test.test_custom_types to async (#2090)
|
2025-01-29 14:06:09 -05:00 |
|