Tien Vo
01/16/2023, 3:00 AMTien Vo
01/16/2023, 3:01 AM1) PhpPact\Standalone\Runner\ProcessRunnerTest::testBlockingProcess
Expect 'myError' to be in the stderr
Failed asserting that '' contains "myError".
D:\a\pact-php\pact-php\tests\PhpPact\Standalone\Runner\ProcessRunnerTest.php:46
https://github.com/pact-foundation/pact-php/actions/runs/3926640569/jobs/6712552709Tien Vo
03/02/2023, 10:40 AM1) PhpPactTest\Standalone\ProviderVerifier\VerifierTest::testRunShouldLogOutputIfCmdFails
Failed asserting that 'out > ' contains "first line".
D:\a\pact-php\pact-php\tests\PhpPact\Standalone\ProviderVerifier\VerifierTest.php:231
2) PhpPactTest\Standalone\Runner\ProcessRunnerTest::testBlockingProcess
Expect 'pact' to be in the output
Failed asserting that '' contains "pact".
D:\a\pact-php\pact-php\tests\PhpPact\Standalone\Runner\ProcessRunnerTest.php:27
https://github.com/pact-foundation/pact-php/actions/runs/4310538726/jobs/7519118927Tien Vo
03/06/2023, 7:54 AM1) PhpPactTest\Standalone\ProviderVerifier\VerifierTest::testVerify
Failed asserting that false is true.
D:\a\pact-php\pact-php\tests\PhpPact\Standalone\ProviderVerifier\VerifierTest.php:48
https://github.com/pact-foundation/pact-php/actions/runs/4341095386/jobs/7580293186Tien Vo
03/12/2023, 9:46 AMScript phpunit --debug -c example/phpunit.all.xml handling the test event returned with error code -1073741819
https://github.com/pact-foundation/pact-php/actions/runs/4396817297/jobs/7699527082Lewis Cowles
12/19/2023, 11:08 AMThe error code -1073741819 you're encountering, also known as 0xC0000005 or "Access Violation," is a common error in C and C++ programs. It indicates that your program attempted to access memory that it was not allowed to access, resulting in a segmentation fault.
Tien Vo
12/20/2023, 3:07 AMThere was 1 error:
1) MatchersProvider\Tests\PactVerifyTest::testPactVerifyConsumer
Symfony\Component\Process\Exception\ProcessTimedOutException: The process "'php' '-S' '127.0.0.1:7202' '-t' '/Users/runner/work/pact-php/pact-php/example/matchers/provider/tests/../public/'" exceeded the timeout of 60 seconds.
Lewis Cowles
12/20/2023, 10:39 AMLewis Cowles
12/20/2023, 10:39 AM