-
Notifications
You must be signed in to change notification settings - Fork 10
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
Query string obfuscation tests for http client and server spans #3783
Conversation
self.r = weblog.get("/make_distant_call", params={"url": "http://weblog:7777/?ssn=123-45-6789"}) | ||
|
||
@missing_feature(context.library == "nodejs", reason="Node only obfuscates queries on the server side") | ||
@missing_feature( |
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.
why test_query_string_obfuscation_empty_client is marked as irrrelevant and test_query_string_obfuscation_configured_client is marked as missing_feature?
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.
should be good now
tests/test_config_consistency.py
Outdated
) | ||
|
||
|
||
@scenarios.default |
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.
if there is not a @scenarios decorator, it's set as default. No marker needed
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.
Conflict to solve
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.
All good, sorry for the previous review, github showed me a strange commit ...
Motivation
Test that
DD_TRACE_OBFUSCATION_QUERY_STRING_REGEXP
applies to both http client and http server spans.Changes
Workflow
codeowners
file quickly.🚀 Once your PR is reviewed, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
[<language>]
, double-check that only<language>
is impacted by the changebuild-XXX-image
label is present