-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s #50954
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e3d5807
to
0e16dca
Compare
stof
reviewed
Jul 12, 2023
03376b0
to
e1784f7
Compare
stof
approved these changes
Jul 12, 2023
This was referenced Jul 29, 2023
Merged
Merged
Merged
renovate bot
added a commit
to Lendable/composer-license-checker
that referenced
this pull request
Aug 1, 2023
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [symfony/console](https://symfony.com) ([source](https://togithub.com/symfony/console)) | require | patch | `6.3.0` -> `6.3.2` | | [symfony/process](https://symfony.com) ([source](https://togithub.com/symfony/process)) | require | patch | `6.3.0` -> `6.3.2` | --- ### Release Notes <details> <summary>symfony/console (symfony/console)</summary> ### [`v6.3.2`](https://togithub.com/symfony/console/releases/tag/v6.3.2) [Compare Source](https://togithub.com/symfony/console/compare/v6.3.0...v6.3.2) **Changelog** (symfony/console@v6.3.1...v6.3.2) - bug [symfony/symfony#51031](https://togithub.com/symfony/symfony/issues/51031) Fix deprecations on PHP 8.3 ([@​nicolas-grekas](https://togithub.com/nicolas-grekas)) </details> <details> <summary>symfony/process (symfony/process)</summary> ### [`v6.3.2`](https://togithub.com/symfony/process/releases/tag/v6.3.2) [Compare Source](https://togithub.com/symfony/process/compare/v6.3.0...v6.3.2) **Changelog** (symfony/process@v6.3.1...v6.3.2) - bug [symfony/symfony#50954](https://togithub.com/symfony/symfony/issues/50954) \[PhpUnitBridge] Kill the last concurrent process when it stales for more than 60s ([@​nicolas-grekas](https://togithub.com/nicolas-grekas)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Lendable/composer-license-checker). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4yNC4yIiwidXBkYXRlZEluVmVyIjoiMzYuMjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update PhpUnitBridge so that it kills the last phpunit process when it's stuck. Apparently this happens sometimes, for an undetermined reason (Windows). This also skips a blocking test on Windows.