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