Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 9206D200B49 for ; Mon, 4 Jul 2016 15:59:45 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 90C3E160A34; Mon, 4 Jul 2016 13:59:45 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D8942160A65 for ; Mon, 4 Jul 2016 15:59:44 +0200 (CEST) Received: (qmail 63398 invoked by uid 500); 4 Jul 2016 13:59:44 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 63367 invoked by uid 99); 4 Jul 2016 13:59:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2016 13:59:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E84B0E07F4; Mon, 4 Jul 2016 13:59:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pluradj@apache.org To: commits@tinkerpop.apache.org Date: Mon, 04 Jul 2016 13:59:44 -0000 Message-Id: <1faf952ee8444230b67e91287707ef27@git.apache.org> In-Reply-To: <9123a454a1354e48a8ca9eee67ce97d9@git.apache.org> References: <9123a454a1354e48a8ca9eee67ce97d9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] tinkerpop git commit: upgrade note on test feature annotations archived-at: Mon, 04 Jul 2016 13:59:45 -0000 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/TINKERPOP-1319 Commit: 8146078d03a78d23325c9663abb8d38e0b427e06 Parents: 0281edb Author: Jason Plurad Authored: Mon Jul 4 09:59:22 2016 -0400 Committer: Jason Plurad 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 ^^^^^^^^^^^^^^^^^^^^^^^^