Skip to content

Conversation

@rachelyangdog
Copy link
Contributor

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?

@rachelyangdog rachelyangdog requested review from a team as code owners January 15, 2026 21:51
@rachelyangdog rachelyangdog requested review from mhlidd and removed request for a team January 15, 2026 21:51
@rachelyangdog rachelyangdog marked this pull request as draft January 15, 2026 21:51
@github-actions
Copy link
Contributor

github-actions bot commented Jan 15, 2026

CODEOWNERS have been resolved as:

utils/build/docker/golang/parametric/logs.go                            @DataDog/dd-trace-go-guild @DataDog/system-tests-core
tests/parametric/test_otel_logs.py                                      @DataDog/system-tests-core @DataDog/apm-sdk-capabilities
utils/build/docker/golang/go.work.sum                                   @DataDog/dd-trace-go-guild @DataDog/system-tests-core
utils/build/docker/golang/parametric/go.mod                             @DataDog/dd-trace-go-guild @DataDog/system-tests-core
utils/build/docker/golang/parametric/go.sum                             @DataDog/dd-trace-go-guild @DataDog/system-tests-core
utils/build/docker/golang/parametric/helpers.go                         @DataDog/dd-trace-go-guild @DataDog/system-tests-core
utils/build/docker/golang/parametric/main.go                            @DataDog/dd-trace-go-guild @DataDog/system-tests-core

@datadog-datadog-prod-us1
Copy link

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

⚠️ Tests

Fix all issues with Cursor

⚠️ Warnings

❄️ 2 New flaky tests detected

tests.appsec.api_security.test_endpoint_discovery.Test_Endpoint_Discovery.test_single_is_first[uwsgi-poc] from system_tests_suite (Datadog) (Fix with Cursor)
AssertionError: Expected one is_first=true payload, found 2
assert 2 == 1

self = <tests.appsec.api_security.test_endpoint_discovery.Test_Endpoint_Discovery object at 0x7f9245e1d160>

    def test_single_is_first(self):
        """Verify that the is_first flag appears exactly once in telemetry.
    
        Mandatory for the feature.
        """
...
tests.appsec.api_security.test_schemas.Test_Schema_Request_Path_Parameters.test_request_method[spring-boot-wildfly] from system_tests_suite (Datadog) (Fix with Cursor)
assert None

self = <tests.appsec.api_security.test_schemas.Test_Schema_Request_Path_Parameters object at 0x7f5f24329ca0>

    def test_request_method(self):
        """Can provide request path parameters schema"""
        schema = get_schema(self.request, "req.params")
        assert self.request.status_code == 200
>       assert schema
E       assert None
...

🧪 6 Tests failed

    tests.parametric.test_otel_logs.Test_FR03_Resource_Attributes.test_dd_env_vars_override_otel[library_env0, parametric-nodejs] from system_tests_suite (Fix with Cursor)

tests.parametric.test_otel_logs.Test_FR03_Resource_Attributes.test_dd_env_vars_override_otel[library_env0, parametric-python] from system_tests_suite (Datadog) (Fix with Cursor)
AssertionError: assert 'otelenv' == 'ddenv'
  - ddenv
  + otelenv

self = <tests.parametric.test_otel_logs.Test_FR03_Resource_Attributes object at 0x7f283a0d5b50>
test_agent = <utils.docker_fixtures._test_agent.TestAgentAPI object at 0x7f2805547ef0>
test_library = <utils.docker_fixtures._test_clients._test_client_parametric.ParametricTestClientApi object at 0x7f28050368d0>

    @pytest.mark.parametrize(
        "library_env",
...

    tests.parametric.test_otel_logs.Test_FR09_Log_Injection.test_log_injection_when_otel_enabled[library_env0, parametric-nodejs] from system_tests_suite (Fix with Cursor)

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

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