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

Adjust OTel Spec for new Ruby 3.4 syntax #4094

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

sarahchen6
Copy link
Contributor

What does this PR do?
Removes the beginning ":in `" in three tests.

Motivation:
Ruby 3.4 changes ` to ' at the beginning of strings. See here. This PR adjusts our spec to account for this change.

Change log entry
No change log needed.

Additional Notes:

How to test the change?
Green CI.

@github-actions github-actions bot added the dev/testing Involves testing processes (e.g. RSpec) label Nov 8, 2024
@pr-commenter
Copy link

pr-commenter bot commented Nov 8, 2024

Benchmarks

Benchmark execution time: 2024-11-12 19:17:51

Comparing candidate commit 2bd29cd in PR branch sarahchen6/adjust-otel-spec with baseline commit 53607b3 in branch master.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 29 metrics, 2 unstable metrics.

@sarahchen6 sarahchen6 marked this pull request as ready for review November 11, 2024 20:50
@sarahchen6 sarahchen6 requested a review from a team as a code owner November 11, 2024 20:50
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.79%. Comparing base (54a779e) to head (2bd29cd).
Report is 27 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4094      +/-   ##
==========================================
+ Coverage   97.74%   97.79%   +0.04%     
==========================================
  Files        1341     1341              
  Lines       80356    80408      +52     
  Branches     4030     4048      +18     
==========================================
+ Hits        78541    78632      +91     
+ Misses       1815     1776      -39     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sarahchen6 sarahchen6 merged commit 7c519ab into master Nov 13, 2024
262 of 263 checks passed
@sarahchen6 sarahchen6 deleted the sarahchen6/adjust-otel-spec branch November 13, 2024 18:00
@github-actions github-actions bot added this to the 2.8.0 milestone Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev/testing Involves testing processes (e.g. RSpec)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants