fix: context ignore test cases and remove unnecessary tests
This commit is contained in:
parent
6719c7beff
commit
070beefe7e
6 changed files with 8 additions and 836 deletions
|
|
@ -330,7 +330,8 @@ like($tp_resp_extract,
|
|||
'tracestate - trace context extract (trace headers)');
|
||||
|
||||
#trace context: inject
|
||||
like($t_resp_inject, qr/X-Otel-Traceparent/,
|
||||
like($t_resp_inject,
|
||||
qr/Traceparent: 00-$$spans{span6}{trace_id}-$$spans{span6}{span_id}-01/,
|
||||
'traceparent - trace context inject (no trace headers)');
|
||||
unlike($t_resp_inject, qr/X-Otel-Tracestate/,
|
||||
'no tracestate - trace context inject (no trace headers)');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue