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

Move api/apitest into the otel/oteltest package #1241

Merged
merged 7 commits into from
Oct 12, 2020

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Oct 11, 2020

Move the existing test harness into the oteltest package and update exported type and functions documentation.

Part of #964

@MrAlias MrAlias added pkg:testing Related to testing or a testing package area:trace Part of OpenTelemetry tracing release:required-for-ga Skip Changelog PRs that do not require a CHANGELOG.md entry labels Oct 11, 2020
@MrAlias MrAlias self-assigned this Oct 11, 2020
@MrAlias MrAlias removed the Skip Changelog PRs that do not require a CHANGELOG.md entry label Oct 11, 2020
@codecov
Copy link

codecov bot commented Oct 11, 2020

Codecov Report

Merging #1241 into master will increase coverage by 0.0%.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1241   +/-   ##
======================================
  Coverage    76.7%   76.7%           
======================================
  Files         130     130           
  Lines        5828    5828           
======================================
+ Hits         4471    4475    +4     
+ Misses       1110    1105    -5     
- Partials      247     248    +1     
Impacted Files Coverage Δ
oteltest/harness.go 100.0% <ø> (ø)
label/set.go 57.1% <0.0%> (ø)
label/value.go 90.2% <0.0%> (ø)
exporters/otlp/otlp.go 76.9% <0.0%> (ø)
exporters/otlp/options.go 50.0% <0.0%> (ø)
api/metric/metrictest/meter.go 100.0% <0.0%> (ø)
internal/metric/async.go
api/metric/metrictest/async.go 77.7% <0.0%> (ø)
sdk/trace/batch_span_processor.go 78.4% <0.0%> (+4.3%) ⬆️

@MrAlias MrAlias added this to the RC1 milestone Oct 11, 2020
@MrAlias MrAlias marked this pull request as ready for review October 11, 2020 18:52
@MrAlias MrAlias merged commit 65044a1 into open-telemetry:master Oct 12, 2020
@MrAlias MrAlias deleted the mv-apitest branch October 12, 2020 15:47
@MrAlias MrAlias mentioned this pull request Nov 20, 2020
AzfaarQureshi pushed a commit to open-o11y/opentelemetry-go that referenced this pull request Dec 3, 2020
)

* Move the apitest package into oteltest

* Add documentation to exported func and type

* Add changes to CHANGELOG

* Update move in other modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:trace Part of OpenTelemetry tracing pkg:testing Related to testing or a testing package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants