We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0d1267 commit f2d4be7Copy full SHA for f2d4be7
test/asynchronous/test_client_backpressure.py
@@ -310,7 +310,7 @@ async def test_03_overload_retries_limited(self):
310
self.assertEqual(len(self.listener.started_events), _MAX_RETRIES + 1)
311
312
@async_client_context.require_failCommand_appName
313
- async def test_03_adaptive_retries_limited_by_tokens(self):
+ async def test_04_adaptive_retries_limited_by_tokens(self):
314
# Drivers should test that when enabled, adaptive retries are limited by the number of tokens in the bucket.
315
316
# 1. Let `client` be a `MongoClient` with adaptiveRetries=True.
0 commit comments