[ 
https://issues.apache.org/jira/browse/TINKERPOP-1349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15355441#comment-15355441
 ] 

ASF GitHub Bot commented on TINKERPOP-1349:
-------------------------------------------

Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/349
  
    Travis is failing - looks like an issue from Rat - missing an Apache header 
in `TraversalStrategyPerformanceTest`. 
    
    @okram I don't think there's a way to get a Parameterized test to run a 
single test once. It pretty much treats the whole test case as parameterized 
when you use that feature. Using `Enclosed` as you did is the only way to make 
that work afaik.
    
    @pietermartin do you intend to vote on this one? you had a fair number of 
comments/questions on the JIRA ticket....


> RepeatUnrollStrategy should unroll loops while maintaining equivalent 
> semantics.
> --------------------------------------------------------------------------------
>
>                 Key: TINKERPOP-1349
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1349
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.2.0-incubating
>            Reporter: Marko A. Rodriguez
>            Assignee: Marko A. Rodriguez
>             Fix For: 3.2.0-incubating
>
>
> Create {{RepeatUnrollStrategy}} that will unroll patterns such as:
> {code}
> repeat(out()).times(3)
> // ->
> out().barrier().out().barrier().out().barrier()
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to