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
Open
ci: Add slow tag to fuzzer and expand libc-malloc CI to run tests#3589jjuleslasarte wants to merge 4 commits intovalkey-io:unstablefrom
jjuleslasarte wants to merge 4 commits intovalkey-io:unstablefrom
Conversation
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 Report✅ All modified and coverable lines are covered by tests. 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 🚀 New features to boost your workflow:
|
roshkhatri
reviewed
May 1, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.