MarketSquare / MarketSquare/robotframework-retryfailed
exitonfailure conflicts with retries
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 19
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
The option `--exitonfailure` conflicts with the retries. It should only exit after the max number of retries.
Currently with that option the retry will fail
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the `--exitonfailure` option interacts with the retry flow. Confirm the failure occurs before the configured maximum retries, then verify that execution exits only after the maximum retry count is reached.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing-qa
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100