-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] TinkerPop unit test bug #2058
Comments
|
2,3,5,6,7 resolved by #2055 |
|
@zyxxoo problem 6 seems still exist |
@javeme add 2 new problems: (is it related to the previous PR?) |
Bug Type (问题类型)
gremlin (结果不合预期)
Before submit
Environment (环境信息)
Expected & Actual behavior (期望与实际表现)
1. g.addX don't commit transaction, so that g.count throw exception
2. java.lang.IllegalArgumentException: Undefined property key: 'p'
3. g.V().hasId(P.within(Collections.emptyList())).count();
4. tinkerPop don't throw exception if property value is null when disable support null propertity feature;
5. g.V().has("person","name","marko").count().as("a").union(identity(),identity()).select("a");
6. org.apache.hugegraph.exception.NoIndexException: Don't accept query based on properties [some] that are not indexed in any label, may not match secondary condition
7. don't support neq conditon index
8. label null throw exception should be labelCanNotBeNull()
Vertex/Edge example (问题点 / 边数据举例)
No response
Schema [VertexLabel, EdgeLabel, IndexLabel] (元数据结构)
No response
The text was updated successfully, but these errors were encountered: