Hi
I've implemented graph.drop and used it in OrientGraphProvider#clear instead of graph.close.
In this way the storages created for the tests are removed from the memory.
It should make this work.
Coverage increased (+0.05%) to 84.267% when pulling e4e17938ba5c977f496fa38933e4e5768aeea50c on maggiolo00:graph-drop into e20a525b64f7b916492875643730aaaa5e6594ea on mpollmeier:master.
Hi I've implemented graph.drop and used it in OrientGraphProvider#clear instead of graph.close. In this way the storages created for the tests are removed from the memory. It should make this work.