orientechnologies / orientdb-gremlin

TinkerPop3 Graph Structure Implementation for OrientDB
Apache License 2.0
93 stars 32 forks source link

Figure out mixed id tests #51

Open velo opened 8 years ago

velo commented 8 years ago

Right now, we are skipping the following GraphTest tests: shouldNotMixTypesForGettingSpecificEdgesWithStringFirst shouldNotMixTypesForGettingSpecificEdgesWithEdgeFirst shouldNotMixTypesForGettingSpecificVerticesWithStringFirst shouldNotMixTypesForGettingSpecificVerticesWithVertexFirst

We must either handle this or get in touch with gremlin folks and add a new feature for this.