> What if you wanted to test 3.2.x server with a 3.4.x client? How do we access 
> the test data from 3.2.x to copy it over?

You mean if the test data is version specific and therefore won't work with a 
3.2.z server if we are on `master`?
I guess for that to work we would have to actually publish test images to 
Docker Hub that already contain the test data. But that should also be easier 
to do if we already use `tinkerpop/gremlin-server` here as the base image 
instead of building a completely new Gremlin Server image.

> Finally, what would this look like? ./docker/gremlin-server.sh --version 
> 3.2.9? Then without --version it uses the working copy?

That sounds like a good idea to me, yes. It would make it possible to test 
different versions one after another by calling this script repeatedly with 
different versions.

But being able to test older versions was really only a possibility I saw here. 
I don't think that we should tackle that with this PR. If we can simplify 
testing for the image built from the current branch, then that's already a 
great improvement in my opinion.

[ Full content available at: https://github.com/apache/tinkerpop/pull/1075 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to