Join Slack
Powered by
<#287 Flaky test band aid, retry> Issue created by...
# pact-php
g
GitHub
01/12/2023, 8:56 AM
#287 Flaky test band aid, retry
Issue created by
Lewiscowles1986
Just noticing after some of the good re-work happening, pipelines still flake, so as well as fixing, which might take a minute, I wanted to share some ideas for working around pipeline failures.
https://github.com/marketplace/actions/retry-step
is a github action with a fairly nice set of language around retries and even allows you to set a maximum time for jobs (assumed parent process). shell loops with capturing of errors can also be used.
https://unix.stackexchange.com/questions/82598/how-do-i-write-a-retry-logic-in-script-to-keep-retrying-to-run-it-upto-5-times
pact-foundation/pact-php
👍 2
5
Views
Open in Slack
Previous
Next