-
Notifications
You must be signed in to change notification settings - Fork 524
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
Tracking issue for Java binding catching up behaviors #3169
Comments
@G-XD you may extend the list above if you have time to sort out all the behavior our Java binding should support. |
Ok, I'll continue to refine the behavior tests of the java binding in my free time. |
@G-XD since you're a committer now, you should be able to directly edit this issue :D |
This can be reasonable. The last time I thought of |
Let's ignore it until we have real use cases. |
Most work has been done, let's close! |
Now that we have a behavior test framework for Java binding, it's possible to catch up features driven by the behavior tests compared with core's behavior tests.
For example:
create_dir
series test(binding/java): add create_dir test #3184copy
series feat(binding/java): addcopy
test #3207rename
series feat(binding/java): addrename
support #3238list
series feat(binding/java): add list & remove_all support #3333presign
series fix(binding/java): fix return value of presign-related method #3433read_only
series test(binding/java): add read_only test #3460list_only
seriesThe text was updated successfully, but these errors were encountered: