Commit Graph

2889 Commits

Author SHA1 Message Date
Noah Stapp
da03da34c6
PYTHON-4406 Skip rangePreview tests on server version 8.0+ (#1636) 2024-05-10 10:00:13 -07:00
Steven Silvester
7b12dd482c
PYTHON-4256 OIDC Test Cleanup (#1632) 2024-05-08 19:31:19 -05:00
Steven Silvester
847bb36465
PYTHON-4414 Increase interruptInUseConnections timeout again to fix flaky test (#1634) 2024-05-07 12:09:25 -05:00
Steven Silvester
6584dd2389
PYTHON-4256 Clean up handling of TOKEN_RESOURCE (#1620) 2024-04-29 15:45:24 -05:00
Steven Silvester
4ea8fcbb3b
PYTHON-4407 Eagerly import dnspython (#1622) 2024-04-26 09:15:02 -05:00
Steven Silvester
b5e54aae23
PYTHON-4256 Ensure TOKEN_RESOURCE is url-encoded (#1616) 2024-04-24 10:21:18 -05:00
Casey Clements
e8900ad9f4
PYTHON-4227 Unified tests: Advance cluster_time of ClientSessions after initialData creation (#1603) 2024-04-24 06:27:06 -05:00
Steven Silvester
79fb19c1a6
PYTHON-4256 OIDC - Convert two unified tests to prose tests (#1612) 2024-04-22 15:12:28 -05:00
Shane Harvey
aa8322e1ce
PYTHON-2048 Add test case for better error behavior (#1606) 2024-04-17 15:50:15 -07:00
Shane Harvey
50eeb6788b
PYTHON-4348 Reinstate fork warning because network I/O and threads are not fork safe (#1597) 2024-04-16 16:22:39 -07:00
Shane Harvey
70bb43b30b
PYTHON-4334 Fix test_heartbeat_start_ordering, ensure TCPServer starts before client (#1599) 2024-04-16 16:18:10 -07:00
Steven Silvester
60f1a43efa
PYTHON-4353 Make dns import optional but required for tests (#1588) 2024-04-15 18:45:22 -05:00
Shane Harvey
9d2a1ce4ba
PYTHON-4362 Resync CMAP tests (#1586) 2024-04-12 17:56:08 -07:00
Noah Stapp
bc7181c3c0
PYTHON-4354 & PYTHON-4355 - Increase logging limit for tests cleanup (#1585) 2024-04-12 17:13:57 -07:00
Noah Stapp
29df4159ed
PYTHON-4354 & PYTHON-4355 - Increase logging limit for tests (#1584) 2024-04-12 16:15:54 -07:00
Shane Harvey
74595a1608
PYTHON-4361 Skip transactions tests on MMAPv1 (#1583) 2024-04-12 15:28:34 -07:00
Casey Clements
c8727e98eb
PYTHON-4303 Temporarily skip two transaction tests (#1577) 2024-04-12 10:20:33 -04:00
Steven Silvester
e40ff35168
PYTHON-4322 Fix racy unified tests of unacknowledged writes (#1578) 2024-04-10 20:19:51 -05:00
Shane Harvey
9d43606662
PYTHON-4325 Add multi-threaded benchmarks for Find and RunCommand (#1576) 2024-04-10 17:34:16 -07:00
Shane Harvey
4e5813c07b
PYTHON-4299 Add support for TopologyDescriptionChangedEvent to expectEvents (#1572) 2024-04-10 17:16:20 -07:00
Steven Silvester
efe8cc38a6
PYTHON-4256 OIDC Spec Cleanup (#1556) 2024-04-10 11:29:42 -05:00
Shane Harvey
8be31bf8f1
PYTHON-4350 Faster and more consistent performance benchmark execution times (#1575) 2024-04-09 18:44:42 -07:00
Shane Harvey
48d5a46e46
PYTHON-4332 create_search_index only sends "type" field when provided (#1573) 2024-04-08 11:34:51 -07: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
1e0ef67ab8
PYTHON-3664 OIDC: Automatic token acquisition for GCP Identity Provider (#1540) 2024-04-03 16:07:41 -05:00
Steven Silvester
c154c6b67b
PYTHON-4037 Avoid Appending Write/Read Concern in Atlas Search Index Helper Commands (#1570) 2024-04-03 06:17:51 -05:00
Steven Silvester
44e47304ff
PYTHON-4300 Forward comment argument in list_search_indexes (#1569) 2024-04-01 16:41:55 -05:00
Steven Silvester
bce047dfc9
PYTHON-4309 OIDC Atlas Testing Updates (#1567) 2024-04-01 14:39:07 -05:00
Steven Silvester
61488918f9
PYTHON-4303 Fix Unified Transaction Test Runner (#1568) 2024-04-01 11:57:30 -05:00
Steven Silvester
e68bd6f83e
PYTHON-2723 Make mongos_clients a class property (#1563) 2024-03-27 13:37:19 -05:00
Steven Silvester
9a206a3896
PYTHON-4301 Fix MONGODB-AWS credential caching (#1562) 2024-03-27 12:37:53 -05:00
Steven Silvester
3699f513fa
PYTHON-4265 Rename OIDC property PROVIDER_NAME and config values (#1545)
Co-authored-by: Jib <Jibzade@gmail.com>
2024-03-27 12:29:45 -05:00
Steven Silvester
e37394d402
PYTHON-2723 Convert transactions spec tests to unified test format (#1543) 2024-03-26 17:28:32 -05:00
Shane Harvey
f757fe39cc
PYTHON-4297 Allow passing arbitrary options to create_search_index/SearchIndexModel (#1561) 2024-03-26 10:18:54 -07:00
Noah Stapp
f7a7b5a332
PYTHON-4271 Skip failing serverless proxy tests (#1555) 2024-03-19 15:23:47 -07:00
Noah Stapp
a46331d478
PYTHON-4286 Remove duplicate test_detect_external_db (#1554) 2024-03-18 16:22:35 -07:00
Noah Stapp
c3f09f635b
PYTHON-4277 Fix redaction logging test failures (#1552) 2024-03-15 13:31:52 -07:00
Noah Stapp
17c64a6dd8
PYTHON-4208 [Vector Search GA] Add support for types in search index creation (#1544) 2024-03-15 13:04:47 -07:00
Noah Stapp
266b3dd8e9
PYTHON-3835 Log informational message client-side based on detected environment (#1537) 2024-03-07 14:53:09 -08:00
Noah Stapp
b041ca5f7c
PYTHON-4022 - Ensure ServerHeartbeatStartedEvents are emitted before connecting (#1542) 2024-03-05 07:53:53 -08:00
Noah Stapp
af2d56c5b5
PYTHON-3841 Add durations to connection pool events (#1538) 2024-03-04 11:55:00 -08:00
Jib
19b45df434
PYTHON-3951: Remove SkipTest on ListSearchIndex tests (#1531) 2024-02-21 09:11:12 -05:00
Steven Silvester
5d01a4102c
PYTHON-4182 Skip additional TransientTransactionError test on latest (#1529) 2024-02-20 18:46:36 -06:00
Steven Silvester
0793138d7f
PYTHON-4117 Require 4.3.1+ server version when using failCommand errorLabels option (#1526) 2024-02-20 13:28:08 -06:00
Shane Harvey
5b5a7e640b
PYTHON-4156 Increase interruptInUseConnections timeout to fix flaky test (#1528) 2024-02-16 14:14:06 -08:00
Noah Stapp
ebb94b669e
PYTHON-3457 Easier debugging with standardized logging (#1515)
PYTHON-3458 Add command logging.
PYTHON-3459 Add server selection logging.
PYTHON-3473 Add connection pool logging.
PYTHON-4167 Add documentation and examples.

Co-authored-by: sleepyStick <itsirisho@gmail.com>
2024-02-15 11:35:08 -08:00
Steven Silvester
d99a095b33
PYTHON-4205 Fix TestDataLakeProse.test_3 (#1519) 2024-02-09 19:41:47 -06:00
Jib
fe37841f07
PYTHON-4147-fix: Remove quote wrapping and remove shell=true usage (#1513) 2024-02-07 14:24:20 -05:00
Shane Harvey
4c2e717b9f
PYTHON-4204 Optimize JSON decoding using lookup table to find $ keys (#1512) 2024-02-06 16:18:31 -08:00
Shane Harvey
296a44df46
PYTHON-4179 Verify document_class type in json_util.loads test (#1509) 2024-02-06 14:18:09 -08:00