-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
Sharding EMEA 2022-05-30
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The local function executeCommandWithRetries is not using the input parameter retries, so it's actually retrying the command forever if the command always returns a failure.
An alternative solution is to use the assert.soonNoExcept function to retry the command in case of an exception occurs.