-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
BUG: Data race in ocmetrics.TestExportProtocolViolations_nodelessFirstMessage #41
Labels
bug
Something isn't working
help wanted
Good issue for contributors to OpenTelemetry Service to pick up
Comments
pjanotti
referenced
this issue
in pjanotti/opentelemetry-service
Jun 27, 2019
* Add initial occollector information * Change client to library * Slight re-wording
tigrannajaryan
added
the
help wanted
Good issue for contributors to OpenTelemetry Service to pick up
label
Jul 4, 2019
looks like it failed again: https://travis-ci.org/open-telemetry/opentelemetry-collector/builds/622115361#L298
|
Another instance. Test failed on #454
|
Looking... |
tigrannajaryan
pushed a commit
that referenced
this issue
Mar 30, 2020
Fix race in TestExportProtocolViolations_nodelessFirstMessage. The race is on the t *testing.T having one of its fields being read and write concurrently. I didn't investigate why this test needs this special timeout handling, just took the obvious fix to protect against the data race - will look at this again later. Fixes #41
MovieStoreGuy
pushed a commit
to atlassian-forks/opentelemetry-collector
that referenced
this issue
Nov 11, 2021
* fix compile errors. * fix lint errors. * add circle-ci job. * rename IDHigh to TraceIDHigh * rename the file. * add go get for goimports and golangci-lint * enable GO111MODULE and remove comments. * remove working dir and update cache name * Add TEST_RESULT env back. * run go mod tidy. * remove go mod download. * add test coverage. * fix TraceID. * fix circlefi config error. * remove install-tools. * remove ALL_TEST_SRC from Makefile.
Troels51
pushed a commit
to Troels51/opentelemetry-collector
that referenced
this issue
Jul 5, 2024
This is to ensure OpenTelemetry works without exception handling.
swiatekm
pushed a commit
to swiatekm/opentelemetry-collector
that referenced
this issue
Oct 9, 2024
Adds the ability for people to mount secrets. This can be used for referencing certificates in the config, like so: secretMounts: - name: jaeger-cert secretName: jaeger-cert mountPath: /etc/tls readOnly: true subPath: jaeger # subPath is optional exporters: jaeger: endpoint: localhost cert_file: /etc/tls/tls.crt key_file: /etc/tls/tls.key
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
help wanted
Good issue for contributors to OpenTelemetry Service to pick up
Test randomly failed when building on Travis CI: https://travis-ci.org/open-telemetry/opentelemetry-service/builds/548680880?utm_source=github_status&utm_medium=notification
The text was updated successfully, but these errors were encountered: