Skip to content

ci: Add slow tag to fuzzer and expand libc-malloc CI to run tests#3589

Open
jjuleslasarte wants to merge 4 commits intovalkey-io:unstablefrom
jjuleslasarte:ci-improve-test-coverage-625
Open

ci: Add slow tag to fuzzer and expand libc-malloc CI to run tests#3589
jjuleslasarte wants to merge 4 commits intovalkey-io:unstablefrom
jjuleslasarte:ci-improve-test-coverage-625

Conversation

@jjuleslasarte
Copy link
Copy Markdown

Add 'slow' tag to corrupt-dump-fuzzer.tcl so TLS test jobs that skip slow tests will not run the time-consuming payload fuzzer.

Expand the build-libc-malloc CI job into test-ubuntu-libc-malloc that builds with MALLOC=libc and NO_MALLOC_USABLE_SIZE, then runs the integration test suite and module API tests. This catches regressions in the non-jemalloc allocator path on every PR instead of only in the daily run.

Addresses items 1 and 2b from #625. Item 2 (TLS test job) I think was already addressed by test-ubuntu-latest-cmake-tls and test-tls-only. Item 3 (unit test compilation) was already addressed by test-ubuntu-latest.

Add 'slow' tag to corrupt-dump-fuzzer.tcl so TLS test jobs that skip
slow tests will not run the time-consuming payload fuzzer.

Expand the build-libc-malloc CI job into test-ubuntu-libc-malloc that
builds with MALLOC=libc and NO_MALLOC_USABLE_SIZE, then runs the
integration test suite and module API tests. This catches regressions
in the non-jemalloc allocator path on every PR instead of only in the
daily run.

Addresses items 1 and 2b from valkey-io#625. Item 2 (TLS test job) was already
addressed by test-ubuntu-latest-cmake-tls and test-tls-only. Item 3
(unit test compilation) was already addressed by test-ubuntu-latest.

Signed-off-by: jjuleslasarte <jules.lasarte@gmail.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.79%. Comparing base (7817ca8) to head (e2e4a11).

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #3589      +/-   ##
============================================
- Coverage     76.91%   76.79%   -0.12%     
============================================
  Files           160      160              
  Lines         80461    80461              
============================================
- Hits          61888    61794      -94     
- Misses        18573    18667      +94     

see 25 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jjuleslasarte jjuleslasarte marked this pull request as ready for review April 29, 2026 18:54
Comment thread .github/workflows/ci.yml Outdated
Comment thread .github/workflows/ci.yml Outdated
jjuleslasarte and others added 2 commits May 1, 2026 15:58
Co-authored-by: Roshan Khatri <117414976+roshkhatri@users.noreply.github.com>
Signed-off-by: jjuleslasarte <jules.lasarte@gmail.com>
Group all test-* jobs together before build-* jobs for consistency
in the CI workflow file, as suggested by roshkhatri.

Signed-off-by: jjuleslasarte <jules.lasarte@gmail.com>
@jjuleslasarte jjuleslasarte requested a review from roshkhatri May 1, 2026 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants