Skip to content
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

Merged
merged 26 commits into from
Sep 22, 2023
Merged

test(binding/java): add behavior test framework #3129

merged 26 commits into from
Sep 22, 2023

Conversation

G-XD
Copy link
Contributor

@G-XD G-XD commented Sep 19, 2023

Related: #3066

.github/workflows/service_test_redis.yml Show resolved Hide resolved
bindings/java/.env.example Outdated Show resolved Hide resolved
bindings/java/README.md Outdated Show resolved Hide resolved
bindings/java/README.md Outdated Show resolved Hide resolved
@Xuanwo Xuanwo changed the title test(binding/java): add behavior test framework for java feat(binding/java): add behavior test framework for java Sep 21, 2023
@G-XD
Copy link
Contributor Author

G-XD commented Sep 21, 2023

Hi, @Xuanwo PTAL

Copy link
Member

@tisonkun tisonkun left a 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/README.md 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
Copy link
Member

@Xuanwo Xuanwo left a 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.

@tisonkun tisonkun self-requested a review September 22, 2023 04:47
Copy link
Member

@tisonkun tisonkun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tisonkun tisonkun merged commit 2160dd6 into apache:main Sep 22, 2023
42 checks passed
@tisonkun tisonkun changed the title feat(binding/java): add behavior test framework for java test(binding/java): add behavior test framework Sep 22, 2023
@G-XD
Copy link
Contributor Author

G-XD commented Sep 22, 2023

By the way, is it necessary to add tests for presigned related operations?

@G-XD G-XD deleted the behavior_test_java branch October 13, 2023 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants