Skip to content

Commit ea959f2

Browse files
authored
[Java] Disable all tests depending on telemetry key (#6486)
Co-authored-by: matthew.li <matthew.li@datadoghq.com>
1 parent 11885e2 commit ea959f2

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

manifests/java.yml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,6 +1630,9 @@ manifest:
16301630
ratpack: missing_feature (endpoint not implemented)
16311631
vertx3: missing_feature (endpoint not implemented)
16321632
vertx4: missing_feature (endpoint not implemented)
1633+
tests/appsec/test_asm_standalone.py::Test_SCAStandalone_Telemetry_V2::test_telemetry_sca_enabled_propagated:
1634+
- declaration: missing_feature (Temporarily disabling until Java PR is merged https://github.com/DataDog/dd-trace-java/pull/10823)
1635+
component_version: '>=1.60.1'
16331636
tests/appsec/test_asm_standalone.py::Test_UserEventsStandalone_Automated:
16341637
- weblog_declaration:
16351638
"*": v1.45.0
@@ -3050,7 +3053,7 @@ manifest:
30503053
- declaration: missing_feature (Not implemented yet)
30513054
component_version: <1.52.0
30523055
tests/docker_ssi/test_docker_ssi_appsec.py::TestDockerSSIAppsecFeatures::test_telemetry_source_ssi:
3053-
- declaration: missing_feature (Temporarily disabling until Java PR is merged https://github.com/DataDog/dd-trace-java/pull/10788)
3056+
- declaration: missing_feature (Temporarily disabling until Java PR is merged https://github.com/DataDog/dd-trace-java/pull/10823)
30543057
component_version: '>=1.60.1'
30553058
tests/docker_ssi/test_docker_ssi_crash.py::TestDockerSSICrash::test_crash: missing_feature (No implemented the endpoint /crashme)
30563059
tests/ffe/test_dynamic_evaluation.py:
@@ -3708,20 +3711,22 @@ manifest:
37083711
- component_version: ">=1.57.0"
37093712
declaration: flaky (APMAPI-1785)
37103713
tests/parametric/test_telemetry.py::Test_Consistent_Configs: missing_feature
3711-
tests/parametric/test_telemetry.py::Test_Defaults: v1.31.0
3712-
tests/parametric/test_telemetry.py::Test_Environment: v1.31.0
3714+
tests/parametric/test_telemetry.py::Test_Defaults: '>=1.31.0 <1.60.1' # temporarily disabling until Java PR is merged (https://github.com/DataDog/dd-trace-java/pull/10823)
3715+
tests/parametric/test_telemetry.py::Test_Environment: '>=1.31.0 <1.60.1' # temporarily disabling until Java PR is merged (https://github.com/DataDog/dd-trace-java/pull/10823)
37133716
tests/parametric/test_telemetry.py::Test_Environment::test_telemetry_otel_env_hiding: missing_feature (Not implemented)
37143717
tests/parametric/test_telemetry.py::Test_Environment::test_telemetry_otel_env_invalid: missing_feature (Not implemented)
3715-
tests/parametric/test_telemetry.py::Test_Stable_Configuration_Origin: v1.47.0-SNAPSHOT
3718+
tests/parametric/test_telemetry.py::Test_Stable_Configuration_Origin: '>=1.47.0-SNAPSHOT <1.60.1'
37163719
tests/parametric/test_telemetry.py::Test_Stable_Configuration_Origin::test_stable_configuration_config_id:
37173720
- declaration: missing_feature (Not implemented)
37183721
component_version: <=1.53.0-SNAPSHOT
3722+
- declaration: missing_feature (Temporarily disabling until Java PR is merged https://github.com/DataDog/dd-trace-java/pull/10823)
3723+
component_version: '>=1.60.1'
37193724
? tests/parametric/test_telemetry.py::Test_Stable_Configuration_Origin::test_stable_configuration_origin_extended_configs_temporary_use_case
37203725
: irrelevant (temporary use case for python, ruby and nodejs)
37213726
tests/parametric/test_telemetry.py::Test_TelemetryInstallSignature: v1.27.0
3722-
tests/parametric/test_telemetry.py::Test_TelemetrySCAEnvVar: v1.34.0
3727+
tests/parametric/test_telemetry.py::Test_TelemetrySCAEnvVar: '>=1.34.0 <1.60.1' # temporarily disabling until Java PR is merged (https://github.com/DataDog/dd-trace-java/pull/10823)
37233728
tests/parametric/test_telemetry.py::Test_TelemetrySCAEnvVar::test_telemetry_sca_enabled_propagated_specifics: irrelevant
3724-
tests/parametric/test_telemetry.py::Test_TelemetrySSIConfigs: v1.51.0
3729+
tests/parametric/test_telemetry.py::Test_TelemetrySSIConfigs: '>=1.51.0 <1.60.1' # temporarily disabling until Java PR is merged (https://github.com/DataDog/dd-trace-java/pull/10823)
37253730
tests/parametric/test_trace_sampling.py::Test_Trace_Sampling_Basic: v0.111.0
37263731
tests/parametric/test_trace_sampling.py::Test_Trace_Sampling_Globs: v1.25.1
37273732
tests/parametric/test_trace_sampling.py::Test_Trace_Sampling_Globs_Feb2024_Revision: v1.30.0
@@ -4285,6 +4290,8 @@ manifest:
42854290
tests/test_telemetry.py::Test_Telemetry::test_app_started_client_configuration: # Created by easy win activation script
42864291
- weblog_declaration:
42874292
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
4293+
- declaration: missing_feature (Temporarily disabling until Java PR is merged https://github.com/DataDog/dd-trace-java/pull/10823)
4294+
component_version: '>=1.60.1'
42884295
tests/test_telemetry.py::Test_Telemetry::test_app_started_is_first_message: # Created by easy win activation script
42894296
- weblog_declaration:
42904297
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
@@ -4307,6 +4314,8 @@ manifest:
43074314
- weblog_declaration:
43084315
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)
43094316
tests/test_telemetry.py::Test_TelemetryEnhancedConfigReporting:
4317+
- declaration: missing_feature (Temporarily disabling until Java PR is merged https://github.com/DataDog/dd-trace-java/pull/10823)
4318+
component_version: '>=1.60.1'
43104319
- weblog_declaration:
43114320
"*": v1.54.0-SNAPSHOT
43124321
spring-boot-3-native: missing_feature (GraalVM. Tracing support only)

0 commit comments

Comments
 (0)