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

Fix error in GitHub Actions integration tests #497

Merged
merged 1 commit into from
Dec 18, 2020

Conversation

AzfaarQureshi
Copy link
Contributor

Integration tests can't actually compare to origin/master because the entire git tree wasn't being cloned in the action 😞 I fixed this by setting fetch-depth to 0.
Screen Shot 2020-12-17 at 5 29 51 PM

Missed this because the failure was silent and the job is actually passing because the makefile continues onto the last step (and returns a success exit code) instead of aborting at the fatal error.

@AzfaarQureshi AzfaarQureshi changed the title Fix error in integration tests on contrib Fix error in GitHub Actions integration tests Dec 17, 2020
@MrAlias MrAlias merged commit ec22a4d into open-telemetry:master Dec 18, 2020
plantfansam referenced this pull request in plantfansam/opentelemetry-go-contrib Mar 18, 2022
* opentelemetry collector exporter

- missing load test
- missing resources

* fix review comments.

* add test for each SpanKind and Attribute Type.

* rename otelcol to otlp

* move exporter/trace/otlp to exporters/otlp

* more review comments.

* add alignment test.

* pass context to uploadSpans
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.

3 participants