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

GremlinGroovyScriptEngineOverGraphTest failures

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.1.0-incubating
    • 3.1.1-incubating
    • test-suite
    • None

    Description

      I am running these tests for the first time and are encountering some issues.

      The first is pretty trivial, many places in test the vertex id is not wrapped in single quotes resulting in,

      javax.script.ScriptException: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
      Script4.groovy: 1: illegal colon after argument expression;
         solution: a complex label expression before a colon must be parenthesized @ line 1, column 26.
         isVadas(g.V(PUBLIC.person:::1).next())
      

      The second issue is in the multi threaded tests. The implicit transactions are never commit nor rolled backed. The tests create 500 threads/transactions. My connection pool default to 100 connections and are thus starved hanging the test as the resources are not released.

      Attachments

        Activity

          People

            spmallette Stephen Mallette
            pietermartin pieter martin
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: