-
Notifications
You must be signed in to change notification settings - Fork 595
ci(bindings/go): include go binding into behavior tests #6018
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
9c192b8
to
89571c2
Compare
@Xuanwo Hi, do you know what should I do to enable the tokio context when running sqlite service? https://github.com/apache/opendal/actions/runs/14443414830/job/40498759995?pr=6018#step:22:243 |
89571c2
to
2293b70
Compare
I believe this related to #5995 |
Oh I guess the sqlite service should be skip for go binding now. |
fix: incorrect use of inputs
fix: incorrect use of inputs
3a2bcfe
to
3227ad3
Compare
I think it is ready |
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.
Thanks a lot for building this!
Part of #4892.
This PR separates the CI for bindings/go into ci/lint and ci/behavior_tests, enabling most of all behavior tests for the Go binding.
Please note that I skipped testing for three services:
I will address these issues sequentially later.