Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Ruby Telemetry tests #992

Merged
merged 3 commits into from
Mar 30, 2023
Merged
Changes from 1 commit
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 tests/test_telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from utils.interfaces._misc_validators import HeadersPresenceValidator, HeadersMatchValidator


@released(python="1.7.0", dotnet="2.12.0", java="0.108.1", nodejs="3.2.0")
@released(python="1.7.0", dotnet="2.12.0", java="0.108.1", nodejs="3.2.0", ruby="1.4.0")
@bug(context.uds_mode and context.library < "[email protected]")
@bug(context.library <= "[email protected]", reason="Mishandling DD_INSTRUMENTATION_TELEMETRY_ENABLED activation. Fixed in https://github.com/DataDog/dd-trace-rb/pull/2710.")
@missing_feature(library="cpp")
@missing_feature(library="ruby")
@missing_feature(library="php")
@missing_feature(library="golang", reason="Implemented but not merged in master")
@missing_feature(context.weblog_variant == "spring-boot-native", reason="GraalVM. Tracing support only")
Expand Down Expand Up @@ -408,7 +408,7 @@ def test_app_product_change(self):
raise Exception("app-product-change is not emited when product change is enabled")


@released(python="1.7.0", dotnet="2.12.0", java="0.108.1", nodejs="3.2.0")
@released(python="1.7.0", dotnet="2.12.0", java="0.108.1", nodejs="3.2.0", ruby="1.4.0")
@bug(context.uds_mode and context.library < "[email protected]")
@missing_feature(library="cpp")
@missing_feature(library="ruby")
Expand Down