Github user pietermartin commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/279#issuecomment-203345668 @okram Yes your GraphTraversalTest showed me the way. mvn clean install SUCCESS mvn clean install -DskipIntegrationTests=false {code} [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache TinkerPop ................................... SUCCESS [ 4.726 s] [INFO] Apache TinkerPop :: Gremlin Shaded ................. SUCCESS [ 1.531 s] [INFO] Apache TinkerPop :: Gremlin Core ................... SUCCESS [ 26.490 s] [INFO] Apache TinkerPop :: Gremlin Test ................... SUCCESS [ 7.425 s] [INFO] Apache TinkerPop :: Gremlin Groovy ................. SUCCESS [ 32.440 s] [INFO] Apache TinkerPop :: Gremlin Groovy Test ............ SUCCESS [ 3.856 s] [INFO] Apache TinkerPop :: TinkerGraph Gremlin ............ SUCCESS [02:08 min] [INFO] Apache TinkerPop :: Hadoop Gremlin ................. SUCCESS [03:46 min] [INFO] Apache TinkerPop :: Spark Gremlin .................. SUCCESS [04:28 min] [INFO] Apache TinkerPop :: Giraph Gremlin ................. SUCCESS [ 02:29 h] [INFO] Apache TinkerPop :: Neo4j Gremlin .................. SUCCESS [ 1.696 s] [INFO] Apache TinkerPop :: Gremlin Driver ................. SUCCESS [ 5.887 s] [INFO] Apache TinkerPop :: Gremlin Server ................. SUCCESS [11:38 min] [INFO] Apache TinkerPop :: Gremlin Console ................ SUCCESS [01:11 min] [INFO] Apache TinkerPop :: Gremlin Archetype .............. SUCCESS [ 0.061 s] [INFO] Apache TinkerPop :: Archetype - TinkerGraph ........ SUCCESS [ 2.853 s] [INFO] Apache TinkerPop :: Archetype - Server ............. SUCCESS [ 8.433 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:54 h [INFO] Finished at: 2016-03-29T19:42:09+02:00 [INFO] Final Memory: 83M/394M [INFO] ------------------------------------------------------------------------ {code} **Note** 2 assertions were commented out to make the integration test suite pass. ``GremlinServerAuthIntegrateTest.shouldFailAuthenticateWithPlainTextNoCredentials`` ``GremlinServerAuthOldIntegrateTest.shouldFailAuthenticateWithPlainTextNoCredentials`` The correct exception is thrown but the assertion tests for the message which is different on my system for some as yet unknown reason. bin/process-docs.sh Checked the optional gremlin output, looks good. vote +1
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---