-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Failed test][cmd/opampsupervisor] TestSupervisorPersistsNewInstanceID randomly failed #36850
Comments
Pinging code owners for cmd/opampsupervisor: @evan-bradley @atoulme @tigrannajaryan. See Adding Labels via Comments if you do not have permissions to add labels yourself. For example, comment '/label priority:p2 -needs-triaged' to set the priority and remove the needs-triaged label. |
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
this is TestSupervisorStartsCollectorWithRemoteConfig but with the same failure |
…ig status (open-telemetry#36849) #### Description When working on an unrelated PR I noticed that one of the opamp supervisor e2e tests was randomly failing, due to a nil pointer access - see https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12350739300/job/34464544343?pr=36844#step:8:647 This PR avoids this by using the `GetConfigHash()` method of the `remoteConfig` instead of directly accessing the `ConfigHash` property. #### Link to tracking issue Fixes open-telemetry#36850 --------- Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
…ig status (open-telemetry#36849) #### Description When working on an unrelated PR I noticed that one of the opamp supervisor e2e tests was randomly failing, due to a nil pointer access - see https://github.com/open-telemetry/opentelemetry-collector-contrib/actions/runs/12350739300/job/34464544343?pr=36844#step:8:647 This PR avoids this by using the `GetConfigHash()` method of the `remoteConfig` instead of directly accessing the `ConfigHash` property. #### Link to tracking issue Fixes open-telemetry#36850 --------- Signed-off-by: Florian Bacher <florian.bacher@dynatrace.com>
Component(s)
cmd/opampsupervisor
Describe the issue you're reporting
E.g.: TestSupervisorPersistsNewInstanceID
The text was updated successfully, but these errors were encountered: