[ 
https://issues.apache.org/jira/browse/TINKERPOP3-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15030200#comment-15030200
 ] 

ASF GitHub Bot commented on TINKERPOP3-1000:
--------------------------------------------

GitHub user pietermartin opened a pull request:

    https://github.com/apache/incubator-tinkerpop/pull/159

    TINKERPOP3-1000 Rollback the implicit transaction on multi threaded tests.

    Tested on TinkerGraph, which does not support transactions.
    Tested on Sqlg, which does support transactions, passes the test.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/pietermartin/incubator-tinkerpop master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-tinkerpop/pull/159.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #159
    
----
commit 8bcebbaef66af670d9226be807a45943120d87c2
Author: pieter <[email protected]>
Date:   2015-11-27T19:42:51Z

    Rollback the implicit transaction on multi threaded tests.

----


> GremlinGroovyScriptEngineOverGraphTest failures
> -----------------------------------------------
>
>                 Key: TINKERPOP3-1000
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-1000
>             Project: TinkerPop 3
>          Issue Type: Bug
>          Components: test-suite
>    Affects Versions: 3.1.0-incubating
>            Reporter: pieter martin
>
> 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,
> {noformat}
> 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())
> {noformat}
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to