Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up test cases by using consistent variable name #2672

Merged
merged 2 commits into from
Nov 24, 2021

Conversation

reyang
Copy link
Member

@reyang reyang commented Nov 24, 2021

I noticed this while working on #2671.

This PR only changes one thing - for all the test cases, if they use Sdk.CreateTracerProviderBuilder(), the corresponding local variable name should be tracerProvider rather than sdk, openTelemetry, openTelemetrySdk or shutdownSignal (curious - why did we have this name).

@reyang reyang requested a review from a team November 24, 2021 00:39
@reyang reyang added the infra Infra work - CI/CD, code coverage, linters label Nov 24, 2021
@codecov
Copy link

codecov bot commented Nov 24, 2021

Codecov Report

Merging #2672 (27d11e2) into main (e7f026e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2672   +/-   ##
=======================================
  Coverage   82.27%   82.27%           
=======================================
  Files         249      249           
  Lines        8688     8688           
=======================================
  Hits         7148     7148           
  Misses       1540     1540           

@cijothomas cijothomas merged commit 794450b into open-telemetry:main Nov 24, 2021
@reyang reyang deleted the reyang/test-cleanup branch November 24, 2021 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infra Infra work - CI/CD, code coverage, linters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants