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