Uploaded image for project: 'TinkerPop'
  1. TinkerPop
  2. TINKERPOP-2189

ConnectedComponent test assumes fixed order of vertices

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 3.4.1
    • 3.4.2
    • test-suite
    • None

    Description

      The test g_V_hasLabelXsoftwareX_connectedComponent_project_byXnameX_byXcomponentX checks that the two vertices lop and ripple are in the same component. It does that by asserting that these vertices have the id of the marko vertex as their component.
      The id used for the component is simply the id of the vertex on which the program is executed first.

      So, the test fails if the program is executed first for another vertex even if the connected component is created correctly.

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            Florian Hockmann Florian Hockmann
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: