-
Notifications
You must be signed in to change notification settings - Fork 821
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
CI : default_cert test fails way too often / randomly on GitHub Actions #786
Comments
Yes it does, see how I've done so here. Use
I believe that's possible, but it's not something I've tried myself. If you can return output about the failure and what test needs to be run again, I think that can be used to trigger a re-run with the returned failures as new input for the test to only cover. Probably similar to how I've got a workflow split into two workflows (build and deploy for PR doc previews), the 2nd part is only triggered when the 1st part has completed successfully. Note the job condition:
I don't have time myself to contribute towards that, but I can say that I've found using We have a variety of helper functions that you're welcome to use :) |
Thanks for the tips @polarathene, I'll look into all of this 😃 |
While working on a PR for |
Thats pretty much what I had in mind long term (migrating to |
Since default cert generation has been been disabled in #1157, this test has been removed entirely. |
The
default_cert
test is failing so often and so randomly on GitHub Actions that I had to remove it, as GHA does not really have a "allow failure" like Travis or other CI systems, nor a mechanism to restart single tests, which mean I end up restarting the whole tests run sometimes 6 or 8 times in a row.The test appears to be fine on local but I haven't used local tests very often lastly so I'm not 100% sure.
I tried to double the timeout before the test fails (60 to 120 seconds) to no avail, and I doubt this was a timeout issue to begin with. It might very well be an issue with the feature itself.
If anyone is willing to investigate this, help would be appreciated.
The text was updated successfully, but these errors were encountered: