Github user spmallette commented on the issue: https://github.com/apache/tinkerpop/pull/336 `gremlin-core` just have tests that need the some of the same exact functions that are in `gremlin-test`, but the dependencies are such that `gremlin-core` can't use the `TestHelper` in `gremlin-test` and `gremlin-test` can't use the `TestHelper` in `gremlin-core` so there are two of them. I suppose we could move `TestHelper` out of `gremlin-core/test` to the main source code as a utility??? then there could be one. Or we publish `gremlin-core/test` as an artifiact which i kinda hate. Or we create a new dependency all together for `gremlin-core` and `gremlin-test` to depend on. All of the answers sorta stink i guess. Up until now, copying one file seemed to smell the best of all of them....
--- 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. ---