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
[GO]: OTel API operation naming: Unskipped / Fixed the tests in accordance to OTel attributes remapping #1804
Conversation
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.
There is a test failure on ci
There are conflicts with the main branch
tests/apm_tracing_e2e/test_otel.py
Outdated
| assert handler_span.get("parentID") == roundtrip_span.get("spanID") | ||
|
|
||
| # Assert the spans received from the backend! | ||
| spans = interfaces.backend.assert_request_spans_exist(self.req, query_filter="") | ||
| assert 3 == len(spans), _assert_msg(3, len(spans)) | ||
|
|
||
|
|
||
| def _get_span(spans, span_name): | ||
| def _get_span(spans, span_name, resource_name): |
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.
Perhaps, we can split this method in _get_span_by_name and _get_span_by_resource or something like this, in order to easily read the code. It's a proposal....
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.
Hi, I addressed the proposal, disregard the conflict with go mod files
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.
I also merged the main
Comments have been addressed
|
/merge |
|
🚂 MergeQueue This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals. you can cancel this operation by commenting your pull request with |
|
/remove |
|
🚂 Devflow: |
|
This merge request was unqueued If you need support, contact us on slack #ci-interfaces! |
|
@dianashevchenko please ping me if you need any help to solve the egg-chicken |
Description
Motivation
Workflow
Once your PR is reviewed, you can merge it! ❤️
Reviewer checklist
run-parametric-scenario,run-profiling-scenario...). If this PR modifies any system-tests internal, then add therun-all-scenarioslabel (more info).build-some-imagelabel is present