We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d709b commit 4ff0116Copy full SHA for 4ff0116
1 file changed
test/asynchronous/test_retryable_reads.py
@@ -407,7 +407,7 @@ async def test_overload_then_nonoverload_retries_increased_reads(self) -> None:
407
listener = OvertCommandListener()
408
409
# Configure the client to listen to CommandFailedEvents. In the attached listener, configure a fail point with error
410
- # code `91` (NotWritablePrimary) and `RetryableError` and `SystemOverloadedError` labels.
+ # code `91` (ShutdownInProgress) and `RetryableError` and `SystemOverloadedError` labels.
411
overload_fail_point = {
412
"configureFailPoint": "failCommand",
413
"mode": {"times": 1},
0 commit comments