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
13 changes: 9 additions & 4 deletions manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3215,7 +3215,12 @@ manifest:
- weblog_declaration:
"*": irrelevant
spring-boot: v0.2.0 # real version not known
tests/integrations/crossed_integrations/test_sqs.py::Test_SQS_PROPAGATION_VIA_MESSAGE_ATTRIBUTES::test_produce_trace_equality: missing_feature (Expected to fail, .NET does not propagate context via msg attrs or uses xray which also doesn't work)
tests/integrations/crossed_integrations/test_sqs.py::Test_SQS_PROPAGATION_VIA_MESSAGE_ATTRIBUTES::test_produce_trace_equality: # TODO: a lower version might be supported
- declaration: missing_feature (Expected to fail, .NET does not propagate context via msg attrs or uses xray which also doesn't work)
component_version: <1.62.0
weblog: [spring-boot]
- declaration: missing_feature (Expected to fail, .NET does not propagate context via msg attrs or uses xray which also doesn't work)
excluded_weblog: [spring-boot]
tests/integrations/crossed_integrations/test_sqs.py::_BaseSQS::test_produce_trace_equality: missing_feature (Expected to fail, .NET does not propagate context via msg attrs or uses xray which also doesn't work)
tests/integrations/test_base_service.py::Test_BaseService_SqlSpan:
- weblog_declaration:
Expand Down Expand Up @@ -3565,15 +3570,15 @@ manifest:
tests/integrations/test_dsm.py::Test_Dsm_Manual_Checkpoint_Intra_Process::test_dsm_manual_checkpoint_intra_process:
- weblog_declaration:
spring-boot: flaky (AIDM-117)
tests/integrations/test_inferred_proxy.py::Test_AWS_API_Gateway_Inferred_Span_Creation:
tests/integrations/test_inferred_proxy.py::Test_AWS_API_Gateway_Inferred_Span_Creation: # Easy win for spring-boot and version 1.62.0
- weblog_declaration:
"*": irrelevant
spring-boot: ">=1.56.0 <1.61.0-SNAPSHOT"
tests/integrations/test_inferred_proxy.py::Test_AWS_API_Gateway_Inferred_Span_Creation_With_Distributed_Context:
tests/integrations/test_inferred_proxy.py::Test_AWS_API_Gateway_Inferred_Span_Creation_With_Distributed_Context: # Easy win for spring-boot and version 1.62.0
- weblog_declaration:
"*": irrelevant
spring-boot: ">=1.56.0 <1.61.0-SNAPSHOT"
tests/integrations/test_inferred_proxy.py::Test_AWS_API_Gateway_Inferred_Span_Creation_With_Error:
tests/integrations/test_inferred_proxy.py::Test_AWS_API_Gateway_Inferred_Span_Creation_With_Error: # Easy win for spring-boot and version 1.62.0
- weblog_declaration:
"*": irrelevant
spring-boot: ">=1.56.0 <1.61.0-SNAPSHOT"
Expand Down
Loading