-
Notifications
You must be signed in to change notification settings - Fork 872
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
Broken transaction when traversing an edge #5468
Comments
@johansjob |
Alright, I have changed the test a bit. I've included the way we start our embedded db and I'm now only using the document API. All you have to do is:
It fails on both my own machine as well as my collegue's. Will this be enough?
|
Hi @johansjob I run your test case against 2.1.6 at was failing, but on 2.1.8 is working, so is already fixed in the last hotfix, just released today. can you check it ? |
Works with 2.1.8! :) |
Perfect, thanks Closing Luigi |
Consider the following test. The test fails at the assert. If I remove the marked code in the doSelects function, the test passes like it should.
It doesn't matter what edge I select, the transaction fails to rollback the saved class.
I am using an embedded db, version 2.1.6.
The text was updated successfully, but these errors were encountered: