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

Investigate what's up with certain tests #892

Open
jrfnl opened this issue Sep 2, 2024 · 1 comment
Open

Investigate what's up with certain tests #892

jrfnl opened this issue Sep 2, 2024 · 1 comment

Comments

@jrfnl
Copy link
Member

jrfnl commented Sep 2, 2024

When running in --testdox mode, the test output shows the following tests with a warning sign, but no test failure/warnings/notices/skips/incompletes.

We should figure out why these tests show a ⚠️ sign, and, if relevant, see if the PHPUnit docs/output about this should be improved.

Curl (WpOrg\Requests\Tests\Transport\Curl\Curl)
 ⚠ Stream to non writable file
 ⚠ Stream to invalid file

Fsockopen (WpOrg\Requests\Tests\Transport\Fsockopen\Fsockopen)
 ⚠ Stream to non writable file
 ⚠ Stream to invalid file

Decompression (WpOrg\Requests\Tests\Requests\Decompression)
 ⚠ Decompress with deflate:·foobar
 ⚠ Decompress with deflate:·Requests·for·PHP
 ⚠ Decompress with deflate·without·zlib·headers:·foobar
 ⚠ Decompress with deflate·without·zlib·headers:·Requests·for·PHP
 ⚠ Decompress with deflate·without·zlib·headers:·compression·level·1
 ⚠ Decompress with deflate·without·zlib·headers:·compression·level·3
 ⚠ Decompress with deflate·without·zlib·headers:·compression·level·9
 ⚠ Compatible inflate with not·compressed:·Requests·for·PHP
 ⚠ Compatible inflate with deflate:·foobar
 ⚠ Compatible inflate with deflate:·Requests·for·PHP
 ⚠ Compatible inflate with deflate·without·zlib·headers:·foobar
 ⚠ Compatible inflate with deflate·without·zlib·headers:·Requests·for·PHP
 ⚠ Compatible inflate with deflate·without·zlib·headers:·compression·level·1
 ⚠ Compatible inflate with deflate·without·zlib·headers:·compression·level·3
 ⚠ Compatible inflate with deflate·without·zlib·headers:·compression·level·9

Found in: https://github.com/WordPress/Requests/actions/runs/10666014665/job/29560590885

@jrfnl
Copy link
Member Author

jrfnl commented Sep 2, 2024

This might well be related to: sebastianbergmann/phpunit#5884

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant