Skip to content

Auto-activate python easy wins for apm-idm - #7467

Open
dd-octo-sts[bot] wants to merge 1 commit into
mainfrom
easy-win/apm-idm/python
Open

Auto-activate python easy wins for apm-idm#7467
dd-octo-sts[bot] wants to merge 1 commit into
mainfrom
easy-win/apm-idm/python

Conversation

@dd-octo-sts

@dd-octo-sts dd-octo-sts Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Automated activation of easy-win tests for python owned by apm-idm
View nightly workflow run

  • This PR starts with an automated request-for-changes review to block automatic merge.
  • If you approve this PR, please merge it manually or dismiss that review according to repository rules.
  • If the tests are failing it might be due to a change made since the last nightly system-tests run. You can close the PR, an updated one will be available tomorrow.
  • If you close the PR please also delete the branch

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This automated easy-win activation PR intentionally starts with requested changes to block automatic merge. If you approve this activation, please merge it manually or dismiss this review according to repository rules.

@dd-octo-sts
dd-octo-sts Bot marked this pull request as ready for review August 6, 2026 07:31
@dd-octo-sts
dd-octo-sts Bot requested review from a team as code owners August 6, 2026 07:31
@dd-octo-sts
dd-octo-sts Bot requested review from christophe-papazian and ncybul and removed request for a team August 6, 2026 07:31
@dd-prapprover-prod-77c48c

dd-prapprover-prod-77c48c Bot commented Aug 6, 2026

Copy link
Copy Markdown

PRApprover will approve and merge this PR, FAQ, #dx-source-code-management

🛠️ PRApproval Status

  • ✅ PR is eligible for auto-approval by rule system-tests-auto-activate-easy-wins - 2026-08-18T09:51:58Z
  • ⬜ CI tests passed
  • ⬜ Approved
  • Manual merge required: this rule does not auto-merge.

➡️ Current phase: CI tests failed. Please fix the failing tests and rerun the workflow, click Workflow Link -> Workflow Starter Link -> Start Workflow

@github-actions

github-actions Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

CODEOWNERS have been resolved as:

manifests/python.yml                                                    @DataDog/apm-python @DataDog/asm-python

@datadog-official

datadog-official Bot commented Aug 6, 2026

Copy link
Copy Markdown

Pipelines  Tests

⚠️ Warnings

🚦 3 Pipeline jobs failed

Testing the test | System Tests (python, dev) / End-to-end #1 / flask-poc 1 — ❌ 8 tests failed · 🔧 Needs a code fix, caused by this PR

View in Datadog · View in GitHub Actions

8 failed tests due to assertion errors on HTTP responses. Error: Request was not successful, received status code None or 500.

❌ tests.integrations.test_db_integrations_sql.Test_MsSql.test_sql_success[flask-poc] from system_tests_suite   View in Datadog
ValueError: Error found in procedure operation, please check captured log call

self = <tests.integrations.test_db_integrations_sql.Test_MsSql object at 0x7fbbec21a930>
excluded_operations = ()

    def test_sql_success(self, excluded_operations: tuple[str, ...] = ()):  # noqa: ARG002, PT028
>       super().test_sql_success()

tests/integrations/test_db_integrations_sql.py:296: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
...
❌ tests.integrations.test_dbm.Test_Dbm.test_trace_payload_full[flask-poc] from system_tests_suite   View in Datadog
AssertionError: Request: INTEGRATIONS wasn't successful.
assert None == 200
 +  where None = HttpResponse(status_code:None, headers:{}, text:None).status_code

self = <tests.integrations.test_dbm.Test_Dbm object at 0x7fbbec21bfe0>

    @scenarios.integrations
    def test_trace_payload_full(self):
        assert self.requests, "No requests to validate"
        for request in self.requests:
