Skip to content

better logging in proxy container#6130

Merged
cbeauchesne merged 1 commit into
mainfrom
cbeauchesne/proxy-logger
Jan 28, 2026
Merged

better logging in proxy container#6130
cbeauchesne merged 1 commit into
mainfrom
cbeauchesne/proxy-logger

Conversation

@cbeauchesne
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

CODEOWNERS have been resolved as:

utils/proxy/utils.py                                                    @DataDog/system-tests-core
utils/proxy/_deserializer.py                                            @DataDog/system-tests-core
utils/proxy/core.py                                                     @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

❄️ 2 New flaky tests detected

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

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

    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
...
tests.appsec.iast.sink.test_unvalidated_redirect.TestUnvalidatedRedirect.test_secure[fastapi] from system_tests_suite (Datadog) (Fix with Cursor)
AssertionError: Request failed with status code None
assert None == 200
 +  where None = HttpResponse(status_code:None, headers:{}, text:None).status_code

self = <tests.appsec.iast.sink.test_unvalidated_redirect.TestUnvalidatedRedirect object at 0x7f3d946dc170>

    def test_secure(self):
>       super().test_secure()

tests/appsec/iast/sink/test_unvalidated_redirect.py:47: 
...

ℹ️ Info

🧪 All tests passed

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

@cbeauchesne cbeauchesne marked this pull request as ready for review January 28, 2026 14:30
@cbeauchesne cbeauchesne requested a review from a team as a code owner January 28, 2026 14:30
@cbeauchesne cbeauchesne merged commit b8056c6 into main Jan 28, 2026
1124 of 1130 checks passed
@cbeauchesne cbeauchesne deleted the cbeauchesne/proxy-logger branch January 28, 2026 14:30
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