clojurewerkz / archimedes

Clojure library for Blueprints (part of the Tinkerpop graph stack).
38 stars 15 forks source link

More testing for transactions #2

Closed zmaril closed 10 years ago

zmaril commented 11 years ago

Investigate why the tests passed even though graph.startTransaction no longer exists in Blueprints 2.3.0.

zmaril commented 11 years ago

I've added in some new code for infering transact!* based on the provided graph. There are no tests for this feature beyond people using it saying it works. We can use tinkergraph for simple graph testing, orient graph for TransactalGraph, and titan for ThreadedTransactionalGraph. Use dev profiles for testing dependancies.

ray1729 commented 10 years ago

Transaction support has been reworked and unit tests added.