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

Profiling: Add note about Ruby 3.2 bug #3180

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

ivoanjo
Copy link
Member

@ivoanjo ivoanjo commented Oct 3, 2023

What does this PR do?

This PR adds a reference to https://bugs.ruby-lang.org/issues/19482 / ruby/ruby#7464 to the reasons why allocation_counting_enabled should not be enabled on Ruby 3.2.0 to 3.2.2.

No code needs to be changed since we were already excluding those Ruby versions due to a different bug.

Motivation:

I like having this in the code as it may be relevant in the future (e.g. if the issue reappears).

Additional Notes:

N/A

How to test the change?

No code is changed!

For Datadog employees:

  • If this PR touches code that signs or publishes builds or packages, or handles
    credentials of any kind, I've requested a review from @DataDog/security-design-and-guidance.
  • This PR doesn't touch any of that.

**What does this PR do?**

This PR adds a reference to https://bugs.ruby-lang.org/issues/19482 /
ruby/ruby#7464 to the reasons why
`allocation_counting_enabled` should not be enabled on Ruby 3.2.0 to
3.2.2.

No code needs to be changed since we were already excluding those
Ruby versions due to a different bug.

**Motivation:**

I like having this in the code as it may be relevant in the future
(e.g. if the issue reappears).

**Additional Notes:**

N/A

**How to test the change?**

No code is changed!
@ivoanjo ivoanjo requested a review from a team as a code owner October 3, 2023 14:03
@github-actions github-actions bot added the core Involves Datadog core libraries label Oct 3, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #3180 (e02d76c) into master (5147774) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3180   +/-   ##
=======================================
  Coverage   98.21%   98.21%           
=======================================
  Files        1247     1247           
  Lines       71663    71663           
  Branches     3329     3329           
=======================================
  Hits        70381    70381           
  Misses       1282     1282           
Files Coverage Δ
lib/datadog/core/configuration/settings.rb 98.46% <ø> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ivoanjo ivoanjo merged commit f34efe7 into master Oct 5, 2023
177 checks passed
@ivoanjo ivoanjo deleted the ivoanjo/add-note-about-ruby32-bug branch October 5, 2023 08:10
@github-actions github-actions bot added this to the 1.15.0 milestone Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Involves Datadog core libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants