You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/09/18 23:40:19 UTC

[GitHub] [tinkerpop] robertdale commented on issue #1188: [TINKERPOP-2274] Fixed the issues revealed while compiling and runnin…

robertdale commented on issue #1188: [TINKERPOP-2274] Fixed the issues revealed while compiling and runnin…
URL: https://github.com/apache/tinkerpop/pull/1188#issuecomment-532907164
 
 
   @rpopov I get two test errors in gremlin-core on Windows 10.  Any ideas?
   
   ```
   PS C:\Users\rdale6\git\clones\tinkerpop> mvn test -rf :gremlin-core -X -DforkCount=0
   Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 2019-08-27T11:06:16-04:00)
   Maven home: C:\Users\rdale6\opt\apache-maven-3.6.2\bin\..
   Java version: 1.8.0_221, vendor: Oracle Corporation, runtime: C:\Users\rdale6\opt\jdk1.8.0_221\jre
   Default locale: en_US, platform encoding: Cp1252
   OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
   
   ...
   
   [ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.009 s <<< FAILURE! - in org.apache.tinkerpop.gremlin.jsr223.ScriptEngineCacheTest
   [ERROR] shouldGetEngineFromCache(org.apache.tinkerpop.gremlin.jsr223.ScriptEngineCacheTest)  Time elapsed: 0.002 s  <<< ERROR!
   java.lang.IllegalArgumentException: There is no script engine with provided name: nashorn
           at org.apache.tinkerpop.gremlin.jsr223.ScriptEngineCache.lambda$get$0(ScriptEngineCache.java:48)
           at java.util.concurrent.ConcurrentHashMap.compute(ConcurrentHashMap.java:1853)
           at org.apache.tinkerpop.gremlin.jsr223.ScriptEngineCache.get(ScriptEngineCache.java:44)
           at org.apache.tinkerpop.gremlin.jsr223.ScriptEngineCacheTest.shouldGetEngineFromCache(ScriptEngineCacheTest.java:38)
   
   ...
   
   [INFO] Running org.apache.tinkerpop.gremlin.process.traversal.dsl.GremlinDslProcessorTest
   [ERROR] Tests run: 4, Failures: 4, Errors: 0, Skipped: 0, Time elapsed: 0.512 s <<< FAILURE! - in org.apache.tinkerpop.gremlin.process.traversal.dsl.GremlinDslProcessorTest
   [ERROR] shouldCompileTraversalAndTraversalSourceToDefaultPackage(org.apache.tinkerpop.gremlin.process.traversal.dsl.GremlinDslProcessorTest)  Time elapsed: 0.293 s  <<< FAILURE!
   java.lang.AssertionError:
   Compilation produced the following errors:
   /C:/Users/rdale6/git/clones/tinkerpop/gremlin-core/target/test-classes/org/apache/tinkerpop/gremlin/process/traversal/dsl/SocialPackageTraversalDsl.java:21: error: cannot find symbol
   import org.apache.tinkerpop.gremlin.process.traversal.dsl.GremlinDsl;
                                                            ^
     symbol:   class GremlinDsl
     location: package org.apache.tinkerpop.gremlin.process.traversal.dsl
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services