Skip to content

add comment explaining why HttpClient tests are run separately #58951

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
merged 1 commit into from
Nov 20, 2024

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Nov 20, 2024

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

see #35115 and #58916

@carsonbot carsonbot added this to the 5.4 milestone Nov 20, 2024
@@ -110,6 +110,8 @@ jobs:
Remove-Item -Path src\Symfony\Bridge\PhpUnit -Recurse
mv src\Symfony\Component\HttpClient\phpunit.xml.dist src\Symfony\Component\HttpClient\phpunit.xml
php phpunit src\Symfony --exclude-group tty,benchmark,intl-data,network,transient-on-windows || ($x = 1)
# HttpClient tests need to run separately, they block when run with other components' tests concurrently
# see https://github.com/symfony/symfony/pull/35115 and https://github.com/symfony/symfony/pull/58916
Copy link
Member

Choose a reason for hiding this comment

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

I'd rather remove any ref to github, git blame is enough as a link

@nicolas-grekas
Copy link
Member

Thank you @xabbuh.

@nicolas-grekas nicolas-grekas merged commit 85419bc into symfony:5.4 Nov 20, 2024
1 check was pending
@xabbuh xabbuh deleted the pr-58916 branch November 20, 2024 16:41
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.

5 participants