Skip to content

Conversation

@cjihrig
Copy link
Contributor

@cjihrig cjihrig commented Oct 10, 2025

Which problem is this PR solving?

process.env.OTEL_EXPORTER_JAEGER_AGENT_PORT is not cleaned up between tests like process.env.OTEL_EXPORTER_JAEGER_AGENT_HOST is.

Fixes # N/A

Short description of the changes

OTEL_EXPORTER_JAEGER_AGENT_HOST is already cleaned up between tests. This commit also cleans up OTEL_EXPORTER_JAEGER_AGENT_PORT, which is used in several tests.

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  • Existing test suite.

Checklist:

  • Followed the style guidelines of this project
  • Unit tests have been added
  • Documentation has been updated

…en tests

OTEL_EXPORTER_JAEGER_AGENT_HOST is already cleaned up between tests.
This commit also cleans up OTEL_EXPORTER_JAEGER_AGENT_PORT, which
is used in several tests.
@cjihrig cjihrig requested a review from a team as a code owner October 10, 2025 19:00
@codecov
Copy link

codecov bot commented Oct 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.22%. Comparing base (8959e39) to head (90cfecb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6003   +/-   ##
=======================================
  Coverage   95.22%   95.22%           
=======================================
  Files         311      311           
  Lines        8603     8603           
  Branches     1801     1801           
=======================================
  Hits         8192     8192           
  Misses        411      411           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@maryliag maryliag added this pull request to the merge queue Oct 10, 2025
Merged via the queue into open-telemetry:main with commit a26422d Oct 10, 2025
25 checks passed
@otelbot
Copy link
Contributor

otelbot bot commented Oct 10, 2025

Thank you for your contribution @cjihrig! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by taking a few minutes to fill out this survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants