[
https://issues.apache.org/jira/browse/TINKERPOP-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Broecheler updated TINKERPOP-1385:
-------------------------------------------
Description:
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}
was:
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.
{text}
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
{text}
> Refactor Profiling test cases
> -----------------------------
>
> Key: TINKERPOP-1385
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1385
> Project: TinkerPop
> Issue Type: Bug
> Reporter: Matthias Broecheler
> Assignee: Bob Briody
>
> 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)