...
❌ tests.integrations.test_dbm.Test_Dbm_Comment_Batch_Python_Aiomysql.test_dbm_comment[flask-poc] from system_tests_suite   View in Datadog
AssertionError: Request: http://localhost:7777/stub_dbm?integration=aiomysql&operation=executemany wasn't successful.
assert None == 200
 +  where None = HttpResponse(status_code:None, headers:{}, text:None).status_code
 +    where HttpResponse(status_code:None, headers:{}, text:None) = <tests.integrations.test_dbm.Test_Dbm_Comment_Batch_Python_Aiomysql object at 0x7fbbec218ef0>.r

self = <tests.integrations.test_dbm.Test_Dbm_Comment_Batch_Python_Aiomysql object at 0x7fbbec218ef0>

    def test_dbm_comment(self):
>       assert self.r.status_code == 200, f"Request: {self.r.request.url} wasn't successful."
E       AssertionError: Request: http://localhost:7777/stub_dbm?integration=aiomysql&operation=executemany wasn't successful.
...
↳ and 5 more — View all
Testing the test | System Tests (python, prod) / End-to-end #1 / flask-poc 1 — 🔧 Needs a code fix, caused by this PR

View in Datadog · View in GitHub Actions

8 failed tests. ValueError: Error found in select operation, please check captured log call.

Testing the test | all-jobs-are-green

View in Datadog · View in GitHub Actions

Some CI checks failed.

📋 Copy prompt for your agent
CI on my pull request is failing. Help me find and fix the root cause of each failing job below — they were flagged as caused by changes in this PR, so focus on the diff. For each job, explain the failure and propose a fix.

Branch: easy-win/apm-idm/python

Testing the test | System Tests (python, dev) / End-to-end #1 / flask-poc 1
Commit: fbbf2bfda7e922604d871f0f6c94d8da4825864d
Error (code / test):
8 failed tests due to assertion errors on HTTP responses. Error: Request was not successful, received status code None or 500.
CI job: https://github.com/DataDog/system-tests/actions/runs/32123810489/job/95670946752

Testing the test | System Tests (python, prod) / End-to-end #1 / flask-poc 1
Commit: fbbf2bfda7e922604d871f0f6c94d8da4825864d
Error (code / test):
8 failed tests. ValueError: Error found in select operation, please check captured log call.
CI job: https://github.com/DataDog/system-tests/actions/runs/32123810489/job/95670835338

ℹ️ Info

No other issues found (see more)

❄️ No new flaky tests detected

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 0695779 | Docs | View more details | Give us feedback!

@dd-octo-sts
dd-octo-sts Bot force-pushed the easy-win/apm-idm/python branch 5 times, most recently from 3b5766e to cd0951b Compare August 11, 2026 07:01

@dd-prapprover-prod-77c48c dd-prapprover-prod-77c48c Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR has been automatically approved by the DD PR Approver bot.

@dd-octo-sts
dd-octo-sts Bot force-pushed the easy-win/apm-idm/python branch from cd0951b to 6b9dbaf Compare August 12, 2026 07:11
@dd-prapprover-prod-77c48c
dd-prapprover-prod-77c48c Bot dismissed their stale review August 12, 2026 07:11

new commit added, dismiss all previous approvals

@dd-octo-sts
dd-octo-sts Bot force-pushed the easy-win/apm-idm/python branch 3 times, most recently from 3f90800 to e410839 Compare August 14, 2026 07:24

@dd-prapprover-prod-77c48c dd-prapprover-prod-77c48c Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR has been automatically approved by the DD PR Approver bot.

@dd-octo-sts
dd-octo-sts Bot force-pushed the easy-win/apm-idm/python branch from e410839 to 5916b8b Compare August 15, 2026 07:00
@dd-prapprover-prod-77c48c
dd-prapprover-prod-77c48c Bot dismissed their stale review August 15, 2026 07:00

new commit added, dismiss all previous approvals

@dd-octo-sts
dd-octo-sts Bot force-pushed the easy-win/apm-idm/python branch 3 times, most recently from 6b8b354 to 9f80377 Compare August 18, 2026 07:01
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@dd-octo-sts
dd-octo-sts Bot force-pushed the easy-win/apm-idm/python branch from 9f80377 to 0695779 Compare August 18, 2026 09:51
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.

0 participants