Bug Type (问题类型)
gremlin (结果不合预期)
Before submit
Environment (环境信息)
- Server Version: v0.12.0
- Backend: RocksDB x nodes, HDD or SSD
- OS: xx CPUs, xx G RAM, Centos 7.x
- Data Size: 少于1000vertices, 少于1000 edges
Expected & Actual behavior (期望与实际表现)
g.V().hasLabel('cmdb_model_group').has('cmdb_parent_id', '-1')
.repeat(__.out('cmdb_parent').has('tenant_id', 'operate'))
.until(__.outE('cmdb_parent').count().is(0)).tree()
同样的gremlin语句,在0.11.2版本中执行返回的数据和在0.12.0版本中执行返回的数据不一样。
数据库的数据是一样的。
期望:执行结果一样
实际:执行结果不一样
result.zip
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
Bug Type (问题类型)
gremlin (结果不合预期)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
同样的gremlin语句,在0.11.2版本中执行返回的数据和在0.12.0版本中执行返回的数据不一样。
数据库的数据是一样的。
期望:执行结果一样
实际:执行结果不一样
result.zip
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response