You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the test on the master branch's latest commit 4f175f3, it fails.
$ composer test
> phpunit
PHPUnit 10.5.5 by Sebastian Bergmann and contributors.
Runtime: PHP 8.1.27
Configuration: /project/phpunit.xml
........................S........E
Time: 01:07.252, Memory: 36.00 MB
There was 1 error:
1) Colopl\Spanner\Tests\ConnectionTest::test_connection_transaction_reset_on_exceptions
InvalidArgumentException: Rollback failed: Transaction not initiated.
/project/vendor/google/cloud-spanner/src/Operation.php:193
/project/vendor/google/cloud-spanner/src/Transaction.php:572
/project/src/Concerns/ManagesTransactions.php:172
/project/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php:264
/project/src/Concerns/ManagesTransactions.php:73
/project/vendor/google/cloud-spanner/src/Database.php:957
/project/vendor/google/cloud-core/src/Retry.php:80
/project/vendor/google/cloud-spanner/src/Database.php:975
/project/src/Concerns/ManagesTransactions.php:76
/project/src/Connection.php:525
/project/src/Concerns/ManagesTransactions.php:81
/project/tests/ConnectionTest.php:541
ERRORS!
Tests: 34, Assertions: 105, Errors: 1, Skipped: 1.
Script phpunit handling the test event returned with error code 2
Setting the flags stopOnError=false and stopOnFailure=false in the test configuration results in 11 Errors and 6 Failures.
$ composer test
> phpunit
PHPUnit 10.5.5 by Sebastian Bergmann and contributors.
Runtime: PHP 8.1.27
Configuration: /project/phpunit.xml
........................S........E.....FFFFF.E................. 63 / 167 ( 37%)
E.......................S...................................... 126 / 167 ( 75%)
.............E...F....EE...ESE..EEE...... 167 / 167 (100%)
Time: 05:34.611, Memory: 50.50 MB
...
ERRORS!
Tests: 167, Assertions: 512, Errors: 11, Failures: 6, Skipped: 3.
Script phpunit handling the test event returned with error code 2
It seems to be affected by the release of google/cloud-spanner v1.68.0.
I’m still investigating the scope of the correction, but I wanted to report it first.
The text was updated successfully, but these errors were encountered:
Overview
When I run the test on the master branch's latest commit 4f175f3, it fails.
Setting the flags
stopOnError=false
andstopOnFailure=false
in the test configuration results in 11 Errors and 6 Failures.It seems to be affected by the release of google/cloud-spanner v1.68.0.
I’m still investigating the scope of the correction, but I wanted to report it first.
The text was updated successfully, but these errors were encountered: