[ https://issues.apache.org/jira/browse/TINKERPOP-1146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15142592#comment-15142592 ]
ASF GitHub Bot commented on TINKERPOP-1146: ------------------------------------------- Github user spmallette commented on a diff in the pull request: https://github.com/apache/incubator-tinkerpop/pull/223#discussion_r52587408 --- Diff: docs/src/upgrade/release-3.1.x-incubating.asciidoc --- @@ -22,6 +22,32 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/ *A 187 On The Undercover Gremlinz* +TinkerPop 3.1.2 +--------------- + +*Release Date: NOT OFFICIALLY RELEASED YET* + +Please see the link:https://github.com/apache/incubator-tinkerpop/blob/3.1.1-incubating/CHANGELOG.asciidoc#tinkerpop-312-release-date-XXXXXXXXXXXXXXXXXXXXXXXXXX[changelog] for a complete list of all the modifications that are part of this release. + +Upgrading for Providers +~~~~~~~~~~~~~~~~~~~~~~~ + +IMPORTANT: It is recommended that providers also review all the upgrade instructions specified for users. Many of the +changes there may prove important for the provider's implementation. + +Graph System Providers +^^^^^^^^^^^^^^^^^^^^^^ + +GraphProvider.clear() Semantics ++++++++++++++++++++++++++++++++ + +The semantics of the various `clear()` methods on `GraphProvider` didn't really change, but it would be worth reviewing +their implementations to ensure that implementations can be called successfully in an idempotent fashion. Multiple +calls to `clear()` may occur for a single test on the same `Graph` instance, as `3.1.1-incubating` introduced an --- End diff -- It should be as-is - that feature came in at that version, but came with the described limitation > IoTest are not clearing the db after the test run > ------------------------------------------------- > > Key: TINKERPOP-1146 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1146 > Project: TinkerPop > Issue Type: Bug > Components: test-suite > Affects Versions: 3.1.1-incubating > Reporter: pieter martin > > {{IoTest.shouldReadWriteSelfLoopingEdges}} are not clearing the db after the > test run. -- This message was sent by Atlassian JIRA (v6.3.4#6332)