-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: add process discovery tests #3981
Conversation
d8295c0
to
4789a86
Compare
bed98ec
to
aa2146e
Compare
bb23500
to
76ade03
Compare
manifests/cpp.yml
Outdated
@@ -211,6 +211,7 @@ tests/: | |||
Test_Parametric_Otel_Baggage: missing_feature (otel api is not supported) | |||
Test_Parametric_Otel_Current_Span: missing_feature (otel api is not supported) | |||
Test_Parametric_Otel_Trace_Flush: missing_feature (otel api is not supported) | |||
test_process_discovery.py: v1.0.1.dev |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The error in the CI is not very clear 😭
- versions can only be set at class level (I'm not sure if it's a good limitation ... )
- and keys must be sorted
I'll fix both issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failures are not related
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failure is not related
Genuine question, should they block the PR then? |
They are now blocking the PR, see https://dd.slack.com/archives/C025TJ4RZ8X/p1740584874789959 😅 Those failure are caused by a test using data coming from staging backend which is not stable enough for our purpose. Though, the situation was not that bad for the past 5 months, it has been a while I didn't see them failing. No luck 😭 I'll handle your PR and ping you once it's merged. |
ping @dmehala |
Motivation
Test process discovery feature. RFC
Changes
Reviewer checklist
[<language>]
, double-check that only<language>
is impacted by the changebuild-XXX-image
label is present