diff --git a/manifests/golang.yml b/manifests/golang.yml index f4fd2415ad..06b126924e 100644 --- a/manifests/golang.yml +++ b/manifests/golang.yml @@ -4,7 +4,7 @@ tests/: test_otel.py: Test_Otel_Span: '*': missing_feature (missing /e2e_otel_span endpoint on weblog) - net-http: v0.1 # real version not known + 'net-http*': v0.1 # real version not known test_single_span.py: Test_SingleSpan: '*': missing_feature (missing /e2e_otel_span endpoint on weblog) @@ -21,7 +21,7 @@ tests/: Test_API_Security_Sampling_Different_Status: missing_feature Test_API_Security_Sampling_Rate: '*': v1.60.0 - net-http: irrelevant (net-http doesn't handle path params) + 'net-http*': irrelevant (net-http doesn't handle path params) Test_API_Security_Sampling_With_Delay: missing_feature test_schemas.py: Test_Scanners: missing_feature @@ -31,7 +31,7 @@ tests/: Test_Schema_Request_Json_Body: v1.60.0 Test_Schema_Request_Path_Parameters: '*': v1.60.0 - net-http: irrelevant (net-http cannot list path params) + 'net-http*': irrelevant (net-http cannot list path params) Test_Schema_Request_Query_Parameters: v1.60.0 Test_Schema_Response_Body: missing_feature Test_Schema_Response_Body_env_var: missing_feature @@ -211,8 +211,7 @@ tests/: Test_PathParams: '*': v1.36.0 gin: v1.37.0 - net-http: irrelevant (net-http doesn't handle path params) - net-http-orchestrion: irrelevant (net-http doesn't handle path params) + 'net-http*': irrelevant (net-http doesn't handle path params) Test_ResponseStatus: '*': v1.36.0 gin: v1.37.0 @@ -329,22 +328,22 @@ tests/: Test_Blocking_request_body_multipart: irrelevant (Body blocking happens through SDK) Test_Blocking_request_cookies: '*': v1.51.0 - net-http: irrelevant + 'net-http*': irrelevant Test_Blocking_request_headers: '*': v1.51.0 - net-http: irrelevant + 'net-http*': irrelevant Test_Blocking_request_method: '*': v1.51.0 - net-http: irrelevant + 'net-http*': irrelevant Test_Blocking_request_path_params: '*': v1.51.0 - net-http: irrelevant + 'net-http*': irrelevant Test_Blocking_request_query: '*': v1.51.0 - net-http: irrelevant + 'net-http*': irrelevant Test_Blocking_request_uri: '*': v1.51.0 - net-http: irrelevant + 'net-http*': irrelevant Test_Blocking_response_headers: missing_feature Test_Blocking_response_status: missing_feature Test_Blocking_user_id: v1.51.0 @@ -443,26 +442,26 @@ tests/: test_kafka.py: Test_Kafka: "*": irrelevant - net-http: v0.1 # real version not known + 'net-http*': v0.1 # real version not known test_kinesis.py: Test_Kinesis_PROPAGATION_VIA_MESSAGE_ATTRIBUTES: "*": irrelevant - net-http: missing_feature (Endpoint not implemented) + 'net-http*': missing_feature (Endpoint not implemented) test_rabbitmq.py: Test_RabbitMQ_Trace_Context_Propagation: "*": irrelevant - net-http: missing_feature (Endpoint not implemented) + 'net-http*': missing_feature (Endpoint not implemented) test_sns_to_sqs.py: Test_SNS_Propagation: "*": irrelevant - net-http: missing_feature + 'net-http*': missing_feature test_sqs.py: Test_SQS_PROPAGATION_VIA_AWS_XRAY_HEADERS: "*": irrelevant - net-http: missing_feature (Endpoint not implemented) + 'net-http*': missing_feature (Endpoint not implemented) Test_SQS_PROPAGATION_VIA_MESSAGE_ATTRIBUTES: "*": irrelevant - net-http: missing_feature (Endpoint not implemented) + 'net-http*': missing_feature (Endpoint not implemented) test_db_integrations_sql.py: Test_MsSql: missing_feature Test_MySql: missing_feature @@ -472,38 +471,38 @@ tests/: test_dsm.py: Test_DsmContext_Extraction_Base64: "*": irrelevant - net-http: v0.1 # real version unknown + 'net-http*': v0.1 # real version unknown Test_DsmContext_Injection_Base64: "*": irrelevant - net-http: v0.1 # real version unknown + 'net-http*': v0.1 # real version unknown Test_DsmHttp: missing_feature Test_DsmKafka: "*": irrelevant - net-http: v0.1 # real version unknown + 'net-http*': v0.1 # real version unknown Test_DsmKinesis: "*": irrelevant - net-http: missing_feature (Endpoint not implemented) + 'net-http*': missing_feature (Endpoint not implemented) Test_DsmRabbitmq: "*": irrelevant - net-http: missing_feature (Endpoint not implemented) + 'net-http*': missing_feature (Endpoint not implemented) Test_DsmRabbitmq_FanoutExchange: "*": irrelevant - net-http: missing_feature (Endpoint not implemented) + 'net-http*': missing_feature (Endpoint not implemented) Test_DsmRabbitmq_TopicExchange: "*": irrelevant - net-http: missing_feature (Endpoint not implemented) + 'net-http*': missing_feature (Endpoint not implemented) Test_DsmSNS: "*": irrelevant - net-http: missing_feature (Endpoint not implemented) + 'net-http*': missing_feature (Endpoint not implemented) Test_DsmSQS: "*": irrelevant - net-http: missing_feature (Endpoint not implemented) + 'net-http*': missing_feature (Endpoint not implemented) Test_Dsm_Manual_Checkpoint_Inter_Process: "*": irrelevant - net-http: missing_feature (Endpoint not implemented) + 'net-http*': missing_feature (Endpoint not implemented) Test_Dsm_Manual_Checkpoint_Intra_Process: "*": irrelevant - net-http: missing_feature (Endpoint not implemented) + 'net-http*': missing_feature (Endpoint not implemented) test_inferred_proxy.py: Test_AWS_API_Gateway_Inferred_Span_Creation: missing_feature test_otel_drop_in.py: