Skip to content
Open
Changes from all 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
80 changes: 43 additions & 37 deletions manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ manifest:
tests/ai_guard/test_ai_guard_sdk.py::Test_RootSpanUserKeep:
- weblog_declaration:
"*": irrelevant (just one weblog is enough to test the SDK)
"spring-boot": missing_feature
"spring-boot": v1.60.1 # TODO: a lower version might be supported
tests/ai_guard/test_ai_guard_sdk.py::Test_SDK_Disabled:
- weblog_declaration:
"*": irrelevant (just one weblog is enough to test the SDK)
Expand Down Expand Up @@ -66,15 +66,15 @@ manifest:
tests/appsec/api_security/test_api_security_rc.py::Test_API_Security_RC_ASM_DD_processors:
- weblog_declaration:
"*": v1.38.0
akka-http: bug (APPSEC-56888)
akka-http: v1.60.1 # TODO: a lower version might be supported
play: v1.51.0
spring-boot-3-native: irrelevant (GraalVM. Tracing support only)
vertx3: v1.51.0
vertx4: v1.51.0
tests/appsec/api_security/test_api_security_rc.py::Test_API_Security_RC_ASM_DD_scanners:
- weblog_declaration:
"*": v1.38.0
akka-http: bug (APPSEC-56888)
akka-http: v1.60.1 # TODO: a lower version might be supported
play: v1.51.0
spring-boot-3-native: irrelevant (GraalVM. Tracing support only)
vertx3: v1.51.0
Expand Down Expand Up @@ -107,7 +107,7 @@ manifest:
tests/appsec/api_security/test_apisec_sampling.py::Test_API_Security_Sampling_With_Delay:
- weblog_declaration:
"*": v1.48.0
akka-http: bug (APPSEC-56888)
akka-http: v1.60.1 # TODO: a lower version might be supported
play: v1.51.0
spring-boot-3-native: irrelevant (GraalVM. Tracing support only)
vertx3: v1.51.0
Expand All @@ -121,22 +121,22 @@ manifest:
tests/appsec/api_security/test_custom_data_classification.py::Test_API_Security_Custom_Data_Classification_Multiple_Scanners:
- weblog_declaration:
"*": v1.55.0
akka-http: bug (APPSEC-56888)
akka-http: v1.60.1 # TODO: a lower version might be supported
spring-boot-3-native: irrelevant (GraalVM. Tracing support only)
tests/appsec/api_security/test_custom_data_classification.py::Test_API_Security_Custom_Data_Classification_Negative:
- weblog_declaration:
"*": v1.55.0
akka-http: bug (APPSEC-56888)
akka-http: v1.60.1 # TODO: a lower version might be supported
spring-boot-3-native: irrelevant (GraalVM. Tracing support only)
tests/appsec/api_security/test_custom_data_classification.py::Test_API_Security_Custom_Data_Classification_Processor_Override:
- weblog_declaration:
"*": v1.55.0
akka-http: bug (APPSEC-56888)
akka-http: v1.60.1 # TODO: a lower version might be supported
spring-boot-3-native: irrelevant (GraalVM. Tracing support only)
tests/appsec/api_security/test_custom_data_classification.py::Test_API_Security_Custom_Data_Classification_Scanner:
- weblog_declaration:
"*": v1.55.0
akka-http: bug (APPSEC-56888)
akka-http: v1.60.1 # TODO: a lower version might be supported
spring-boot-3-native: irrelevant (GraalVM. Tracing support only)
tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery:
- weblog_declaration:
Expand All @@ -160,7 +160,7 @@ manifest:
spring-boot-jetty: irrelevant (Not applicable to weblog variant)
tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_request_body_type:
- weblog_declaration:
spring-boot: missing_feature
spring-boot: v1.60.1 # TODO: a lower version might be supported
tests/appsec/api_security/test_endpoint_discovery.py::Test_Endpoint_Discovery::test_optional_response_code:
- weblog_declaration:
spring-boot: irrelevant (Not applicable to weblog variant)
Expand All @@ -187,7 +187,7 @@ manifest:
tests/appsec/api_security/test_schemas.py::Test_Schema_Request_Cookies:
- weblog_declaration:
"*": v1.31.0
akka-http: bug (APPSEC-56888)
akka-http: v1.60.1 # TODO: a lower version might be supported
play: v1.51.0-SNAPSHOT
spring-boot-3-native: irrelevant (GraalVM. Tracing support only)
vertx3: v1.51.0-SNAPSHOT
Expand All @@ -198,23 +198,23 @@ manifest:
tests/appsec/api_security/test_schemas.py::Test_Schema_Request_FormUrlEncoded_Body:
- weblog_declaration:
"*": v1.31.0
akka-http: bug (APPSEC-56888)
akka-http: v1.60.1 # TODO: a lower version might be supported
play: v1.51.0-SNAPSHOT
spring-boot-3-native: irrelevant (GraalVM. Tracing support only)
vertx3: v1.51.0-SNAPSHOT
vertx4: v1.51.0-SNAPSHOT
tests/appsec/api_security/test_schemas.py::Test_Schema_Request_Headers:
- weblog_declaration:
"*": v1.31.0
akka-http: bug (APPSEC-56888)
akka-http: v1.60.1 # TODO: a lower version might be supported
play: v1.51.0-SNAPSHOT
spring-boot-3-native: irrelevant (GraalVM. Tracing support only)
vertx3: v1.51.0-SNAPSHOT
vertx4: v1.51.0-SNAPSHOT
tests/appsec/api_security/test_schemas.py::Test_Schema_Request_Json_Body:
- weblog_declaration:
"*": v1.36.0
akka-http: bug (APPSEC-56888)
akka-http: v1.60.1 # TODO: a lower version might be supported
jersey-grizzly2: bug (APPSEC-56846)
play: v1.51.0-SNAPSHOT
resteasy-netty3: v1.54.0-SNAPSHOT+c2aec92b86
Expand All @@ -237,7 +237,7 @@ manifest:
tests/appsec/api_security/test_schemas.py::Test_Schema_Request_Query_Parameters:
- weblog_declaration:
"*": v1.31.0
akka-http: bug (APPSEC-56888)
akka-http: v1.60.1 # TODO: a lower version might be supported
play: v1.51.0-SNAPSHOT
spring-boot-3-native: irrelevant (GraalVM. Tracing support only)
vertx3: v1.51.0-SNAPSHOT
Expand All @@ -252,10 +252,11 @@ manifest:
- weblog_declaration:
'*': missing_feature
vertx3: '>=1.58.2+06122213c8' # Needs to be checked
akka-http: v1.60.1 # TODO: a lower version might be supported
tests/appsec/api_security/test_schemas.py::Test_Schema_Response_Headers:
- weblog_declaration:
"*": v1.51.0-SNAPSHOT
akka-http: bug (APPSEC-56888)
akka-http: v1.60.1 # TODO: a lower version might be supported
spring-boot-3-native: irrelevant (GraalVM. Tracing support only)
tests/appsec/api_security/test_schemas.py::Test_Schema_Response_on_Block:
- weblog_declaration:
Expand Down Expand Up @@ -1156,7 +1157,7 @@ manifest:
tests/appsec/rasp/test_api10.py::Test_API10_request_body:
- weblog_declaration:
"*": missing_feature
vertx3: bug (APPSEC-61153)
vertx3: v1.60.1 # TODO: a lower version might be supported
tests/appsec/rasp/test_api10.py::Test_API10_request_headers:
- weblog_declaration:
"*": missing_feature
Expand All @@ -1168,7 +1169,7 @@ manifest:
tests/appsec/rasp/test_api10.py::Test_API10_response_body:
- weblog_declaration:
"*": missing_feature
vertx3: bug (APPSEC-61153)
vertx3: v1.60.1 # TODO: a lower version might be supported
tests/appsec/rasp/test_api10.py::Test_API10_response_headers:
- weblog_declaration:
"*": missing_feature
Expand Down Expand Up @@ -2365,7 +2366,7 @@ manifest:
tests/appsec/test_shell_execution.py::Test_ShellExecution::test_track_shell_exec: irrelevant (No method for shell execution in Java)
tests/appsec/test_shell_execution.py::Test_ShellExecution::test_truncate_1st_argument: bug (APPSEC-55672)
tests/appsec/test_shell_execution.py::Test_ShellExecution::test_truncate_blank_2nd_argument: bug (APPSEC-55672)
tests/appsec/test_span_tags_headers.py:
tests/appsec/test_span_tags_headers.py: # TODO: a lower version might be supported
- weblog_declaration:
"*": v1.61.0-SNAPSHOT
spring-boot-3-native: irrelevant (GraalVM. Tracing support only)
Expand Down Expand Up @@ -2903,13 +2904,13 @@ manifest:
tests/debugger/test_debugger_inproduct_enablement.py::Test_Debugger_InProduct_Enablement_Exception_Replay:
- weblog_declaration:
"*": missing_feature
spring-boot: bug (DEBUG-5131)
spring-boot-jetty: bug (DEBUG-5131)
spring-boot-openliberty: bug (DEBUG-5131)
spring-boot-payara: bug (DEBUG-5131)
spring-boot-undertow: bug (DEBUG-5131)
spring-boot-wildfly: bug (DEBUG-5131)
uds-spring-boot: bug (DEBUG-5131)
spring-boot: v1.60.1 # TODO: a lower version might be supported
spring-boot-jetty: v1.60.1 # TODO: a lower version might be supported
spring-boot-openliberty: v1.60.1 # TODO: a lower version might be supported
spring-boot-payara: v1.60.1 # TODO: a lower version might be supported
spring-boot-undertow: v1.60.1 # TODO: a lower version might be supported
spring-boot-wildfly: v1.60.1 # TODO: a lower version might be supported
uds-spring-boot: v1.60.1 # TODO: a lower version might be supported
? tests/debugger/test_debugger_inproduct_enablement.py::Test_Debugger_InProduct_Enablement_Exception_Replay::test_inproduct_enablement_exception_replay_apm_multiconfig
: bug (DEBUG-4736)
tests/debugger/test_debugger_pii.py::Test_Debugger_PII_Redaction:
Expand Down Expand Up @@ -3414,7 +3415,7 @@ manifest:
tests/integrations/test_dsm.py::Test_Dsm_Manual_Checkpoint_Inter_Process:
- weblog_declaration:
"*": irrelevant
spring-boot: bug (AIDM-325)
spring-boot: v1.60.1 # TODO: a lower version might be supported
tests/integrations/test_dsm.py::Test_Dsm_Manual_Checkpoint_Intra_Process:
- weblog_declaration:
"*": irrelevant
Expand Down Expand Up @@ -3722,7 +3723,9 @@ manifest:
tests/parametric/test_trace_sampling.py::Test_Trace_Sampling_Tags_Feb2024_Revision: v1.30.0
tests/parametric/test_trace_sampling.py::Test_Trace_Sampling_With_W3C: v1.26.0
tests/parametric/test_tracer.py::Test_TracerSCITagging: v1.12.0
tests/parametric/test_tracer.py::Test_TracerUniversalServiceTagging::test_tracer_service_name_environment_variable: "missing_feature (FIXME: library test client sets empty string as the service name)"
tests/parametric/test_tracer.py::Test_TracerUniversalServiceTagging::test_tracer_service_name_environment_variable: # TODO: a lower version might be supported
- declaration: 'missing_feature (FIXME: library test client sets empty string as the service name)'
component_version: <1.60.1
tests/parametric/test_tracer_flare.py::TestTracerFlareV1: v1.25.1
tests/parametric/test_tracer_flare.py::TestTracerFlareV1::test_tracer_flare_content:
- declaration: missing_feature (tracer log in flare has been implemented at version 1.38.0)
Expand Down Expand Up @@ -3800,7 +3803,7 @@ manifest:
"*": v1.53.0
akka-http: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
jersey-grizzly2: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
play: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
play: v1.60.1 # TODO: a lower version might be supported
ratpack: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
resteasy-netty3: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
spring-boot: v1.50.0
Expand Down Expand Up @@ -3839,7 +3842,7 @@ manifest:
"*": v1.53.0
akka-http: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
jersey-grizzly2: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
play: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
play: v1.60.1 # TODO: a lower version might be supported
ratpack: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
resteasy-netty3: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
spring-boot: v1.50.0
Expand All @@ -3849,7 +3852,7 @@ manifest:
"*": v1.53.0
akka-http: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
jersey-grizzly2: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
play: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
play: v1.60.1 # TODO: a lower version might be supported
ratpack: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
resteasy-netty3: incomplete_test_app (endpoint does not support fetching headers injected to downstream call)
spring-boot: v1.50.0
Expand Down Expand Up @@ -3921,18 +3924,18 @@ manifest:
tests/test_config_consistency.py::Test_Config_ObfuscationQueryStringRegexp_Configured: v1.39.0
? tests/test_config_consistency.py::Test_Config_ObfuscationQueryStringRegexp_Configured::test_query_string_obfuscation_configured_client
: - weblog_declaration:
vertx3: missing_feature (Missing endpoint)
vertx4: missing_feature (Missing endpoint)
vertx3: v1.60.1 # TODO: a lower version might be supported
vertx4: v1.60.1 # TODO: a lower version might be supported
tests/test_config_consistency.py::Test_Config_ObfuscationQueryStringRegexp_Default: v1.39.0
? tests/test_config_consistency.py::Test_Config_ObfuscationQueryStringRegexp_Default::test_query_string_obfuscation_configured_client
: - weblog_declaration:
vertx3: missing_feature (Missing endpoint)
vertx4: missing_feature (Missing endpoint)
vertx3: v1.60.1 # TODO: a lower version might be supported
vertx4: v1.60.1 # TODO: a lower version might be supported
tests/test_config_consistency.py::Test_Config_ObfuscationQueryStringRegexp_Empty: v1.39.0
tests/test_config_consistency.py::Test_Config_ObfuscationQueryStringRegexp_Empty::test_query_string_obfuscation_empty_client:
- weblog_declaration:
vertx3: bug (APMAPI-770)
vertx4: bug (APMAPI-770)
vertx3: v1.60.1 # TODO: a lower version might be supported
vertx4: v1.60.1 # TODO: a lower version might be supported
tests/test_config_consistency.py::Test_Config_RuntimeMetrics_Default: v0.64.0
tests/test_config_consistency.py::Test_Config_RuntimeMetrics_Enabled:
- weblog_declaration:
Expand Down Expand Up @@ -4036,6 +4039,7 @@ manifest:
spring-boot-openliberty: v1.58.2+06122213c8 # Modified by easy win activation script
uds-spring-boot: v1.58.2+06122213c8 # Modified by easy win activation script
spring-boot-payara: v1.58.2+06122213c8 # Modified by easy win activation script
play: v1.60.1 # TODO: a lower version might be supported
tests/test_library_conf.py::Test_ExtractBehavior_Ignore:
- weblog_declaration:
"*": incomplete_test_app (weblog endpoint not implemented)
Expand All @@ -4061,6 +4065,7 @@ manifest:
spring-boot-openliberty: v1.58.2+06122213c8 # Modified by easy win activation script
uds-spring-boot: v1.58.2+06122213c8 # Modified by easy win activation script
spring-boot-payara: v1.58.2+06122213c8 # Modified by easy win activation script
play: v1.60.1 # TODO: a lower version might be supported
tests/test_library_conf.py::Test_ExtractBehavior_Restart_With_Extract_First:
- weblog_declaration:
"*": incomplete_test_app (weblog endpoint not implemented)
Expand All @@ -4073,6 +4078,7 @@ manifest:
spring-boot-openliberty: v1.58.2+06122213c8 # Modified by easy win activation script
uds-spring-boot: v1.58.2+06122213c8 # Modified by easy win activation script
spring-boot-payara: v1.58.2+06122213c8 # Modified by easy win activation script
play: v1.60.1 # TODO: a lower version might be supported
tests/test_library_conf.py::Test_HeaderTags:
- weblog_declaration:
"*": v1.35.0
Expand Down Expand Up @@ -4141,7 +4147,7 @@ manifest:
tests/test_sampling_rates.py::Test_SamplingRates: v0.92.0
tests/test_scrubbing.py::Test_UrlField::test_main:
- weblog_declaration:
akka-http: missing_feature (Need weblog endpoint)
akka-http: v1.60.1 # TODO: a lower version might be supported
jersey-grizzly2: missing_feature (Need weblog endpoint)
vertx3: missing_feature (Need weblog endpoint)
vertx4: missing_feature (Need weblog endpoint)
Expand Down
Loading