-
Notifications
You must be signed in to change notification settings - Fork 3.1k
[chore] Pass runCtx into supervisor Health check test #43681
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
Conversation
|
Added a [chore] here - I don't think a 1 line test fix warrants a changelog |
|
@songy23 Any idea why the CLA check is pending? I have signed the CLA in the past, but it's been a while, and there's no link here if I need to re-sign |
|
I've no idea, maybe try push an empty commit? |
|
No luck :/ @atoulme ? |
|
FYI, CLA seems to be having problem in OTel everywhere https://cloud-native.slack.com/archives/CK8QVEXQB/p1761050105368339 |
8ccd761 to
8e2c594
Compare
Without a valid `runCtx`, anything that attempts to use the context segfaults. In open-telemetry/opentelemetry-collector#14058 I am using the context, so this test borks. This adds the runCtx to fix it. Signed-off-by: sinkingpoint <[email protected]>
8e2c594 to
0029d01
Compare
|
Looks like the CLA stuff got fixed, so this is passing now 🎉 |
Description
Without a valid
runCtx, anything that attempts to use the context segfaults. Inopen-telemetry/opentelemetry-collector#14058 I am using the context, so this test borks. This adds the runCtx to fix it.
Link to tracking issue
open-telemetry/opentelemetry-collector#14058
Testing
Documentation