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

shouldPersistDataOnClose makes incorrect feature check

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0.2-incubating
    • 3.1.1-incubating
    • test-suite
    • None

    Description

      Lines 1206-1211 in GraphTest.java (gremlin-test):

      final Vertex v = graph.addVertex();
      final Vertex u = graph.addVertex();
      if (graph.features().edge().properties().supportsStringValues())

      { v.property(VertexProperty.Cardinality.single, "name", "marko"); u.property(VertexProperty.Cardinality.single, "name", "pavel"); }

      The check tests for string value properties on edges, but it should be checking string values on properties of vertices.

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            Ellitron Jonathan Ellithorpe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: