Commit 8efbdd6
committed
test(api): add retry mechanism tests for
- Add `ApiCallRetryTest.php` with tests for exception handling scenarios
- Test retry logic for server errors, client errors, and timeout responses
- Verify 4xx errors are not retried while 5xx errors trigger retries
- Test node health check updates after failed requests
- Ensure 408 timeout errors are skipped and retrying continuesApiCall class1 parent 591455c commit 8efbdd6
1 file changed
+409
-0
lines changed
0 commit comments