Skip to content

Transient tests hunting #60417

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

Open
xabbuh opened this issue May 14, 2025 · 0 comments
Open

Transient tests hunting #60417

xabbuh opened this issue May 14, 2025 · 0 comments
Labels
FrameworkBundle Help wanted Issues and PRs which are looking for volunteers to complete them. HttpClient

Comments

@xabbuh
Copy link
Member

xabbuh commented May 14, 2025

We have some tests that from time to time fail in our CI jobs:

  • 1) Symfony\Bundle\FrameworkBundle\Tests\Functional\CachePoolsTest::testCachePools
    Failed asserting that true is false.
    
    /home/runner/work/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php:93
    /home/runner/work/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php:24
    
  • 1) Symfony\Component\HttpClient\Tests\AmpHttpClientTest::testNonBlockingStream
    Failed asserting that two strings are identical.
    --- Expected
    +++ Actual
    @@ @@
    -'<1>'
    +''
    
    /home/runner/work/symfony/symfony/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php:128
    
  • 1) Symfony\Component\ErrorHandler\Tests\ErrorEnhancer\ClassNotFoundErrorEnhancerTest::testEnhance with data set #4 ('Interface "Foo\Bar\WhizBangIn... found', 'Attempted to load interface "...space?')
    UnexpectedValueException: RecursiveDirectoryIterator::__construct(/home/runner/work/symfony/symfony/src/Symfony/Component/AssetMapper/Tests/Fixtures/.!!AB1/cache/test/Symfony/Config/Framework/Assets): Failed to open directory: No such file or directory 
    

PRs welcome to make them more resilient.

@xabbuh xabbuh added the Bug label May 14, 2025
@xabbuh xabbuh added Help wanted Issues and PRs which are looking for volunteers to complete them. FrameworkBundle HttpClient and removed Bug Status: Needs Review labels May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FrameworkBundle Help wanted Issues and PRs which are looking for volunteers to complete them. HttpClient
Projects
None yet
Development

No branches or pull requests

2 participants