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

Add a cron flaky check golang CI job #453

Open
Jorropo opened this issue Aug 25, 2023 · 1 comment
Open

Add a cron flaky check golang CI job #453

Jorropo opened this issue Aug 25, 2023 · 1 comment
Labels
need/triage Needs initial labeling and prioritization

Comments

@Jorropo
Copy link
Contributor

Jorropo commented Aug 25, 2023

It would be nice if at a regular interval (let's say every monday at 3 UTC) a CI job would run with -count=25 or something else dumb like this.
And report any new flaky failure. It would force us to not have any flake test.

@Jorropo Jorropo added the need/triage Needs initial labeling and prioritization label Aug 25, 2023
@Jorropo
Copy link
Contributor Author

Jorropo commented Aug 25, 2023

An alternative could be something like golang's watchflake, where a bot would notice runs that failed were restarted and then sucesfully completed, and open an issues for theses.
We could also use monkeybrains to do that, forcing us to report any flake that happened if we reran a test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/triage Needs initial labeling and prioritization
Projects
None yet
Development

No branches or pull requests

1 participant