Skip to content

SSI: Use python tracer 4.x#6094

Merged
robertomonteromiguel merged 5 commits intomainfrom
robertomonteromiguel/aws_ssi_use_py_tracer_4
Jan 27, 2026
Merged

SSI: Use python tracer 4.x#6094
robertomonteromiguel merged 5 commits intomainfrom
robertomonteromiguel/aws_ssi_use_py_tracer_4

Conversation

@robertomonteromiguel
Copy link
Copy Markdown
Collaborator

Motivation

We are still using python tracer 3.x on the AWS SSI and Docker SSI. Change to 4.x

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 22, 2026

CODEOWNERS have been resolved as:

utils/build/ssi/base/install_script_ssi.sh                              @DataDog/system-tests-core
utils/build/virtual_machine/provisions/auto-inject/auto-inject_installer_manual.yml  @DataDog/system-tests-core
utils/build/virtual_machine/provisions/auto-inject/repositories/autoinstall/execute_install_script.sh  @DataDog/system-tests-core
utils/scripts/ci_orchestrators/aws_ssi.json                             @DataDog/system-tests-core

@datadog-official
Copy link
Copy Markdown

datadog-official Bot commented Jan 27, 2026

⚠️ Tests

Fix all issues with Cursor

⚠️ Warnings

❄️ 2 New flaky tests detected

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

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

    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.appsec.rasp.test_lfi.Test_Lfi_BodyJson.test_lfi_post_json[vertx4] from system_tests_suite (Datadog) (Fix with Cursor)
AssertionError: assert 500 == 403
 +  where 500 = HttpResponse(status_code:500, headers:{'content-length': '21'}, text:Internal Server Error).status_code
 +    where HttpResponse(status_code:500, headers:{'content-length': '21'}, text:Internal Server Error) = <tests.appsec.rasp.test_lfi.Test_Lfi_BodyJson object at 0x7fefb1bcb800>.r

self = <tests.appsec.rasp.test_lfi.Test_Lfi_BodyJson object at 0x7fefb1bcb800>

    def test_lfi_post_json(self):
>       assert self.r.status_code == 403
E       AssertionError: assert 500 == 403
E        +  where 500 = HttpResponse(status_code:500, headers:{'content-length': '21'}, text:Internal Server Error).status_code
...

ℹ️ Info

🧪 All tests passed

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

@robertomonteromiguel robertomonteromiguel marked this pull request as ready for review January 27, 2026 16:07
@robertomonteromiguel robertomonteromiguel requested a review from a team as a code owner January 27, 2026 16:07
@robertomonteromiguel robertomonteromiguel merged commit 4766951 into main Jan 27, 2026
1929 of 1932 checks passed
@robertomonteromiguel robertomonteromiguel deleted the robertomonteromiguel/aws_ssi_use_py_tracer_4 branch January 27, 2026 16:08
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