-
Notifications
You must be signed in to change notification settings - Fork 703
fix(bindings/nodejs): ListOptions test list with deleted #6335
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
Conversation
d9a3f93 to
f212773
Compare
f212773 to
97486ea
Compare
|
@Xuanwo How do I trigger the |
97486ea to
afcd306
Compare
Hi, GitHub doesn't allow forked repositories to trigger tests that require credentials, so this isn't possible. The only way is to become an opendal committer. According to the |
@Xuanwo Then this list_with_deleted test whether you want to take a look again, it always feels a bit wrong,Is it right to list_with(file_path) instead of list_with(parent)? opendal/core/tests/behavior/async_list.rs Lines 619 to 651 in 6ad97f8
|
Yes, it's expected to list the |
Got it, thanks for confirming! |
Which issue does this PR close?
Related #6320
Rationale for this change
fix ListOptions list with deleted test
What changes are included in this PR?
Are there any user-facing changes?