File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 Gemfile
9898 bin/**/*
9999 task/**/*
100+ couchbase-opentelemetry/Rakefile
101+ couchbase-opentelemetry/couchbase-opentelemetry*.gemspec
102+ couchbase-opentelemetry/lib/couchbase/opentelemetry/version.rb
100103 - name : Upload artifact - tests and test data
101104 uses : actions/upload-artifact@v4
102105 with :
@@ -169,6 +172,10 @@ jobs:
169172 with :
170173 path : pkg
171174 name : couchbase-${{ needs.source.outputs.gem_version }}
175+ - uses : actions/download-artifact@v4
176+ with :
177+ path : pkg
178+ name : couchbase-opentelemetry-${{ needs.source.outputs.otel_gem_version }}
172179 - name : Build gem
173180 env :
174181 SUPPORTED_RUBY_VERSIONS : " 3.2 3.3 3.4 4.0"
Original file line number Diff line number Diff line change @@ -56,5 +56,5 @@ def assert_operation_metrics(
5656 end
5757
5858 assert_equal count , values . size ,
59- "Expected exactly #{ count } value for meter db.client.operation.duration and attributes #{ attributes . inspect } "
59+ "Expected exactly #{ count } value(s) for meter db.client.operation.duration and attributes #{ attributes . inspect } "
6060end
You can’t perform that action at this time.
0 commit comments