andreachild commented on code in PR #3161:
URL: https://github.com/apache/tinkerpop/pull/3161#discussion_r2217157161
##########
tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerTransactionGraphTest.java:
##########
@@ -1503,4 +1504,53 @@ public void
shouldHandleCorrectlyHandleCountForChangedAndReadElement() {
assertFalse(vertex.inUse());
}
+
+ @Test
+ public void shouldAllowDropThenInsertInSameTransaction() {
Review Comment:
Added more comprehensive test cases including multi-threaded.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]