Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
persist-credentials: false
repository: 'DataDog/system-tests'
# Automatically managed, use scripts/update-system-tests-version to update
ref: 'd5152ebefb021a4273f8d189d798c5e302986f7b'
ref: '201596d32822ba4b9ba184e6a16244ee1a8b74e4'

- name: Download wheels to binaries directory
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
persist-credentials: false
repository: 'DataDog/system-tests'
# Automatically managed, use scripts/update-system-tests-version to update
ref: 'd5152ebefb021a4273f8d189d798c5e302986f7b'
ref: '201596d32822ba4b9ba184e6a16244ee1a8b74e4'

- name: Build runner
uses: ./.github/actions/install_runner
Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
persist-credentials: false
repository: 'DataDog/system-tests'
# Automatically managed, use scripts/update-system-tests-version to update
ref: 'd5152ebefb021a4273f8d189d798c5e302986f7b'
ref: '201596d32822ba4b9ba184e6a16244ee1a8b74e4'
- name: Download wheels to binaries directory
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variables:
DD_VPA_TEMPLATE: "vpa-template-cpu-p70-10percent-2x-oom-min-cap"
# CI_DEBUG_SERVICES: "true"
# Automatically managed, use scripts/update-system-tests-version to update
SYSTEM_TESTS_REF: "d5152ebefb021a4273f8d189d798c5e302986f7b"
SYSTEM_TESTS_REF: "201596d32822ba4b9ba184e6a16244ee1a8b74e4"

default:
interruptible: true
Expand Down
27 changes: 0 additions & 27 deletions .riot/requirements/164d658.txt

This file was deleted.

27 changes: 0 additions & 27 deletions .riot/requirements/f229429.txt

This file was deleted.

4 changes: 1 addition & 3 deletions ddtrace/_monkey.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"boto": True,
"botocore": True,
"bottle": True,
"cassandra": True,
"celery": True,
"consul": True,
"ddtrace_api": True,
Expand Down Expand Up @@ -156,7 +155,6 @@
"psycopg2",
),
"snowflake": ("snowflake.connector",),
"cassandra": ("cassandra.cluster",),
"dogpile_cache": ("dogpile.cache",),
"mysqldb": ("MySQLdb",),
"futures": ("concurrent.futures.thread",),
Expand Down Expand Up @@ -335,7 +333,7 @@ def patch_all(**patch_modules: bool) -> None:

:param dict patch_modules: Override whether particular modules are patched or not.

>>> _patch_all(redis=False, cassandra=False)
>>> _patch_all(redis=False)
"""
deprecate(
"patch_all is deprecated and will be removed in a future version of the tracer.",
Expand Down
10 changes: 0 additions & 10 deletions ddtrace/contrib/integration_registry/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,16 +195,6 @@ integrations:
min: 0.12.25
max: 0.13.4

- integration_name: cassandra
is_external_package: true
is_tested: true
dependency_names:
- cassandra-driver
tested_versions_by_dependency:
cassandra-driver:
min: 3.24.0
max: 3.28.0

- integration_name: celery
is_external_package: true
is_tested: true
Expand Down
24 changes: 0 additions & 24 deletions ddtrace/contrib/internal/cassandra/__init__.py

This file was deleted.

9 changes: 0 additions & 9 deletions ddtrace/contrib/internal/cassandra/patch.py

This file was deleted.

Loading
Loading