Skip to content

Commit

Permalink
disable all the same tests from net-http on net-http-orchestrion
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <[email protected]>
  • Loading branch information
eliottness committed Jan 10, 2025
1 parent e43b360 commit 37dfad8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions manifests/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ tests/:
Test_API_Security_Sampling_Rate:
'*': v1.60.0
net-http: irrelevant (net-http doesn't handle path params)
net-http-orchestrion: irrelevant (net-http doesn't handle path params)
Test_API_Security_Sampling_With_Delay: missing_feature
test_schemas.py:
Test_Scanners: missing_feature
Expand All @@ -32,6 +33,7 @@ tests/:
Test_Schema_Request_Path_Parameters:
'*': v1.60.0
net-http: irrelevant (net-http cannot list path params)
net-http-orchestrion: 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
Expand Down Expand Up @@ -330,21 +332,27 @@ tests/:
Test_Blocking_request_cookies:
'*': v1.51.0
net-http: irrelevant
net-http-orchestrion: irrelevant
Test_Blocking_request_headers:
'*': v1.51.0
net-http: irrelevant
net-http-orchestrion: irrelevant
Test_Blocking_request_method:
'*': v1.51.0
net-http: irrelevant
net-http-orchestrion: irrelevant
Test_Blocking_request_path_params:
'*': v1.51.0
net-http: irrelevant
net-http-orchestrion: irrelevant
Test_Blocking_request_query:
'*': v1.51.0
net-http: irrelevant
net-http-orchestrion: irrelevant
Test_Blocking_request_uri:
'*': v1.51.0
net-http: irrelevant
net-http-orchestrion: irrelevant
Test_Blocking_response_headers: missing_feature
Test_Blocking_response_status: missing_feature
Test_Blocking_user_id: v1.51.0
Expand Down Expand Up @@ -448,21 +456,26 @@ tests/:
Test_Kinesis_PROPAGATION_VIA_MESSAGE_ATTRIBUTES:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
net-http-orchestrion: missing_feature (Endpoint not implemented)
test_rabbitmq.py:
Test_RabbitMQ_Trace_Context_Propagation:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
net-http-orchestrion: missing_feature (Endpoint not implemented)
test_sns_to_sqs.py:
Test_SNS_Propagation:
"*": irrelevant
net-http: missing_feature
net-http-orchestrion: missing_feature (Endpoint not implemented)
test_sqs.py:
Test_SQS_PROPAGATION_VIA_AWS_XRAY_HEADERS:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
net-http-orchestrion: missing_feature (Endpoint not implemented)
Test_SQS_PROPAGATION_VIA_MESSAGE_ATTRIBUTES:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
net-http-orchestrion: missing_feature (Endpoint not implemented)
test_db_integrations_sql.py:
Test_MsSql: missing_feature
Test_MySql: missing_feature
Expand All @@ -483,27 +496,35 @@ tests/:
Test_DsmKinesis:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
net-http-orchestrion: missing_feature (Endpoint not implemented)
Test_DsmRabbitmq:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
net-http-orchestrion: missing_feature (Endpoint not implemented)
Test_DsmRabbitmq_FanoutExchange:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
net-http-orchestrion: missing_feature (Endpoint not implemented)
Test_DsmRabbitmq_TopicExchange:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
net-http-orchestrion: missing_feature (Endpoint not implemented)
Test_DsmSNS:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
net-http-orchestrion: missing_feature (Endpoint not implemented)
Test_DsmSQS:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
net-http-orchestrion: missing_feature (Endpoint not implemented)
Test_Dsm_Manual_Checkpoint_Inter_Process:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
net-http-orchestrion: missing_feature (Endpoint not implemented)
Test_Dsm_Manual_Checkpoint_Intra_Process:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
net-http-orchestrion: missing_feature (Endpoint not implemented)
test_inferred_proxy.py:
Test_AWS_API_Gateway_Inferred_Span_Creation: missing_feature
test_otel_drop_in.py:
Expand Down

0 comments on commit 37dfad8

Please sign in to comment.