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

TinkerGraphCountStrategy can return wrong counts

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.2.8, 3.3.2
    • 3.4.0, 3.3.4, 3.2.10
    • process
    • None

    Description

      gremlin> g = TinkerFactory.createModern().traversal()
      ==>graphtraversalsource[tinkergraph[vertices:6 edges:6], standard]
      gremlin> g.V().map(out())
      ==>v[3]
      ==>v[5]
      ==>v[3]
      gremlin> g.V().map(out()).count()
      ==>6
      gremlin> g.V().select("a")
      gremlin> g.V().select("a").count()
      ==>6
      

      Not tested in 3.2.x, but it's probably the same issue.

      Attachments

        Issue Links

          Activity

            People

              dkuppitz Daniel Kuppitz
              dkuppitz Daniel Kuppitz
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: