neo4j-php / neo4j-php-client

Php client and driver for neo4j database
https://neo4j.com/developer/php/
MIT License
160 stars 40 forks source link

Fix skipped integration tests for transactions #211

Open exaby73 opened 2 months ago

exaby73 commented 2 months ago

Describe the bug Some tests in TransactionIntegrationTest.php fail due to a ConnectionTimeoutException and Write errors. We have decided to skip these tests for the time being

See the failed pipeline

transistive commented 2 months ago

Perfect. Can you create a new branch where you enabled the test again so we can see what is going on? We can dig a little bit deeper from there.