Simple fix — upmerge from tp31/ wasn’t done prior to edits to master/ on 
GroovyTailTest. Fixed.

Marko.

> On Aug 12, 2016, at 8:18 AM, Marko Rodriguez <okramma...@gmail.com> wrote:
> 
> master/ is not building:
> 
> Tests in error:
>  
> GroovyTailTest$Traversals>TailTest.g_V_repeatXin_outX_timesX3X_tailX7X_count:131->get_g_V_repeatXin_outX_timesX3X_tailX7X_count:59->propertyMissing:-1
>  » MissingProperty
>  
> GroovyTailTest$Traversals>TailTest.g_V_repeatXin_outX_timesX3X_tailX7X_count:131->get_g_V_repeatXin_outX_timesX3X_tailX7X_count:59->propertyMissing:-1
>  » MissingProperty
> 
> Marko.,
> 
> http://markorodriguez.com
> 
> 
> 
>> On Aug 12, 2016, at 7:50 AM, plur...@apache.org wrote:
>> 
>> Merge remote-tracking branch 'origin/tp31'
>> 
>> 
>> Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cc0c06f4
>> Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cc0c06f4
>> Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cc0c06f4
>> 
>> Branch: refs/heads/master
>> Commit: cc0c06f41a9679b5fd29722100a2afc0195ab334
>> Parents: c250331 6d29394
>> Author: Jason Plurad <plur...@us.ibm.com>
>> Authored: Fri Aug 12 09:49:51 2016 -0400
>> Committer: Jason Plurad <plur...@us.ibm.com>
>> Committed: Fri Aug 12 09:49:51 2016 -0400
>> 
>> ----------------------------------------------------------------------
>> CHANGELOG.asciidoc                                |  1 +
>> .../traversal/step/filter/TailGlobalStep.java     |  5 ++++-
>> .../traversal/step/filter/GroovyTailTest.groovy   |  5 +++++
>> .../process/traversal/step/filter/TailTest.java   | 18 ++++++++++++++++++
>> 4 files changed, 28 insertions(+), 1 deletion(-)
>> ----------------------------------------------------------------------
>> 
>> 
>> http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cc0c06f4/CHANGELOG.asciidoc
>> ----------------------------------------------------------------------
>> 
>> http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cc0c06f4/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/traversal/step/filter/TailGlobalStep.java
>> ----------------------------------------------------------------------
>> 
>> http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cc0c06f4/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/process/traversal/step/filter/GroovyTailTest.groovy
>> ----------------------------------------------------------------------
>> diff --cc 
>> gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/process/traversal/step/filter/GroovyTailTest.groovy
>> index 41a7f39,7fac07e..c562233
>> --- 
>> a/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/process/traversal/step/filter/GroovyTailTest.groovy
>> +++ 
>> b/gremlin-groovy-test/src/main/groovy/org/apache/tinkerpop/gremlin/process/traversal/step/filter/GroovyTailTest.groovy
>> @@@ -55,8 -65,13 +55,13 @@@ public abstract class GroovyTailTest 
>>         }
>> 
>>         @Override
>> +         public Traversal<Vertex, Long> 
>> get_g_V_repeatXin_outX_timesX3X_tailX7X_count() {
>> +             
>> TraversalScriptHelper.compute("g.V.repeat(__.in().out()).times(3).tail(7).count()",g)
>> +         }
>> + 
>> +         @Override
>>         public Traversal<Vertex, List<String>> 
>> get_g_V_asXaX_out_asXaX_out_asXaX_selectXaX_byXunfold_valuesXnameX_foldX_tailXlocal_2X()
>>  {
>> -            
>> TraversalScriptHelper.compute("g.V.as('a').out.as('a').out.as('a').select('a').by(unfold().values('name').fold).tail(local,
>>  2)",g)
>> +            new ScriptTraversal<>(g, "gremlin-groovy", 
>> "g.V.as('a').out.as('a').out.as('a').select('a').by(unfold().values('name').fold).tail(local,
>>  2)")
>>         }
>> 
>>         @Override
>> 
> 

Reply via email to