-
Nov 6th, 2012, 12:31 PM
#1
[Neo4j] Impermanent database stored in filesystem
Hey everyone!
there's a problem with my Neo4j-Test-Setup-Environment and the org.neo4j.test.ImpermanentGraphDatabase...
I have a class, TestGraphPopulator, for setting up some dummy data for my unit tests.
Because of adding, delte, update operations I populate the graph in every test case in init-method annotated via @Before.
But there is some really strange behavior sometimes. Some of my test fail, because there are more or less entities as expected. In a second, or third, etc. run, everything is fine, ..or not.
AND, in my /target directory of my project, there is a folder \target\test-data\impermanent-db with all the Neo4J database data...
I'm not sure of what my problem results of, but should NOT ImpermanentGraphDatabase only reside in memory??
For me, it looks like a bug, could anyone share some experience?? This seems very important to me, and maybe others...
Thanks a lot in advance!
Markus
P.S.:
Neo4J 1.8, Spring Data Neo4J 2.1 ..
Last edited by markuse1501; Nov 6th, 2012 at 12:37 PM.
-
Nov 7th, 2012, 03:05 AM
#2
Markus,
We are aware of it: https://github.com/neo4j/community/i...tgraphdatabase
It should still be fully functional though, if you can reproduce this consistently please raise an issue on github.
Regards,
Lasse
-
Nov 7th, 2012, 05:24 AM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules