> 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 [email protected]
