Skip to content
Draft
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
19 changes: 17 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,23 @@ tests/tracer/ @DataDog/apm-sdk-capabilities
tests/tracer/test_ci.py @DataDog/ci-app-libraries

# Serverless
tests/internal/test_serverless.py @DataDog/apm-core-python @DataDog/apm-serverless
tests/contrib/aws_lambda @DataDog/apm-serverless
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this line removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • tests/internal/test_serverless.py was moved:
    tests/internal/test_serverless.py @DataDog/apm-core-python @DataDog/apm-serverless
  • tests/contrib/aws_lambda was changed to tests/contrib/internal/aws_lambda since the tests/contrib/aws_lambda directory no longer exists

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tests/contrib/aws_lambda dir definitely still exists: https://github.com/DataDog/dd-trace-py/tree/main/tests/contrib/aws_lambda

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My mistake, I applied the internal subdirectory that is under ddtrace to tests as well. I updated the tests directories to be correct (tests/contrib/*) in addition to adding ddtrace/contrib/internal/aws_lambda to the list of directories with an apm-serverless codeowner.

ddtrace/contrib/internal/aws_lambda @DataDog/apm-serverless
ddtrace/contrib/internal/azure_eventhubs @DataDog/apm-serverless
ddtrace/contrib/internal/azure_functions @DataDog/apm-serverless
ddtrace/contrib/internal/azure_servicebus @DataDog/apm-serverless
tests/contrib/aws_lambda @DataDog/apm-serverless
tests/contrib/azure_eventhubs @DataDog/apm-serverless
tests/contrib/azure_functions @DataDog/apm-serverless
tests/contrib/azure_functions_eventhubs @DataDog/apm-serverless
tests/contrib/azure_functions_servicebus @DataDog/apm-serverless
tests/contrib/azure_servicebus @DataDog/apm-serverless
tests/snapshots/tests.contrib.aws_lambda.*. @DataDog/apm-serverless
tests/snapshots/tests.contrib.azure_eventhubs.* @DataDog/apm-serverless
tests/snapshots/tests.contrib.azure_functions.* @DataDog/apm-serverless
tests/snapshots/tests.contrib.azure_functions_eventhubs.* @DataDog/apm-serverless
tests/snapshots/tests.contrib.azure_functions_servicebus.* @DataDog/apm-serverless
tests/snapshots/tests.contrib.azure_servicebus.* @DataDog/apm-serverless
tests/internal/test_serverless.py @DataDog/apm-core-python @DataDog/apm-serverless

# Data Streams Monitoring
ddtrace/internal/datastreams @DataDog/data-streams-monitoring
Expand Down
Loading