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

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

Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/772
  
    actually - i see that there is a whole other host of errors:
    
    ```text
    [ERROR] Errors: 
    [ERROR] 
org.apache.tinkerpop.gremlin.process.computer.GraphComputerTest.shouldFailWithImproperTraverserRequirements(org.apache.tinkerpop.gremlin.process.computer.GraphComputerTest)
    [INFO]   Run 1: PASS
    [ERROR]   Run 2: 
GraphComputerTest.shouldFailWithImproperTraverserRequirements:2448 » NullPointer
    [ERROR]   Run 3: 
GraphComputerTest.shouldFailWithImproperTraverserRequirements:2448 » NullPointer
    [INFO]   Run 4: PASS
    [INFO]   Run 5: PASS
    [INFO] 
    [ERROR] 
org.apache.tinkerpop.gremlin.process.computer.GraphComputerTest.shouldSucceedWithProperTraverserRequirements(org.apache.tinkerpop.gremlin.process.computer.GraphComputerTest)
    [INFO]   Run 1: PASS
    [ERROR]   Run 2: 
GraphComputerTest.shouldSucceedWithProperTraverserRequirements:2426 » 
NullPointer
    [ERROR]   Run 3: 
GraphComputerTest.shouldSucceedWithProperTraverserRequirements:2426 » 
NullPointer
    [INFO]   Run 4: PASS
    [INFO]   Run 5: PASS
    [INFO] 
    [ERROR]   
GroovyProgramTest$Traversals>ProgramTest.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX:117
 » IllegalState
    [ERROR] 
org.apache.tinkerpop.gremlin.process.traversal.step.map.ProgramTest$Traversals.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX(org.apache.tinkerpop.gremlin.process.traversal.step.map.ProgramTest$Traversals)
    [ERROR]   Run 1: 
ProgramTest$Traversals>ProgramTest.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX:117
 » IllegalState
    [ERROR]   Run 2: 
ProgramTest$Traversals>ProgramTest.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX:117
 » IllegalState
    [ERROR]   Run 3: 
ProgramTest$Traversals>ProgramTest.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX:117
 » IllegalState
    [ERROR]   Run 4: 
ProgramTest$Traversals>ProgramTest.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX:117
 » IllegalState
    [ERROR]   Run 5: 
ProgramTest$Traversals>ProgramTest.g_V_outXcreatedX_aggregateXxX_byXlangX_groupCount_programXTestProgramX_asXaX_selectXa_xX:117
 » IllegalState
    ```
    
    Are you still looking into a resolution for these?


> VertexProgram create with varargs for Graphs
> --------------------------------------------
>
>                 Key: TINKERPOP-1861
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1861
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process
>    Affects Versions: 3.2.7
>            Reporter: Philip Graff
>            Priority: Minor
>
> VertexProgram.Builder.create(Graph) can be modified to 
> VertexProgram.Builder.create(Graph...) so that passing in zero or many graphs 
> is naturally handled. The current state of passing in null when no graph is 
> needed is bad practice.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to