Marko A. Rodriguez created TINKERPOP-1242: ---------------------------------------------
Summary: ScriptEngineTest randomly hangs indefinately. Key: TINKERPOP-1242 URL: https://issues.apache.org/jira/browse/TINKERPOP-1242 Project: TinkerPop Issue Type: Bug Components: test-suite Affects Versions: 3.1.1-incubating Reporter: Marko A. Rodriguez Assignee: stephen mallette Randomly, the test suite just sits and sits at the section below...I will typically run integration tests over night and sometimes I wake up and its just sitting there. It use to happen very infrequently, but now it feels like it happens about 10% of the time. {code} [WARN] org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor - Timing out script - Thread.sleep(1000);10 - in thread [gremlin-executor-default-2] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.428 sec - in org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutorTest Running org.apache.tinkerpop.gremlin.groovy.engine.ScriptEnginesTest [WARN] org.apache.tinkerpop.gremlin.groovy.engine.GremlinExecutor - Timing out script - s = System.currentTimeMillis(); while((System.currentTimeMillis() - s) < 10000) {} - in thread [gremlin-executor-default-2] {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)