Skip to content

Commit

Permalink
Merge pull request #2095 from DataDog/conti/add-aws-sns-testing
Browse files Browse the repository at this point in the history
feat: add aws sns context propagation and DSM tests for dd-trace-py dd-trace-java and dd-trace-js
  • Loading branch information
wconti27 authored Feb 15, 2024
2 parents f75142a + bb300e5 commit dffe0bc
Show file tree
Hide file tree
Showing 24 changed files with 893 additions and 28 deletions.
3 changes: 3 additions & 0 deletions manifests/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ tests/:
Test_Kafka: missing_feature
test_rabbitmq.py:
Test_RabbitMQ_Trace_Context_Propagation: missing_feature
test_sns_to_sqs.py:
Test_SNS_Propagation: missing_feature (Endpoint not implemented)
test_sqs.py:
Test_SQS_PROPAGATION_VIA_AWS_XRAY_HEADERS:
"*": missing_feature (Endpoint not implemented)
Expand All @@ -103,6 +105,7 @@ tests/:
Test_DsmRabbitmq: missing_feature
Test_DsmRabbitmq_FanoutExchange: missing_feature
Test_DsmRabbitmq_TopicExchange: missing_feature
Test_DsmSNS: missing_feature
Test_DsmSQS: missing_feature
parametric/:
test_dynamic_configuration.py:
Expand Down
3 changes: 3 additions & 0 deletions manifests/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ tests/:
Test_Kafka: missing_feature
test_rabbitmq.py:
Test_RabbitMQ_Trace_Context_Propagation: missing_feature
test_sns_to_sqs.py:
Test_SNS_Propagation: missing_feature (Endpoint not implemented)
test_sqs.py:
Test_SQS_PROPAGATION_VIA_AWS_XRAY_HEADERS:
"*": missing_feature (Endpoint not implemented)
Expand All @@ -226,6 +228,7 @@ tests/:
Test_DsmRabbitmq: v2.29.0
Test_DsmRabbitmq_FanoutExchange: missing_feature
Test_DsmRabbitmq_TopicExchange: missing_feature
Test_DsmSNS: missing_feature
Test_DsmSQS: missing_feature
parametric/:
test_dynamic_configuration.py:
Expand Down
7 changes: 7 additions & 0 deletions manifests/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@ tests/:
Test_RabbitMQ_Trace_Context_Propagation:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
test_sns_to_sqs.py:
Test_SNS_Propagation:
"*": irrelevant
net-http: missing_feature
test_sqs.py:
Test_SQS_PROPAGATION_VIA_AWS_XRAY_HEADERS:
"*": irrelevant
Expand Down Expand Up @@ -362,6 +366,9 @@ tests/:
Test_DsmRabbitmq_TopicExchange:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
Test_DsmSNS:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
Test_DsmSQS:
"*": irrelevant
net-http: missing_feature (Endpoint not implemented)
Expand Down
7 changes: 7 additions & 0 deletions manifests/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,10 @@ tests/:
Test_RabbitMQ_Trace_Context_Propagation:
"*": irrelevant
spring-boot: v0.1 # real version not known
test_sns_to_sqs.py:
Test_SNS_Propagation:
"*": irrelevant
spring-boot: v0.1 # real version not known
test_sqs.py:
Test_SQS_PROPAGATION_VIA_AWS_XRAY_HEADERS:
"*": irrelevant
Expand Down Expand Up @@ -909,6 +913,9 @@ tests/:
Test_DsmRabbitmq_TopicExchange:
"*": irrelevant
spring-boot: v1.13.0
Test_DsmSNS:
"*": irrelevant
spring-boot: v0.1 # real version not known
Test_DsmSQS:
"*": irrelevant
spring-boot: v0.1 # real version not known
Expand Down
7 changes: 7 additions & 0 deletions manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ tests/:
Test_RabbitMQ_Trace_Context_Propagation:
"*": irrelevant
express4: v0.1 # real version not known
test_sns_to_sqs.py:
Test_SNS_Propagation:
"*": irrelevant
express4: v0.1 # real version not known
test_sqs.py:
Test_SQS_PROPAGATION_VIA_AWS_XRAY_HEADERS:
"*": irrelevant
Expand Down Expand Up @@ -371,6 +375,9 @@ tests/:
Test_DsmRabbitmq_TopicExchange:
"*": irrelevant
express4: missing_feature
Test_DsmSNS:
"*": irrelevant
express4: v5.2.0
Test_DsmSQS:
"*": irrelevant
express4: v5.2.0
Expand Down
4 changes: 4 additions & 0 deletions manifests/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ tests/:
Test_Kafka: missing_feature
test_rabbitmq.py:
Test_RabbitMQ_Trace_Context_Propagation: missing_feature
test_sns_to_sqs.py:
Test_SNS_Propagation:
"*": missing_feature
test_sqs.py:
Test_SQS_PROPAGATION_VIA_AWS_XRAY_HEADERS:
"*": missing_feature (Endpoint not implemented)
Expand All @@ -198,6 +201,7 @@ tests/:
Test_DsmRabbitmq: missing_feature
Test_DsmRabbitmq_FanoutExchange: missing_feature
Test_DsmRabbitmq_TopicExchange: missing_feature
Test_DsmSNS: missing_feature
Test_DsmSQS: missing_feature
parametric/:
test_dynamic_configuration.py:
Expand Down
7 changes: 7 additions & 0 deletions manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,10 @@ tests/:
test_rabbitmq.py:
Test_RabbitMQ_Trace_Context_Propagation:
'*': irrelevant
flask-poc: v0.1 # real version not known
test_sns_to_sqs.py:
Test_SNS_Propagation:
"*": irrelevant
flask-poc: v2.6.0
test_sqs.py:
Test_SQS_PROPAGATION_VIA_AWS_XRAY_HEADERS:
Expand Down Expand Up @@ -540,6 +544,9 @@ tests/:
Test_DsmRabbitmq_TopicExchange:
'*': irrelevant
flask-poc: missing_feature (endpoint not implemented)
Test_DsmSNS:
'*': irrelevant
flask-poc: v1.16.0
Test_DsmSQS:
'*': irrelevant
flask-poc: v1.16.0
Expand Down
7 changes: 7 additions & 0 deletions manifests/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ tests/:
Test_RabbitMQ_Trace_Context_Propagation:
"*": irrelevant
rails70: missing_feature (Endpoint not implemented)
test_sns_to_sqs.py:
Test_SNS_Propagation:
"*": irrelevant
rails70: missing_feature (Endpoint not implemented)
test_sqs.py:
Test_SQS_PROPAGATION_VIA_AWS_XRAY_HEADERS:
"*": irrelevant
Expand Down Expand Up @@ -249,6 +253,9 @@ tests/:
Test_DsmRabbitmq_TopicExchange:
"*": irrelevant
rails70: missing_feature (Endpoint not implemented)
Test_DsmSNS:
"*": irrelevant
rails70: missing_feature (Endpoint not implemented)
Test_DsmSQS:
"*": irrelevant
rails70: missing_feature (Endpoint not implemented)
Expand Down
Loading

0 comments on commit dffe0bc

Please sign in to comment.