Skip to content

Conversation

@brettlangdon
Copy link
Member

Checklist

  • PR author has checked that all the criteria below are met
  • The PR description includes an overview of the change
  • The PR description articulates the motivation for the change
  • The change includes tests OR the PR description describes a testing strategy
  • The PR description notes risks associated with the change, if any
  • Newly-added code is easy to change
  • The change follows the library release note guidelines
  • The change includes or references documentation updates if necessary
  • Backport labels are set (if applicable)

Reviewer Checklist

  • Reviewer has checked that all the criteria below are met
  • Title is accurate
  • All changes are related to the pull request's stated goal
  • Avoids breaking API changes
  • Testing strategy adequately addresses listed risks
  • Newly-added code is easy to change
  • Release note makes sense to a user of the library
  • If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment
  • Backport labels are set in a manner that is consistent with the release branch maintenance policy

- [x] PR author has checked that all the criteria below are met
- The PR description includes an overview of the change
- The PR description articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

- [ ] Reviewer has checked that all the criteria below are met
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
@brettlangdon brettlangdon requested a review from a team as a code owner September 9, 2025 16:31
@brettlangdon brettlangdon added the changelog/no-changelog A changelog entry is not required for this PR. label Sep 9, 2025
@brettlangdon brettlangdon requested a review from a team as a code owner September 9, 2025 16:31
@brettlangdon brettlangdon enabled auto-merge (squash) September 9, 2025 16:32
@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2025

CODEOWNERS have been resolved as:

.github/workflows/system-tests.yml                                      @DataDog/python-guild @DataDog/apm-core-python
.gitlab-ci.yml                                                          @DataDog/apm-core-python

@brettlangdon brettlangdon changed the title ci: update system-tests commit (#14525) [backport 3.13] ci: update system-tests commit (#14461) [backport 3.13] Sep 9, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2025

Bootstrap import analysis

Comparison of import times between this PR and base.

Summary

The average import time from this PR is: 272 ± 3 ms.

The average import time from base is: 274 ± 3 ms.

The import time difference between this PR and base is: -2.2 ± 0.1 ms.

Import time breakdown

The following import paths have grown:

ddtrace.auto 0.012 ms (0.00%)
ddtrace 0.012 ms (0.00%)
ddtrace.trace 0.012 ms (0.00%)
ddtrace._trace.filters 0.012 ms (0.00%)
ddtrace._trace.processor 0.012 ms (0.00%)
ddtrace._trace.sampler 0.012 ms (0.00%)
ddtrace._trace.span 0.012 ms (0.00%)
ddtrace.ext.net 0.012 ms (0.00%)

The following import paths have shrunk:

ddtrace.auto 2.029 ms (0.75%)
ddtrace.bootstrap.sitecustomize 1.354 ms (0.50%)
ddtrace.bootstrap.preload 1.354 ms (0.50%)
ddtrace.internal.remoteconfig.client 0.642 ms (0.24%)
ddtrace 0.675 ms (0.25%)
ddtrace.internal._unpatched 0.029 ms (0.01%)
json 0.029 ms (0.01%)
json.decoder 0.029 ms (0.01%)
re 0.029 ms (0.01%)
enum 0.029 ms (0.01%)
types 0.029 ms (0.01%)

@brettlangdon brettlangdon merged commit e8c28a9 into 3.13 Sep 9, 2025
880 of 881 checks passed
@brettlangdon brettlangdon deleted the brettlangdon/3.13.update.system-tests branch September 9, 2025 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog A changelog entry is not required for this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants