Skip to content

Commit 69445d7

Browse files
authored
[.NET] Enable more CSS tests for dotnet (#7250)
1 parent 093c3f3 commit 69445d7

1 file changed

Lines changed: 32 additions & 4 deletions

File tree

manifests/dotnet.yml

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -883,12 +883,21 @@ manifest:
883883
component_version: <2.51.0
884884
? tests/parametric/test_headers_tracestate_dd.py::Test_Headers_Tracestate_DD::test_headers_tracestate_dd_evicts_32_or_greater_list_members
885885
: bug (APMAPI-914)
886+
tests/parametric/test_library_tracestats.py::Test_Library_Tracestats::test_agent_populated_fields_empty_TS013:
887+
- declaration: missing_feature
888+
component_version: '<3.43.0'
886889
tests/parametric/test_library_tracestats.py::Test_Library_Tracestats::test_distinct_aggregationkeys_TS003:
887890
- declaration: missing_feature
888891
component_version: '<3.43.0'
892+
tests/parametric/test_library_tracestats.py::Test_Library_Tracestats::test_http_method_endpoint_TS011:
893+
- declaration: missing_feature
894+
component_version: '<3.43.0'
889895
tests/parametric/test_library_tracestats.py::Test_Library_Tracestats::test_measured_spans_TS004:
890896
- declaration: missing_feature
891897
component_version: '<3.43.0'
898+
tests/parametric/test_library_tracestats.py::Test_Library_Tracestats::test_metrics_computed_after_span_finish_TS010:
899+
- declaration: missing_feature
900+
component_version: '<3.43.0'
892901
tests/parametric/test_library_tracestats.py::Test_Library_Tracestats::test_metrics_computed_after_span_finsh_TS009:
893902
- declaration: missing_feature
894903
component_version: '<3.43.0'
@@ -898,6 +907,9 @@ manifest:
898907
tests/parametric/test_library_tracestats.py::Test_Library_Tracestats::test_partial_version_excluded_TS014:
899908
- declaration: missing_feature (CSS v1.2.0 - .NET does not exclude spans with _dd.partial_version from stats aggregation)
900909
component_version: '<3.46.0'
910+
tests/parametric/test_library_tracestats.py::Test_Library_Tracestats::test_payload_metadata_TS012:
911+
- declaration: missing_feature
912+
component_version: '<3.43.0'
901913
tests/parametric/test_library_tracestats.py::Test_Library_Tracestats::test_relative_error_TS008: missing_feature (relative error test is broken)
902914
tests/parametric/test_library_tracestats.py::Test_Library_Tracestats::test_sample_rate_0_TS007:
903915
- declaration: missing_feature
@@ -1088,11 +1100,27 @@ manifest:
10881100
- weblog_declaration:
10891101
uds: '>=3.43.0'
10901102
poc: '>=3.43.0'
1091-
tests/stats/test_stats.py::Test_Client_Stats_Future_Obfuscation_Version: missing_feature
1092-
tests/stats/test_stats.py::Test_Client_Stats_Missing_Obfuscation_Version: missing_feature
1093-
tests/stats/test_stats.py::Test_Client_Stats_Obfuscation_Version_Zero: missing_feature
1094-
tests/stats/test_stats.py::Test_Client_Stats_With_Client_Obfuscation: missing_feature
1103+
tests/stats/test_stats.py::Test_Client_Stats_Future_Obfuscation_Version:
1104+
- weblog_declaration:
1105+
uds: '>=3.43.0'
1106+
poc: '>=3.43.0'
1107+
tests/stats/test_stats.py::Test_Client_Stats_Missing_Obfuscation_Version:
1108+
- weblog_declaration:
1109+
uds: '>=3.43.0'
1110+
poc: '>=3.43.0'
1111+
tests/stats/test_stats.py::Test_Client_Stats_Obfuscation_Version_Zero:
1112+
- weblog_declaration:
1113+
uds: '>=3.43.0'
1114+
poc: '>=3.43.0'
1115+
tests/stats/test_stats.py::Test_Client_Stats_With_Client_Obfuscation:
1116+
- weblog_declaration:
1117+
uds: '>=3.43.0'
1118+
poc: '>=3.43.0'
10951119
tests/stats/test_stats.py::Test_Client_Stats_With_Client_Obfuscation_Disabled: missing_feature
1120+
tests/stats/test_stats.py::Test_Error_Sampler:
1121+
- weblog_declaration:
1122+
uds: '>=3.43.0'
1123+
poc: '>=3.43.0'
10961124
tests/stats/test_stats.py::Test_Peer_Tags:
10971125
- weblog_declaration:
10981126
uds: '>=3.43.0'

0 commit comments

Comments
 (0)