Details
Description
Basically want to ensure consistency of operations of Graph instances around:
g.tx().commit/rollback() assertFalse(g.tx().isOpen())
I believe that most graphs work this way already, but we don't have anything that explicitly enforces it. I don't know that a new test is needed necessarily - perhaps just a new assert().