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

TestCase::executeCliCommand(): retry Composer commands on a particular exception #164

Merged
merged 1 commit into from Mar 5, 2022

Commits on Mar 5, 2022

  1. TestCase::executeCliCommand(): retry Composer commands on a particula…

    …r exception
    
    ... as otherwise a complete build may fail, while the failure is not related to an actual test failure,
    
    I've seen this particular issue a couple of times in test runs (most typically with the problematic Composer v1 / PHP 5.5 / Windows combination).
    
    Adding a one-time only retry of a command run and only for that particular issue should prevent having to re-run a complete build for this.
    jrfnl committed Mar 5, 2022
    Copy the full SHA
    5329056 View commit details
    Browse the repository at this point in the history