Skip to content

Commit d8abd2f

Browse files
chore: activate easy wins for @DataDog/apm-sdk-capabilities
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6d729fe commit d8abd2f

1 file changed

Lines changed: 47 additions & 5 deletions

File tree

manifests/java.yml

Lines changed: 47 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3589,6 +3589,9 @@ manifest:
35893589
tests/otel/test_tracing_otlp.py::Test_Otel_Tracing_OTLP:
35903590
- weblog_declaration:
35913591
"*": v1.62.0
3592+
spring-boot-3-native: v1.62.0 # TODO: a lower version might be supported
3593+
tests/otel/test_tracing_otlp.py::Test_Otel_Tracing_OTLP::test_single_server_trace:
3594+
- weblog_declaration:
35923595
spring-boot-3-native: missing_feature
35933596
tests/otel_tracing_e2e/test_e2e.py::Test_OTelLogE2E: irrelevant
35943597
tests/otel_tracing_e2e/test_e2e.py::Test_OTelMetricE2E: irrelevant
@@ -3804,9 +3807,13 @@ manifest:
38043807
tests/parametric/test_parametric_endpoints.py::Test_Parametric_FFE_Start: v1.56.0
38053808
tests/parametric/test_parametric_endpoints.py::Test_Parametric_Otel_Baggage: missing_feature (otel baggage is not supported)
38063809
tests/parametric/test_parametric_endpoints.py::Test_Parametric_Otel_Current_Span: bug (APMAPI-778) # Current span endpoint does not return DataDog spans created by the otel api
3807-
tests/parametric/test_parametric_endpoints.py::Test_Parametric_Write_Log: missing_feature
3808-
tests/parametric/test_parametric_endpoints.py::Test_Parametric_Write_Log::test_create_logger: incomplete_test_app (Logs endpoint is only implemented in python and node.js app)
3809-
tests/parametric/test_parametric_endpoints.py::Test_Parametric_Write_Log::test_write_log: incomplete_test_app (Logs endpoint is only implemented in python and node.js app)
3810+
tests/parametric/test_parametric_endpoints.py::Test_Parametric_Write_Log: '>=1.62.0' # TODO: a lower version might be supported
3811+
tests/parametric/test_parametric_endpoints.py::Test_Parametric_Write_Log::test_create_logger: # TODO: a lower version might be supported
3812+
- declaration: incomplete_test_app (Logs endpoint is only implemented in python and node.js app)
3813+
component_version: <1.62.0
3814+
tests/parametric/test_parametric_endpoints.py::Test_Parametric_Write_Log::test_write_log: # TODO: a lower version might be supported
3815+
- declaration: incomplete_test_app (Logs endpoint is only implemented in python and node.js app)
3816+
component_version: <1.62.0
38103817
tests/parametric/test_partial_flushing.py::Test_Partial_Flushing::test_partial_flushing_one_span: 'missing_feature (java uses ''>'' so it needs one more span to force a partial flush)'
38113818
tests/parametric/test_partial_flushing.py::Test_Partial_Flushing::test_partial_flushing_one_span_default: 'missing_feature (java uses ''>'' so it needs one more span to force a partial flush)'
38123819
tests/parametric/test_process_discovery.py::Test_ProcessDiscovery: v1.55.0-SNAPSHOT
@@ -4242,7 +4249,12 @@ manifest:
42424249
akka-http: irrelevant (integration injects Date header after bytecode injection occurs)
42434250
play: irrelevant (integration injects Date header after bytecode injection occurs)
42444251
tests/test_library_logs.py::Test_NoExceptions::test_dotnet: irrelevant (only for .NET)
4245-
tests/test_otlp_runtime_metrics.py::Test_OtlpRuntimeMetrics::test_dd_metrics_are_absent: bug (APMAPI-1952)
4252+
tests/test_otlp_runtime_metrics.py::Test_OtlpRuntimeMetrics::test_dd_metrics_are_absent: # TODO: a lower version might be supported
4253+
- declaration: bug (APMAPI-1952)
4254+
component_version: <1.62.0
4255+
weblog: [spring-boot-undertow, spring-boot-3-native, vertx4, spring-boot-openliberty, jersey-grizzly2, play, vertx3, resteasy-netty3, spring-boot-jetty]
4256+
- declaration: bug (APMAPI-1952)
4257+
excluded_weblog: [spring-boot-undertow, spring-boot-3-native, vertx4, spring-boot-openliberty, jersey-grizzly2, play, vertx3, resteasy-netty3, spring-boot-jetty]
42464258
tests/test_otlp_runtime_metrics.py::Test_OtlpRuntimeMetrics::test_otel_metrics_are_present: missing_feature
42474259
tests/test_profiling.py::Test_Profile:
42484260
- weblog_declaration:
@@ -4269,7 +4281,24 @@ manifest:
42694281
"*": irrelevant (RUM injection only supported for spring-boot)
42704282
spring-boot: v1.49.0
42714283
tests/test_sampling_rate_capping.py::Test_SamplingRateCappedIncrease: v1.60.0-SNAPSHOT+c95286e6a5
4272-
tests/test_sampling_rate_capping.py::Test_SamplingRateCappedIncrease::test_sampling_rate_capped_increase: missing_feature
4284+
tests/test_sampling_rate_capping.py::Test_SamplingRateCappedIncrease::test_sampling_rate_capped_increase: # TODO: a lower version might be supported
4285+
- weblog_declaration:
4286+
'*': missing_feature
4287+
spring-boot-undertow: '>=1.62.0'
4288+
spring-boot-wildfly: '>=1.62.0'
4289+
spring-boot-3-native: '>=1.62.0'
4290+
vertx4: '>=1.62.0'
4291+
spring-boot-openliberty: '>=1.62.0'
4292+
ratpack: '>=1.62.0'
4293+
jersey-grizzly2: '>=1.62.0'
4294+
spring-boot: '>=1.62.0'
4295+
play: '>=1.62.0'
4296+
vertx3: '>=1.62.0'
4297+
akka-http: '>=1.62.0'
4298+
resteasy-netty3: '>=1.62.0'
4299+
uds-spring-boot: '>=1.62.0'
4300+
spring-boot-payara: '>=1.62.0'
4301+
spring-boot-jetty: '>=1.62.0'
42734302
tests/test_sampling_rates.py::Test_SampleRateFunction:
42744303
- weblog_declaration:
42754304
"*": v1.49.0
@@ -4357,6 +4386,19 @@ manifest:
43574386
- weblog_declaration:
43584387
'*': missing_feature
43594388
spring-boot: v1.23.0
4389+
spring-boot-undertow: v1.62.0 # TODO: a lower version might be supported
4390+
spring-boot-wildfly: v1.62.0 # TODO: a lower version might be supported
4391+
vertx4: v1.62.0 # TODO: a lower version might be supported
4392+
spring-boot-openliberty: v1.62.0 # TODO: a lower version might be supported
4393+
ratpack: v1.62.0 # TODO: a lower version might be supported
4394+
jersey-grizzly2: v1.62.0 # TODO: a lower version might be supported
4395+
play: v1.62.0 # TODO: a lower version might be supported
4396+
vertx3: v1.62.0 # TODO: a lower version might be supported
4397+
akka-http: v1.62.0 # TODO: a lower version might be supported
4398+
resteasy-netty3: v1.62.0 # TODO: a lower version might be supported
4399+
uds-spring-boot: v1.62.0 # TODO: a lower version might be supported
4400+
spring-boot-payara: v1.62.0 # TODO: a lower version might be supported
4401+
spring-boot-jetty: v1.62.0 # TODO: a lower version might be supported
43604402
tests/test_telemetry.py::Test_Log_Generation: # Modified by easy win activation script
43614403
- weblog_declaration:
43624404
'*': missing_feature

0 commit comments

Comments
 (0)