Skip to content
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

Migrating compound extraction span link tests to weblog #3499

Merged
merged 20 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/run-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ jobs:
- name: Run TRACE_PROPAGATION_STYLE_W3C scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"TRACE_PROPAGATION_STYLE_W3C"')
run: ./run.sh TRACE_PROPAGATION_STYLE_W3C
- name: Run TRACE_PROPAGATION_STYLE_W3C_DATADOG_B3 scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"TRACE_PROPAGATION_STYLE_W3C_DATADOG_B3"')
run: ./run.sh TRACE_PROPAGATION_STYLE_W3C_DATADOG_B3
- name: Run TRACE_PROPAGATION_STYLE_DATADOG_W3C_B3 scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"TRACE_PROPAGATION_STYLE_DATADOG_W3C_B3"')
run: ./run.sh TRACE_PROPAGATION_STYLE_DATADOG_W3C_B3
- name: Run INTEGRATIONS scenario
if: always() && steps.build.outcome == 'success' && contains(inputs.scenarios, '"INTEGRATIONS"')
run: ./run.sh INTEGRATIONS
Expand Down
4 changes: 4 additions & 0 deletions manifests/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,10 @@ tests/:
Test_Config_UnifiedServiceTagging_Default: missing_feature
test_distributed.py:
Test_DistributedHttp: missing_feature
Test_Span_Links_Flags_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
Test_Span_Links_From_Conflicting_Contexts: missing_feature
Test_Span_Links_From_Conflicting_Contexts_Datadog_Precedence: missing_feature
Test_Span_Links_Omit_Tracestate_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
test_identify.py: irrelevant
test_library_conf.py: irrelevant
test_miscs.py: irrelevant
Expand Down
4 changes: 4 additions & 0 deletions manifests/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,10 @@ tests/:
Test_LibraryHeaders: v2.46.0
test_distributed.py:
Test_DistributedHttp: missing_feature
Test_Span_Links_Flags_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
Test_Span_Links_From_Conflicting_Contexts: missing_feature
Test_Span_Links_From_Conflicting_Contexts_Datadog_Precedence: missing_feature
Test_Span_Links_Omit_Tracestate_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
test_identify.py:
Test_Basic: v2.7.0
Test_Propagate: v2.27.0
Expand Down
4 changes: 4 additions & 0 deletions manifests/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,10 @@ tests/:
Test_LibraryHeaders: v1.60.0.dev0
test_distributed.py:
Test_DistributedHttp: missing_feature
Test_Span_Links_Flags_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
Test_Span_Links_From_Conflicting_Contexts: missing_feature
Test_Span_Links_From_Conflicting_Contexts_Datadog_Precedence: missing_feature
Test_Span_Links_Omit_Tracestate_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
test_identify.py:
Test_Basic: v1.37.0
Test_Propagate: v1.48.0-rc.1
Expand Down
4 changes: 4 additions & 0 deletions manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,10 @@ tests/:
Test_LibraryHeaders: v1.29.0
test_distributed.py:
Test_DistributedHttp: missing_feature
Test_Span_Links_Flags_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
Test_Span_Links_From_Conflicting_Contexts: missing_feature (does not account for span_id of 0)
Test_Span_Links_From_Conflicting_Contexts_Datadog_Precedence: v1.43.0
Test_Span_Links_Omit_Tracestate_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
test_identify.py:
Test_Basic: missing_feature
Test_Propagate: missing_feature
Expand Down
4 changes: 4 additions & 0 deletions manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -737,6 +737,10 @@ tests/:
Test_Config_UnifiedServiceTagging_Default: *ref_5_25_0
test_distributed.py:
Test_DistributedHttp: missing_feature
Test_Span_Links_Flags_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
Test_Span_Links_From_Conflicting_Contexts: missing_feature (does not account for span_id of 0)
Test_Span_Links_From_Conflicting_Contexts_Datadog_Precedence: v5.27.0
Test_Span_Links_Omit_Tracestate_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
test_identify.py:
Test_Basic: v2.4.0
Test_Propagate: *ref_3_2_0
Expand Down
4 changes: 4 additions & 0 deletions manifests/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,10 @@ tests/:
Test_Config_UnifiedServiceTagging_Default: v1.4.0
test_distributed.py:
Test_DistributedHttp: missing_feature
Test_Span_Links_Flags_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
Test_Span_Links_From_Conflicting_Contexts: missing_feature
Test_Span_Links_From_Conflicting_Contexts_Datadog_Precedence: missing_feature
Test_Span_Links_Omit_Tracestate_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
test_identify.py:
Test_Basic: v0.85.0
Test_Propagate: v0.85.0
Expand Down
4 changes: 4 additions & 0 deletions manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,10 @@ tests/:
Test_DistributedHttp:
'*': missing_feature (Missing on weblog)
flask-poc: v1.5.0-rc2 # actual version unknown
Test_Span_Links_Flags_From_Conflicting_Contexts: v2.17.0
Test_Span_Links_From_Conflicting_Contexts: v2.17.0
Test_Span_Links_From_Conflicting_Contexts_Datadog_Precedence: v2.17.0
Test_Span_Links_Omit_Tracestate_From_Conflicting_Contexts: v2.17.0
test_identify.py:
Test_Basic: v1.5.0-rc1
Test_Propagate: v1.9.0
Expand Down
4 changes: 4 additions & 0 deletions manifests/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,10 @@ tests/:
Test_Config_UnifiedServiceTagging_Default: v2.0.0
test_distributed.py:
Test_DistributedHttp: missing_feature
Test_Span_Links_Flags_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
Test_Span_Links_From_Conflicting_Contexts: missing_feature
Test_Span_Links_From_Conflicting_Contexts_Datadog_Precedence: missing_feature
Test_Span_Links_Omit_Tracestate_From_Conflicting_Contexts: missing_feature (implementation specs have not been determined)
test_identify.py:
Test_Basic: v1.0.0
Test_Propagate: missing_feature
Expand Down
Loading
Loading