← Back to Explore

retry-exhaustion-continue

Tests that RETRY exhaustion with CONTINUE proceeds to the next step

retries

Rundown


# RETRY Exhaustion CONTINUE

Tests that RETRY exhaustion with CONTINUE proceeds to the next step.

## 1. Best-effort step

- PASS: COMPLETE
- FAIL: RETRY 1 CONTINUE

Fails initially, retries once. If it fails again, it CONTINUES to the next step.

```bash
rd echo --result fail --result fail
```

## 2. Cleanup

- PASS: COMPLETE

Cleanup step reached after exhaustion of step 1.

```bash
rd echo "cleanup reached"
```

Run

Fails twice, exhausts retry, continues to cleanup step

Initializing...

Initializing...

Step/