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

Fixes #3998: Solve CypherExtendedTest and CypherEnterpriseExtendedTest #4050

Merged
merged 2 commits into from
May 2, 2024

Conversation

vga91
Copy link
Collaborator

@vga91 vga91 commented Apr 16, 2024

Fixes #3998

Solved the first 2 test errors, CypherEnterpriseExtendedTest and CypherExtendedTest.
The 3rd one depends on the Core.

  • De-ignored and solved tests with neo4j 5.19+ version.
    The following error is possibly due to the transaction closing, which has to be done with try-with-res, instead of via onClose(..)
The transaction has been terminated. Retry your operation in a new transaction, 
and you should see a successful result. 
The transaction was marked as failed because a query failed. org.neo4j.graphdb.TransactionTerminatedException: The transaction has been terminated. 
Retry your operation in a new transaction, and you should see a successful result. 
The transaction was marked as failed because a query failed. 

@vga91 vga91 marked this pull request as ready for review April 30, 2024 10:51
@RobertoSannino RobertoSannino merged commit ce01da6 into dev May 2, 2024
5 checks passed
@RobertoSannino RobertoSannino deleted the issue-3998 branch May 2, 2024 08:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants