Skip to content

Commit 48c2ffd

Browse files
committed
test: Update grpc, all gems
Previously, an uninitialized constant error for GRPC would raise for instrumentation-all tests
1 parent 303c4dc commit 48c2ffd

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

instrumentation/all/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ group :test do
2929
.sort
3030
.each { |dir| gem "opentelemetry-helpers-#{dir}", path: "../../helpers/#{dir}" }
3131

32-
excluded_instrumentations = %w[. .. all grpc]
32+
excluded_instrumentations = %w[. .. all]
3333
Dir.entries('../')
3434
.select { |entry| File.directory?(File.join('../', entry)) }
3535
.reject { |entry| excluded_instrumentations.include?(entry) }

instrumentation/grpc/lib/opentelemetry/instrumentation/grpc.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ class Error < StandardError; end
1818

1919
require_relative 'grpc/instrumentation'
2020
require_relative 'grpc/version'
21-
require_relative 'grpc/interceptors/client_tracer'

instrumentation/grpc/test/opentelemetry/instrumentation/grpc/interceptors/client_tracer_test.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
require_relative '../../../../test_helper'
88
require_relative '../../../../support/grpc_server_runner'
9+
require_relative '../../../../../lib/opentelemetry/instrumentation/grpc/interceptors/client_tracer'
910

1011
describe OpenTelemetry::Instrumentation::Grpc::Interceptors::ClientTracer do
1112
let(:instrumentation) { OpenTelemetry::Instrumentation::Grpc::Instrumentation.instance }

instrumentation/grpc/test/support/proto/ping_services_pb.rb

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)