Github user dkuppitz commented on a diff in the pull request:
https://github.com/apache/incubator-tinkerpop/pull/177#discussion_r47351037
--- Diff:
gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/GremlinProcessRunner.java
---
@@ -54,7 +56,7 @@ public void runChild(final FrameworkMethod method, final
RunNotifier notifier) {
} catch (Throwable e) {
if (validateForGraphComputer(e)) {
eachNotifier.fireTestIgnored();
- System.err.println(e.getMessage());
+ logger.error(e.getMessage());
ignored = true;
--- End diff --
Yeah, I think WARN would be fine too. INFO is what's causing trouble.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---