I have some questions about 'Data Consistency' #4347
Unanswered
LiJie20190102
asked this question in
Q&A
Replies: 1 comment
-
So that no two transactions can modify the name at the same time. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What does this line of code mean? I don't quite understand. I haven't tested any consistency check errors
`
@test
public void testUnique(){
JanusGraph graph = ConfiguredGraphFactory.open(GRAPH_NAME);
}
`
Beta Was this translation helpful? Give feedback.
All reactions