This is an automated email from the ASF dual-hosted git repository.
erickguan pushed a change to branch ruby-tests
in repository https://gitbox.apache.org/repos/asf/opendal.git
from ed3bf6fda Start to run Ruby tests
add 07ff3737f Test service independently
No new revisions were added by this update.
Summary of changes:
.../actions/test_behavior_binding_ruby/action.yaml | 2 +-
.github/workflows/test_behavior_binding_ruby.yml | 39 ++++++-
bindings/ruby/README.md | 5 +-
bindings/ruby/Rakefile | 16 ++-
...ocking_op_test.rb => blocking_operator_test.rb} | 6 +-
bindings/ruby/test/capability_test.rb | 4 +-
bindings/ruby/test/io_test.rb | 2 -
bindings/ruby/test/lister_test.rb | 2 -
bindings/ruby/test/metadata_test.rb | 4 +-
bindings/ruby/test/operator_info_test.rb | 6 +-
.../ruby/test/service/blocking_operator_test.rb | 122 +++++++++++++++++++++
11 files changed, 184 insertions(+), 24 deletions(-)
rename bindings/ruby/test/{blocking_op_test.rb => blocking_operator_test.rb}
(95%)
create mode 100644 bindings/ruby/test/service/blocking_operator_test.rb