Skip to content

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

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#6624
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 Mar 27, 2026

Copy link
Copy Markdown
Contributor

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

  • If you approve this PR please also merge it.
  • 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

@dd-octo-sts dd-octo-sts Bot requested review from a team as code owners March 27, 2026 17:50
@dd-octo-sts dd-octo-sts Bot requested review from ZStriker19 and ncybul and removed request for a team March 27, 2026 17:50
@dd-octo-sts dd-octo-sts Bot enabled auto-merge (squash) March 27, 2026 17:50
@github-actions

Copy link
Copy Markdown
Contributor

CODEOWNERS have been resolved as:

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

@datadog-datadog-prod-us1

datadog-datadog-prod-us1 Bot commented Mar 27, 2026

Copy link
Copy Markdown

Pipelines  Tests

Fix all issues with BitsAI

⚠️ Warnings

🚦 3 Pipeline jobs failed

Testing the test | System Tests (python, dev) / End-to-end #1 / flask-poc 1   View in Datadog   GitHub Actions

🧪 2 Tests failed

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 0x7fbffb9b37a0>.r

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

    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.
...
tests.integrations.test_dbm.Test_Dbm_Comment_Python_MysqlConnector.test_dbm_comment[flask-poc] from system_tests_suite   View in Datadog
AssertionError: Request: http://localhost:7777/stub_dbm?integration=mysql-connector&operation=execute wasn't successful.
assert 500 == 200
 +  where 500 = HttpResponse(status_code:500, headers:{'Server': 'gunicorn', 'Date': 'Sat, 27 Jun 2026 07:13:54 GMT', 'Connection': 'k...and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>\n).status_code
 +    where HttpResponse(status_code:500, headers:{'Server': 'gunicorn', 'Date': 'Sat, 27 Jun 2026 07:13:54 GMT', 'Connection': 'k...and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>\n) = <tests.integrations.test_dbm.Test_Dbm_Comment_Python_MysqlConnector object at 0x7fbffb9b3e90>.r

self = <tests.integrations.test_dbm.Test_Dbm_Comment_Python_MysqlConnector object at 0x7fbffb9b3e90>

    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=mysql-connector&operation=execute wasn't successful.
...

Testing the test | System Tests (python, dev) / End-to-end #1 / uds-flask 1   View in Datadog   GitHub Actions

🧪 8 Tests failed

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

self = <tests.integrations.test_db_integrations_sql.Test_MsSql object at 0x7f6c6ba14e60>
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_Comment_Batch_Python_Aiomysql.test_dbm_comment[uds-flask] 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 0x7f6c6bca9af0>.r

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

    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.
...
View all 8 test failures

Testing the test | all-jobs-are-green   View in Datadog   GitHub Actions

ℹ️ 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: 39c46c2 | Docs | Datadog PR Page | Give us feedback!

@dd-octo-sts dd-octo-sts Bot force-pushed the easy-win/apm-idm/python branch 22 times, most recently from 93f077b to fa8e038 Compare May 20, 2026 07:10
@dd-octo-sts dd-octo-sts Bot force-pushed the easy-win/apm-idm/python branch 7 times, most recently from 5aeff99 to 9eb653f Compare June 4, 2026 07:09
@dd-octo-sts dd-octo-sts Bot force-pushed the easy-win/apm-idm/python branch 6 times, most recently from 7831d93 to ec28c5d Compare June 12, 2026 07:11
@dd-octo-sts dd-octo-sts Bot force-pushed the easy-win/apm-idm/python branch 7 times, most recently from b3d9850 to 45ac723 Compare June 19, 2026 07:18
@datadog-system-tests-org

datadog-system-tests-org Bot commented Jun 19, 2026

Copy link
Copy Markdown

Pipelines

⚠️ Warnings

🚦 4 Pipeline jobs failed

Testing the test | System Tests (python, dev) / End-to-end #1 / flask-poc 1   View in Datadog   GitHub Actions

Testing the test | System Tests (python, dev) / End-to-end #1 / uds-flask 1   View in Datadog   GitHub Actions

Testing the test | System Tests (python, prod) / End-to-end #1 / flask-poc 1   View in Datadog   GitHub Actions

View all 4 failed jobs.

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 52ab7f4 | Docs | Give us feedback!

@dd-octo-sts dd-octo-sts Bot force-pushed the easy-win/apm-idm/python branch 7 times, most recently from 970fcac to 427d5ee Compare June 26, 2026 07:17
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 427d5ee to 39c46c2 Compare June 27, 2026 07:06
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