Skip to content

[NO-TICKET] Temporarily disable memory leak asan testing in CI#3915

Merged
ivoanjo merged 1 commit into
masterfrom
ivoanjo/temporarily-disable-asan-testing
Sep 17, 2024
Merged

[NO-TICKET] Temporarily disable memory leak asan testing in CI#3915
ivoanjo merged 1 commit into
masterfrom
ivoanjo/temporarily-disable-asan-testing

Conversation

@ivoanjo

@ivoanjo ivoanjo commented Sep 17, 2024

Copy link
Copy Markdown
Member

What does this PR do?

This PR disables the memory leak asan testing job in CI. This job started failing because the upstream ruby-dev-builder has been failing to produce Ruby asan builds in the past few days.

Hopefully this will be corrected soon, but for now the easiest thing for us is to disable this. I've also reached out to a few contacts to see if we can get this fixed :)

Motivation:

Disable non-working CI step for now.

Additional Notes:

N/A

How to test the change?

Validate that all CI jobs are green in this PR.

**What does this PR do?**

This PR disables the memory leak asan testing job in CI. This job
started failing because the upstream ruby-dev-builder has been failing
to produce Ruby asan builds in the past few days.

Hopefully this will be corrected soon, but for now the easiest thing
for us is to disable this. I've also reached out to a few contacts to
see if we can get this fixed :)

**Motivation:**

Disable non-working CI step for now.

**Additional Notes:**

N/A

**How to test the change?**

Validate that all CI jobs are green in this PR.
@ivoanjo ivoanjo requested a review from a team as a code owner September 17, 2024 08:49
@github-actions github-actions Bot added the dev/github Github repository maintenance and automation label Sep 17, 2024
@ivoanjo ivoanjo enabled auto-merge September 17, 2024 09:04
@ivoanjo ivoanjo merged commit 8f9f58c into master Sep 17, 2024
@ivoanjo ivoanjo deleted the ivoanjo/temporarily-disable-asan-testing branch September 17, 2024 09:10
@TonyCTHsu TonyCTHsu added this to the 2.4.0 milestone Sep 20, 2024
@ivoanjo ivoanjo added dev/testing Involves testing processes (e.g. RSpec) profiling Involves Datadog profiling dev/internal Other internal work that does not need to be included in the changelog labels Sep 23, 2024
ivoanjo added a commit that referenced this pull request Oct 7, 2024
**What does this PR do?**

This PR reverts #3915 where we temporarily disable memory leak
testing using the asan tool because upstream builds were broken.

Additionally, since ruby/setup-ruby#653
the setup-ruby action now fully supports the asan builds, so we no
longer require our fork.

**Motivation:**

The asan tool does quite extensive checks in the profiler test
suite, so having it running in CI helps catch issues that may
otherwise slip by.

**Additional Notes:**

N/A

**How to test the change?**

Validate that the "Test for memory leaks -> test-asan" CI job is
running and passing successfully.
ivoanjo added a commit that referenced this pull request Nov 7, 2024
**What does this PR do?**

This PR re-enables the memory leak testing using the asan tool job in
CI.

For context, we added this testing in #3864 (more details about what
asan is can be found in that PR), but had to disable it in #3915
as the upstream Ruby builds we were using were broken and unavailable
for a while.

This has since been fixed upstream, and so let's re-enable this CI job.

In fact, upstream now officially allows these builds to be used, so
we no longer even need our fork of `setup-ruby` to enable them.

**Motivation:**

Improve our testing for native memory leaks.

**Additional Notes:**

N/A

**How to test the change?**

Validate that the "test-asan" is now running in CI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dev/github Github repository maintenance and automation dev/internal Other internal work that does not need to be included in the changelog dev/testing Involves testing processes (e.g. RSpec) profiling Involves Datadog profiling

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants