Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow link failures to be forgiven for the whole report until N consecutive failures #1

Open
rogermparent opened this issue Sep 24, 2020 · 0 comments

Comments

@rogermparent
Copy link
Contributor

rogermparent commented Sep 24, 2020

This feature would account for temporary outages by persisting check data between runs, and counting the amount of consecutive failures each link has.

Ideally, the feature should allow users to configure the amount of times a link may consecutively fail and be forgiven. However, locking N to 2 here would simplify implementation as we wouldn't have to keep track of how many times a link has failed, only that it did in the last run.

To do either, two capabilities have to be added:

  • The ability to save link check data and load it between runs, Artifacts are a good candidate.

  • The ability to have a link fail without causing the whole test to report as failed.

While this ticket is for the issue in the title, it's worth noting Artifacts capability may also provide a more stable reporting interface than Checks and Action CLI output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant