-
Notifications
You must be signed in to change notification settings - Fork 92
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
refact(client): update tests for new OLTP traverser APIs #550
Conversation
ci error
|
due to changes in MetricsAPI.java cc @imbajin -> cc @SunnyBoy-WYH |
hugegraph-client/src/main/java/org/apache/hugegraph/structure/traverser/VEStepEntity.java
Outdated
Show resolved
Hide resolved
hugegraph-client/src/main/java/org/apache/hugegraph/structure/traverser/VESteps.java
Show resolved
Hide resolved
hugegraph-client/src/main/java/org/apache/hugegraph/structure/traverser/VESteps.java
Outdated
Show resolved
Hide resolved
hugegraph-client/src/main/java/org/apache/hugegraph/structure/traverser/WeightedPath.java
Outdated
Show resolved
Hide resolved
hugegraph-client/src/test/java/org/apache/hugegraph/api/traverser/KneighborApiTest.java
Outdated
Show resolved
Hide resolved
hugegraph-client/src/main/java/org/apache/hugegraph/structure/traverser/VEStepEntity.java
Outdated
Show resolved
Hide resolved
hugegraph-client/src/test/java/org/apache/hugegraph/api/auth/TokenApiTest.java
Outdated
Show resolved
Hide resolved
hugegraph-client/src/test/java/org/apache/hugegraph/api/traverser/CountApiTest.java
Show resolved
Hide resolved
builder.step().direction(Direction.BOTH) | ||
.properties("date", "P.gt(\"2014-01-01 00:00:00\")"); | ||
builder.steps() | ||
.direction(Direction.BOTH) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can move direction into VEStepEntity in the future
hugegraph-client/src/test/java/org/apache/hugegraph/api/traverser/KneighborApiTest.java
Outdated
Show resolved
Hide resolved
afe81aa
to
7e00d6a
Compare
@@ -253,6 +254,7 @@ public void testCountWithLabel() { | |||
} | |||
|
|||
@Test | |||
@Ignore | |||
public void testCountWithProperties() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note:This test ignore now & need handle it later
Purpose of the PR
Main Changes
Updata api tests with new traverser structure
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODO
Doc - Done
Doc - No Need