Github user artem-aliev commented on the issue:

    https://github.com/apache/tinkerpop/pull/734
  
    I have fixed test failures.
        TinkerPopComputer does not call ComputerPorgram.execute methods if spit 
has no vertices.
        For example: modern graph has 6 vertices but computer has 8 cores, 
there will be two empty splits.
        TraversalVertexProgram use execute step to setup next profiling step, 
so it is not setup side effects properly for empty splits.
        So tests did not filed in docker but failed on computer with more then 
6 cores.
        The fix add check that profile side effects were regester properly 
before using


---

Reply via email to