Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1.0-incubating
-
None
Description
In TransactionTest.shouldHaveExceptionConsistencyWhenTransactionOpenOnClose it is verified that an exception is thrown when the transaction is closed because the behavior is configured to manual. However, the transaction is never actually manually closed after that which would mean that a graph implementation will run into a still open transaction that cannot be closed when the graph is closed.