upgrade note on test feature annotations

Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8146078d
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8146078d
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/8146078d

Branch: refs/heads/tp31
Commit: 8146078d03a78d23325c9663abb8d38e0b427e06
Parents: 0281edb
Author: Jason Plurad <plur...@us.ibm.com>
Authored: Mon Jul 4 09:59:22 2016 -0400
Committer: Jason Plurad <plur...@us.ibm.com>
Committed: Mon Jul 4 09:59:22 2016 -0400

----------------------------------------------------------------------
 docs/src/upgrade/release-3.1.x-incubating.asciidoc | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8146078d/docs/src/upgrade/release-3.1.x-incubating.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/upgrade/release-3.1.x-incubating.asciidoc 
b/docs/src/upgrade/release-3.1.x-incubating.asciidoc
index b1b99f8..b8a257c 100644
--- a/docs/src/upgrade/release-3.1.x-incubating.asciidoc
+++ b/docs/src/upgrade/release-3.1.x-incubating.asciidoc
@@ -73,6 +73,16 @@ in other ways. If those were passing previously, then these 
new asserts should l
 
 See: link:https://issues.apache.org/jira/browse/TINKERPOP-1300[TINKERPOP-1300]
 
+Test Feature Annotations
+++++++++++++++++++++++++
+
+A large number of `gremlin-test` feature annotations were incorrect which 
caused test cases to run against graphs that
+did not support those features. The annotations have been fixed, but this 
opened the possibility that more test cases
+will run against the graph implementation. Providers should ensure that their 
graph `features()` are consistent with
+the capabilities of the graph implementation.
+
+See: link:https://issues.apache.org/jira/browse/TINKERPOP-1319[TINKERPOP-1319]
+
 Graph Language Providers
 ^^^^^^^^^^^^^^^^^^^^^^^^
 

Reply via email to