We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed52a0c commit 10d709bCopy full SHA for 10d709b
test/asynchronous/test_retryable_writes.py
@@ -791,7 +791,7 @@ async def test_overload_then_nonoverload_retries_increased_writes(self) -> None:
791
listener = OvertCommandListener()
792
793
# Configure the client to listen to CommandFailedEvents. In the attached listener, configure a fail point with error
794
- # code `91` (NotWritablePrimary) and `RetryableError` and `SystemOverloadedError` labels.
+ # code `91` (ShutdownInProgress) and `RetryableError` and `SystemOverloadedError` labels.
795
overload_fail_point = {
796
"configureFailPoint": "failCommand",
797
"mode": {"times": 1},
0 commit comments