From commits-return-26757-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Mon Mar 5 19:56:38 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id ED01A1807D2 for ; Mon, 5 Mar 2018 19:56:35 +0100 (CET) Received: (qmail 13781 invoked by uid 500); 5 Mar 2018 18:54:31 -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 13722 invoked by uid 99); 5 Mar 2018 18:54:31 -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, 05 Mar 2018 18:54:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DE3DBF640A; Mon, 5 Mar 2018 18:54:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: florianhockmann@apache.org To: commits@tinkerpop.apache.org Date: Mon, 05 Mar 2018 18:54:43 -0000 Message-Id: In-Reply-To: <439758e268b94735b76138c77aa2af10@git.apache.org> References: <439758e268b94735b76138c77aa2af10@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [25/39] tinkerpop git commit: Created issue for ignored GLV test in .NET CTR Created issue for ignored GLV test in .NET CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8ef717f6 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8ef717f6 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/8ef717f6 Branch: refs/heads/TINKERPOP-1897 Commit: 8ef717f6c0e04161e43c87a83f67ada0f5e60349 Parents: 153f852 Author: Stephen Mallette Authored: Thu Mar 1 10:31:56 2018 -0500 Committer: Stephen Mallette Committed: Thu Mar 1 10:31:56 2018 -0500 ---------------------------------------------------------------------- .../test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8ef717f6/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs index c2a8850..f3e823a 100644 --- a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs +++ b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gherkin/GherkinTestRunner.cs @@ -40,7 +40,7 @@ namespace Gremlin.Net.IntegrationTest.Gherkin private static readonly IDictionary IgnoredScenarios = new Dictionary { { "g_V_hasLabelXpersonX_hasXage_notXlteX10X_andXnotXbetweenX11_20XXXX_andXltX29X_orXeqX35XXXX_name", IgnoreReason.NeedsFurtherInvestigation }, // TINKERPOP-1859?? { "g_VX1X_out_aggregateXxX_out_whereXnotXwithinXaXXX", IgnoreReason.NeedsFurtherInvestigation }, // TINKERPOP-1859?? - { "g_withBulkXfalseX_withSackX1_sumX_V_out_barrier_sack", IgnoreReason.NeedsFurtherInvestigation } + { "g_withBulkXfalseX_withSackX1_sumX_V_out_barrier_sack", IgnoreReason.NeedsFurtherInvestigation } // TINKERPOP-1907 }; private static class Keywords