From 60470529006b0d779bad04f18de15a3514790cb4 Mon Sep 17 00:00:00 2001 From: Hannah Ramadan <76922290+hannahramadan@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:58:06 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Kayla Reopelle <87386821+kaylareopelle@users.noreply.github.com> --- .../instrumentation/trilogy/instrumentation_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/instrumentation/trilogy/test/opentelemetry/instrumentation/trilogy/instrumentation_test.rb b/instrumentation/trilogy/test/opentelemetry/instrumentation/trilogy/instrumentation_test.rb index e90c7ae4d..d067db4ff 100644 --- a/instrumentation/trilogy/test/opentelemetry/instrumentation/trilogy/instrumentation_test.rb +++ b/instrumentation/trilogy/test/opentelemetry/instrumentation/trilogy/instrumentation_test.rb @@ -9,8 +9,8 @@ require_relative '../../../../lib/opentelemetry/instrumentation/trilogy' require_relative '../../../../lib/opentelemetry/instrumentation/trilogy/patches/client' -# This test suite requires a running mysql container and dedicated test container. We can use the same -# docker-compose file as the mysql2 instrumentation tests. The test container should have the mysql client. +# This test suite requires a running mysql service within a dedicated test container. We can use the same +# docker-compose service as the mysql2 instrumentation tests. The test container should run the mysql client. # To run tests locally: # 1. Build the opentelemetry/opentelemetry-ruby-contrib image # - docker-compose build