Skip to content

Update dependencies#22641

Open
datadog-agent-integrations-bot[bot] wants to merge 1 commit intomasterfrom
bot/update-dependencies-1771210658
Open

Update dependencies#22641
datadog-agent-integrations-bot[bot] wants to merge 1 commit intomasterfrom
bot/update-dependencies-1771210658

Conversation

@datadog-agent-integrations-bot
Copy link
Contributor

What does this PR do?

Update the dependencies

This PR was automatically generated by the following workflow:
https://github.com/DataDog/integrations-core/actions/runs/22048546394

THE CHANGELOG FILES OFTEN HAVE THE WRONG PR NUMBER. MAKE SURE TO CHECK THEM!

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Changelog entries must be created for modifications to shipped code
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.

@github-actions
Copy link

⚠️ The qa/skip-qa label has been added with shippable changes

The following files, which will be shipped with the agent, were modified in this PR and
the qa/skip-qa label has been added.

You can ignore this if you are sure the changes in this PR do not require QA. Otherwise, consider removing the label.

List of modified files that will be shipped with the agent
amazon_msk/changelog.d/22637.added
clickhouse/changelog.d/22637.added
datadog_checks_base/changelog.d/22637.added
datadog_checks_downloader/changelog.d/22637.added
dns_check/changelog.d/22637.added
hazelcast/changelog.d/22637.added
ibm_ace/changelog.d/22637.added
ibm_i/changelog.d/22637.added
ibm_mq/changelog.d/22637.added
kafka_actions/changelog.d/22637.added
kafka_consumer/changelog.d/22637.added
kubevirt_api/changelog.d/22637.added
mongo/changelog.d/22637.added
mysql/changelog.d/22637.added
openstack_controller/changelog.d/22637.added
pgbouncer/changelog.d/22637.added
postgres/changelog.d/22637.added
redisdb/changelog.d/22637.added
riakcs/changelog.d/22637.added
silverstripe_cms/changelog.d/22637.added
snowflake/changelog.d/22637.added
spark/changelog.d/22637.added
sqlserver/changelog.d/22637.added
ssh_check/changelog.d/22637.added
amazon_msk/pyproject.toml
clickhouse/pyproject.toml
datadog_checks_base/pyproject.toml
datadog_checks_downloader/pyproject.toml
dns_check/pyproject.toml
hazelcast/pyproject.toml
ibm_ace/pyproject.toml
ibm_i/pyproject.toml
ibm_mq/pyproject.toml
kafka_actions/pyproject.toml
kafka_consumer/pyproject.toml
kubevirt_api/pyproject.toml
mongo/pyproject.toml
mysql/pyproject.toml
openstack_controller/pyproject.toml
pgbouncer/pyproject.toml
postgres/pyproject.toml
redisdb/pyproject.toml
riakcs/pyproject.toml
silverstripe_cms/pyproject.toml
snowflake/pyproject.toml
spark/pyproject.toml
sqlserver/pyproject.toml
ssh_check/pyproject.toml

@datadog-datadog-prod-us1
Copy link
Contributor

datadog-datadog-prod-us1 bot commented Feb 16, 2026

⚠️ Tests

Fix all issues with Cursor

⚠️ Warnings

❄️ 3 New flaky tests detected

test_backend_transaction_age from test_pg_integration.py (Datadog) (Fix with Cursor)
Needed exactly 1 candidates for 'postgresql.activity.backend_xmin_age', got 0
Expected:
        MetricStub(name='postgresql.activity.backend_xmin_age', type=None, value=1, tags=['app:test_backend_transaction_age_1771210932.203365', 'database_hostname:stubbed.hostname', 'database_instance:stubbed.hostname', 'db:datadog_test', 'dd.internal.resource:database_instance:stubbed.hostname', 'foo:bar', 'port:5432', 'postgresql_cluster_name:primary', 'postgresql_version:12.17', 'replication_role:master', 'system_identifier:7607292800780152861', 'user:datadog'], hostname=None, device=None, flush_first_value=None)
Difference to closest:
        Expected name: postgresql.activity.backend_xmin_age
        Found postgresql.activity.backend_xid_age

Similar submitted:
Score   Most similar
0.97    MetricStub(name='postgresql.activity.backend_xid_age', type=0, value=1.0, tags=['app:test_backend_transaction_age_1771210932.203365', 'database_hostname:stubbed.hostname', 'database_instance:stubbed.hostname', 'db:datadog_test', 'dd.internal.resource:database_instance:stubbed.hostname', 'foo:bar', 'port:5432', 'postgresql_cluster_name:primary', 'postgresql_version:12.17', 'replication_role:master', 'system_identifier:7607292800780152861', 'user:datadog'], hostname='stubbed.hostname', device=None, flush_first_value=False)
...
test_conflicts_snapshot from test_pg_replication.py (Datadog) (Fix with Cursor)
Needed at least 1 candidates for 'postgresql.conflicts.snapshot', got 0
Expected:
        MetricStub(name='postgresql.conflicts.snapshot', type=None, value=1, tags=['database_hostname:stubbed.hostname', 'database_instance:stubbed.hostname', 'db:datadog_test', 'dd.internal.resource:database_instance:stubbed.hostname', 'foo:bar', 'port:5434', 'postgresql_version:12.17', 'replication_role:standby'], hostname=None, device=None, flush_first_value=None)
Difference to closest:
        Expected name: postgresql.conflicts.snapshot
        Found postgresql.conflicts.lock

Similar submitted:
Score   Most similar
0.89    MetricStub(name='postgresql.conflicts.lock', type=3, value=1.0, tags=['database_hostname:stubbed.hostname', 'database_instance:stubbed.hostname', 'db:datadog_test', 'dd.internal.resource:database_instance:stubbed.hostname', 'foo:bar', 'port:5434', 'postgresql_version:12.17', 'replication_role:standby'], hostname='stubbed.hostname', device=None, flush_first_value=False)
...
test_collector_submit_payload from test_unit.py (Datadog) (Fix with Cursor)
Some metrics are collected but not asserted:
Asserted Metrics:
	- mongodb.foo.bar1
	- mongodb.foo.sharedps
	- mongodb.foo.x.y.zps
Found metrics that are not asserted:
	- dd.mongo.async_job.cancel

🧪 1 Test failed

test_integration from test_integration.py (Datadog) (Fix with Cursor)
RetryError[<Future at 0x7f411a427c50 state=finished raised SubprocessError>]
This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 6daa421 | Docs | Datadog PR Page | Was this helpful? Give us feedback!

@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.60%. Comparing base (45c4e5e) to head (6daa421).

Additional details and impacted files
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment