Skip to content

Conversation

@jrfnl
Copy link
Member

@jrfnl jrfnl commented Mar 5, 2022

Proposed Changes

Retry Composer commands on a particular 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.

…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.
@Potherca Potherca enabled auto-merge March 5, 2022 13:29
@Potherca Potherca merged commit 31b67dc into master Mar 5, 2022
@Potherca Potherca deleted the feature/tests-retry-composer-install-on-failure branch March 5, 2022 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants