Skip to content

Decorator migration#6127

Merged
nccatoni merged 4 commits into
mainfrom
nccatoni/decorator-migration-test
Jan 28, 2026
Merged

Decorator migration#6127
nccatoni merged 4 commits into
mainfrom
nccatoni/decorator-migration-test

Conversation

@nccatoni
Copy link
Copy Markdown
Collaborator

Motivation

Changes

Workflow

  1. ⚠️ Create your PR as draft ⚠️
  2. Work on you PR until the CI passes
  3. Mark it as ready for review
    • Test logic is modified? -> Get a review from RFC owner.
    • Framework is modified, or non obvious usage of it -> get a review from R&P team

🚀 Once your PR is reviewed and the CI green, you can merge it!

🛟 #apm-shared-testing 🛟

Reviewer checklist

  • Anything but tests/ or manifests/ is modified ? I have the approval from R&P team
  • A docker base image is modified?
    • the relevant build-XXX-image label is present
  • A scenario is added, removed or renamed?

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jan 27, 2026

CODEOWNERS have been resolved as:

run_all                                                                 @DataDog/system-tests-core
manifests/nodejs.yml                                                    @DataDog/dd-trace-js
tests/appsec/iast/utils.py                                              @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_automated_login_events.py                             @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_remote_config_rule_changes.py                         @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/waf/test_addresses.py                                      @DataDog/asm-libraries @DataDog/system-tests-core
tests/integration_frameworks/llm/anthropic/test_anthropic_llmobs.py     @DataDog/ml-observability
tests/integration_frameworks/llm/openai/test_openai_llmobs.py           @DataDog/ml-observability
tests/integrations/crossed_integrations/test_kafka.py                   @DataDog/system-tests-core
tests/integrations/crossed_integrations/test_kinesis.py                 @DataDog/system-tests-core
tests/integrations/crossed_integrations/test_sqs.py                     @DataDog/system-tests-core
tests/integrations/test_db_integrations_sql.py                          @DataDog/system-tests-core
tests/parametric/test_128_bit_traceids.py                               @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_config_consistency.py                             @DataDog/apm-sdk-capabilities
tests/parametric/test_headers_b3.py                                     @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_headers_precedence.py                             @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_headers_tracecontext.py                           @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_headers_tracestate_dd.py                          @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_otel_env_vars.py                                  @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_otel_span_methods.py                              @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_span_links.py                                     @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_span_sampling.py                                  @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_telemetry.py                                      @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/parametric/test_tracer_flare.py                                   @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
tests/test_config_consistency.py                                        @DataDog/system-tests-core
tests/test_library_conf.py                                              @DataDog/system-tests-core
tests/test_standard_tags.py                                             @DataDog/system-tests-core
tests/test_telemetry.py                                                 @DataDog/libdatadog-telemetry @DataDog/apm-sdk-capabilities @DataDog/system-tests-core

@datadog-datadog-prod-us1
Copy link
Copy Markdown

datadog-datadog-prod-us1 Bot commented Jan 27, 2026

⚠️ Tests

Fix all issues with Cursor

⚠️ Warnings

❄️ 254 New flaky tests detected

tests.debugger.test_debugger_expression_language.Test_Debugger_Expression_Language.test_expression_language_access_exception[spring-boot] from system_tests_suite (Datadog) (Fix with Cursor)
AssertionError: The following probes were not found:
  loge9a9a-bc65-4ab1-80e2-c07190e1bda4
assert not {'loge9a9a-bc65-4ab1-80e2-c07190e1bda4'}

self = <tests.debugger.test_debugger_expression_language.Test_Debugger_Expression_Language object at 0x7fb5dd97b590>

    def test_expression_language_access_exception(self):
>       self._assert(expected_response=500)

tests/debugger/test_debugger_expression_language.py:155: 
...
tests.debugger.test_debugger_expression_language.Test_Debugger_Expression_Language.test_expression_language_access_exception[spring-boot-jetty] from system_tests_suite (Datadog) (Fix with Cursor)
AssertionError: The following probes were not found:
  log9502f-beed-47d9-996f-60b0bbc704f0
assert not {'log9502f-beed-47d9-996f-60b0bbc704f0'}

self = <tests.debugger.test_debugger_expression_language.Test_Debugger_Expression_Language object at 0x7fdd697d5880>

    def test_expression_language_access_exception(self):
>       self._assert(expected_response=500)

tests/debugger/test_debugger_expression_language.py:155: 
...

    tests.debugger.test_debugger_expression_language.Test_Debugger_Expression_Language.test_expression_language_access_exception[spring-boot-openliberty] from system_tests_suite (Fix with Cursor)

View all

ℹ️ Info

🧪 All tests passed

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 1ea2de3 | Docs | Datadog PR Page | Was this helpful? Give us feedback!

@nccatoni nccatoni force-pushed the nccatoni/decorator-migration-test branch 2 times, most recently from d6c6460 to 044cb6b Compare January 27, 2026 16:11
@nccatoni nccatoni marked this pull request as ready for review January 28, 2026 14:38
@nccatoni nccatoni requested review from a team as code owners January 28, 2026 14:38
@nccatoni nccatoni requested review from mhlidd and paullegranddc and removed request for a team January 28, 2026 14:38
@nccatoni nccatoni merged commit b4ac854 into main Jan 28, 2026
2464 of 2583 checks passed
@nccatoni nccatoni deleted the nccatoni/decorator-migration-test branch January 28, 2026 14:39
florentinl pushed a commit that referenced this pull request Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant