SERVER-72820 introduced a javascript helper, assertRetyableCommandWorked, which would retry a command automatically on retriable errors until the command succeeded or failed with a non-retriable error.
SERVER-75999 used this helper throughout the configureFailPoint helper.
However, it seems that this helper is not actually asserting that the command worked in the try statement. This means that it will never throw and it is actually swallowing errors in the commands it is running.
- is caused by
-
SERVER-72820 Retry disable and enable of balancer in awaitCollectionBalance
- Closed
- is related to
-
SERVER-75999 Fail point utils should retry configureFailPoint on retriable errors
- Closed