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

[HttpClient] stop all server processes after tests have run #54400

Merged
merged 1 commit into from Apr 1, 2024

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Mar 26, 2024

Q A
Branch? 5.4
Bug fix? no
New feature? no
Deprecations? no
Issues
License MIT

spotted while working on #54388

@xabbuh xabbuh changed the title [HttpClient] stop all server process when tests terminate [HttpClient] stop all server processes after tests have run Mar 26, 2024
@xabbuh xabbuh force-pushed the http-client-tests-stop-server branch from cd01164 to 36345e0 Compare March 26, 2024 19:44
@@ -52,7 +52,7 @@
"minimum-stability": "dev",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
"dev-main": "2.6-dev"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wouldn't bump here. I think we can ship this as a bugfix.

@fabpot
Copy link
Member

fabpot commented Apr 1, 2024

Thank you @xabbuh.

@fabpot fabpot merged commit 966eb93 into symfony:5.4 Apr 1, 2024
7 of 12 checks passed
@xabbuh xabbuh deleted the http-client-tests-stop-server branch April 1, 2024 20:11
@@ -25,7 +25,7 @@
"php": ">=7.2.5",
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/http-client-contracts": "^2.4",
"symfony/http-client-contracts": "^2.6",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be updated to the next 2.4 I guess?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see a95835f

xabbuh added a commit that referenced this pull request Apr 1, 2024
This PR was merged into the 6.4 branch.

Discussion
----------

[HttpClient]  fix contracts constraint

| Q             | A
| ------------- | ---
| Branch?       | 6.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        |
| License       | MIT

following #54400,  a95835f and 9821d5c

Commits
-------

8b4521a fix contracts constraint
This was referenced Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants