We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following test are flaky at my local Mac M1 OS 13.3.1, php 8.2.6. They look stable in CI.
testBadWrite() testMultiWrite() testReadContents()
The text was updated successfully, but these errors were encountered:
Can you narrow it down a bit? Is it opening sockets? I assume all of these are from the TCP testsuite?
Sorry, something went wrong.
I did multiple changes in #150 that helps pretty much. Before: 5 failing run, and one green With the PR: 5 sucessfull runs, and than a failing one
The stream_copy_to_stream often fails. I do not why https://github.com/bzikarsky/gelf-php/blob/master/tests/Gelf/Test/Transport/StreamSocketClientTcpTest.php#L130
stream_copy_to_stream
self::assertEquals(strlen($testData), stream_copy_to_stream($connection, $connection, strlen($testData)));
Failed asserting that false matches expected 80. Expected :80 Actual :false
Failed asserting that false matches expected 80. Expected :15 Actual :false
Can somebody confirm this behaviour? Just to make sure, that it is not just my system.
No branches or pull requests
The following test are flaky at my local Mac M1 OS 13.3.1, php 8.2.6. They look stable in CI.
testBadWrite()
testMultiWrite()
testReadContents()
The text was updated successfully, but these errors were encountered: