You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "spmallette (GitHub)" <gi...@apache.org> on 2019/03/04 12:07:00 UTC

[GitHub] [tinkerpop] spmallette commented on issue #1075: Docker gremlin-server test script

>  it seems that all failing tests started with g.V(1). So, it looks like either the ids are different or the data type for the ids is wrong.

i tried to figure this problem out a little bit last week, but couldn't. it's interesting that id based tests are causing trouble. note that `generate-all.groovy` does do some weird stuff around the id manager:

https://github.com/apache/tinkerpop/blob/2e84dfb3ac24f87f682f7c6d2898f07433d9818f/gremlin-server/src/test/scripts/generate-all.groovy#L44

is it possible that this isn't being initialize properly through docker?

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