-
Notifications
You must be signed in to change notification settings - Fork 522
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
test(binding/java): add behavior test framework #3129
Conversation
bindings/java/src/test/java/org/apache/opendal/services/S3Test.java
Outdated
Show resolved
Hide resolved
# Conflicts: # bindings/java/src/lib.rs # bindings/java/src/operator.rs
Hi, @Xuanwo PTAL |
bindings/java/src/test/java/org/apache/opendal/OperatorTest.java
Outdated
Show resolved
Hide resolved
bindings/java/src/test/java/org/apache/opendal/OperatorTest.java
Outdated
Show resolved
Hide resolved
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.
I suggest we move the redis test in the new framework first instead of making several different things in one PR. This causes a mess for merging.
bindings/java/src/test/java/org/apache/opendal/OperatorInfoTest.java
Outdated
Show resolved
Hide resolved
# Conflicts: # bindings/java/src/lib.rs # bindings/java/src/main/java/org/apache/opendal/Capability.java # bindings/java/src/main/java/org/apache/opendal/Operator.java # bindings/java/src/operator.rs # bindings/java/src/test/java/org/apache/opendal/AsyncStepsTest.java # bindings/java/src/test/java/org/apache/opendal/BlockingOperatorTest.java # bindings/java/src/test/java/org/apache/opendal/OperatorInfoTest.java # bindings/java/src/test/java/org/apache/opendal/OperatorTest.java # bindings/java/src/test/java/org/apache/opendal/RedisServiceTest.java # bindings/java/src/test/java/org/apache/opendal/StepsTest.java
bindings/java/src/main/java/org/apache/opendal/enums/Schema.java
Outdated
Show resolved
Hide resolved
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.
LGTM. Invite @tisonkun to take another look.
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.
Thank you!
By the way, is it necessary to add tests for |
Related: #3066