Github user okram commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/301#issuecomment-216886769 That is a wierd `NullPointerException` in that the `graphProvider` of the test is null. ``` graphProvider = GraphManager.getGraphProvider(); // THIS BECOMES NULL ? graphProvider.getTestListener().ifPresent(l -> l.onTestStart(this.getClass(), name.getMethodName())); ``` What is different about your other machine?
--- 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. ---