Skip to content

Conversation

@nccatoni
Copy link
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
Contributor

CODEOWNERS have been resolved as:

manifests/java_otel.yml                                                 @DataDog/system-tests-core
manifests/nodejs_otel.yml                                               @DataDog/system-tests-core
run_all                                                                 @DataDog/system-tests-core
manifests/dotnet.yml                                                    @DataDog/apm-dotnet @DataDog/asm-dotnet
manifests/java.yml                                                      @DataDog/asm-java @DataDog/apm-java
manifests/nodejs.yml                                                    @DataDog/dd-trace-js
manifests/php.yml                                                       @DataDog/apm-php @DataDog/asm-php
manifests/python.yml                                                    @DataDog/apm-python @DataDog/asm-python
manifests/python_otel.yml                                               @DataDog/system-tests-core
tests/appsec/iast/sink/test_header_injection.py                         @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/source/test_body.py                                   @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/iast/source/test_cookie_name.py                            @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_asm_standalone.py                                     @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_blocking_addresses.py                                 @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_ip_blocking_full_denylist.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/test_runtime_activation.py                                 @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_shell_execution.py                                    @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_traces.py                                             @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/test_user_blocking_full_denylist.py                        @DataDog/asm-libraries @DataDog/system-tests-core
tests/appsec/waf/test_addresses.py                                      @DataDog/asm-libraries @DataDog/system-tests-core
tests/debugger/test_debugger_exception_replay.py                        @DataDog/debugger @DataDog/system-tests-core
tests/debugger/test_debugger_probe_status.py                            @DataDog/debugger @DataDog/system-tests-core
tests/integrations/test_open_telemetry.py                               @DataDog/system-tests-core
tests/parametric/test_headers_tracestate_dd.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/remote_config/test_remote_configuration.py                        @DataDog/remote-config @DataDog/system-tests-core
tests/stats/test_stats.py                                               @DataDog/system-tests-core
tests/test_config_consistency.py                                        @DataDog/system-tests-core
utils/manifest/_internal/parser.py                                      @DataDog/system-tests-core

@datadog-datadog-prod-us1
Copy link

datadog-datadog-prod-us1 bot commented Jan 29, 2026

⚠️ Tests

Fix all issues with Cursor

⚠️ Warnings

❄️ 4 New flaky tests detected

tests.appsec.api_security.test_schemas.Test_Scanners.test_request_method[uds-spring-boot] from system_tests_suite (Datadog) (Fix with Cursor)
assert None

self = <tests.appsec.api_security.test_schemas.Test_Scanners object at 0x7f3544f77110>

    def test_request_method(self):
        """Can provide request header schema"""
        schema_cookies = get_schema(self.request, "req.cookies")
        schema_headers = get_schema(self.request, "req.headers")
        assert self.request.status_code == 200
>       assert schema_cookies
...
tests.debugger.test_debugger_pii.Test_Debugger_PII_Redaction_Excluded_Identifiers.test_pii_redaction_excluded_identifiers[poc] from system_tests_suite (Datadog) (Fix with Cursor)
KeyError: 'log170aa-acda-4453-9111-1478a600line'

self = <tests.debugger.test_debugger_pii.Test_Debugger_PII_Redaction_Excluded_Identifiers object at 0x7f5febd78830>

    def test_pii_redaction_excluded_identifiers(self):
        excluded_identifiers = ["_2fa", "cookie", "sessionid"]
>       self._assert(excluded_identifiers, line_probe=True)

tests/debugger/test_debugger_pii.py:248: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
...
tests.debugger.test_debugger_probe_snapshot.Test_Debugger_Method_Probe_Snaphots.test_mix_snapshot[poc] from system_tests_suite (Datadog) (Fix with Cursor)
ValueError: Snapshot logb5dad-853f-4f59-b16d-9474f37b31ea was not received.

self = <tests.debugger.test_debugger_probe_snapshot.Test_Debugger_Method_Probe_Snaphots object at 0x7f51112b86b0>

    @missing_feature(context.library == "nodejs", reason="Not yet implemented", force_skip=True)
    @missing_feature(context.library == "golang", reason="Not yet implemented", force_skip=True)
    def test_mix_snapshot(self):
        self._assert()
>       self._validate_snapshots()

...
tests.otel_tracing_e2e.test_e2e.Test_OTelLogE2E.test_main[spring-boot-native] from system_tests_suite (Datadog) (Fix with Cursor)
requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='api.datad0g.com', port=443): Read timed out. (read timeout=10)

self = <urllib3.connectionpool.HTTPSConnectionPool object at 0x7f8b1d993ce0>
conn = <HTTPSConnection(host='api.datad0g.com', port=443) at 0x7f8b1d993470>
method = 'GET', url = '/api/v2/logs/events?query=trace_id:8890968466693087950'
body = None
headers = {'User-Agent': 'python-requests/2.31.0', 'Accept-Encoding': 'gzip, deflate, br', 'Accept': '*/*', 'Connection': 'keep-...e', 'DD-API-KEY': '--redacted--', 'DD-APPLICATION-KEY': '--redacted--'}
retries = Retry(total=0, connect=None, read=False, redirect=None, status=None)
timeout = Timeout(connect=10, read=10, total=None), chunked = False
response_conn = <HTTPSConnection(host='api.datad0g.com', port=443) at 0x7f8b1d993470>
...
View all

ℹ️ Info

🧪 All tests passed

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

@nccatoni nccatoni marked this pull request as ready for review January 30, 2026 10:36
@nccatoni nccatoni requested review from a team as code owners January 30, 2026 10:36
@nccatoni nccatoni requested review from KowalskiThomas, claponcet, manuel-alvarez-alvarez, mcculls and tabgok and removed request for a team January 30, 2026 10:36
@nccatoni nccatoni merged commit f08db4f into main Jan 30, 2026
2635 of 2639 checks passed
@nccatoni nccatoni deleted the nccatoni/decorator-migration-test branch January 30, 2026 10:37
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.

2 participants