Cole-Greer opened a new pull request, #2759:
URL: https://github.com/apache/tinkerpop/pull/2759
I noticed that the gremlin console integration tests were all failing due
changes in the plugin activation text in the console header. This PR simply
fixes the tests by updating it to reflect the plugins which are currently
loaded by default. Consideration into which plugins should be activated by
default may be warranted.
The current console header looks like this:
```
\,,,/
(o o)
-----oOOo-(3)-oOOo-----
plugin activated: tinkerpop.remote
plugin activated: tinkerpop.utilities
plugin activated: tinkerpop.sugar
plugin activated: tinkerpop.credentials
plugin activated: tinkerpop.tinkergraph
gremlin>
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]