From dev-return-11550-apmail-tinkerpop-dev-archive=tinkerpop.apache.org@tinkerpop.apache.org Fri Jul 22 17:02:23 2016 Return-Path: X-Original-To: apmail-tinkerpop-dev-archive@minotaur.apache.org Delivered-To: apmail-tinkerpop-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2912E19497 for ; Fri, 22 Jul 2016 17:02:23 +0000 (UTC) Received: (qmail 7262 invoked by uid 500); 22 Jul 2016 17:02:23 -0000 Delivered-To: apmail-tinkerpop-dev-archive@tinkerpop.apache.org Received: (qmail 7217 invoked by uid 500); 22 Jul 2016 17:02:23 -0000 Mailing-List: contact dev-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 dev@tinkerpop.apache.org Received: (qmail 7200 invoked by uid 99); 22 Jul 2016 17:02:23 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2016 17:02:23 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 978B3C0C98 for ; Fri, 22 Jul 2016 17:02:22 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -5.446 X-Spam-Level: X-Spam-Status: No, score=-5.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id m4mZJrDMTr73 for ; Fri, 22 Jul 2016 17:02:21 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 789E26122B for ; Fri, 22 Jul 2016 17:02:21 +0000 (UTC) Received: (qmail 7191 invoked by uid 99); 22 Jul 2016 17:02:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2016 17:02:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 734D12C0031 for ; Fri, 22 Jul 2016 17:02:20 +0000 (UTC) Date: Fri, 22 Jul 2016 17:02:20 +0000 (UTC) From: "stephen mallette (JIRA)" To: dev@tinkerpop.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (TINKERPOP-1385) Refactor Profiling test cases MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TINKERPOP-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stephen mallette updated TINKERPOP-1385: ---------------------------------------- Affects Version/s: 3.2.1 Priority: Minor (was: Major) Component/s: test-suite > Refactor Profiling test cases > ----------------------------- > > Key: TINKERPOP-1385 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1385 > Project: TinkerPop > Issue Type: Bug > Components: test-suite > Affects Versions: 3.2.1 > Reporter: Matthias Broecheler > Assignee: Bob Briody > Priority: Minor > > The following test cases make assumptions about the number of steps in the traversal. A particular TinkerPop implementation may have strategies that change those steps and/or add additional steps to the traversal, thus breaking those tests. > The tests should be rewritten/adjusted to be more lenient and accommodate additional implementation strategies. > {code} > org.apache.tinkerpop.gremlin.process.traversal.step.map.ProfileTest$Traversals > .g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profileXmetricsX > .g_V_whereXinXcreatedX_count_isX1XX_name_profile > .g_V_whereXinXcreatedX_count_isX1XX_name_profileXmetricsX > .g_V_sideEffectXThread_sleepX10XX_sideEffectXThread_sleepX5XX_profile > org.apache.tinkerpop.gremlin.structure.SerializationTest$GraphSONTest.shouldSerializeTraversalMetrics > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)