Skip to content

Skip cluster resharding test under valgrind#3574

Merged
enjoy-binbin merged 1 commit into
valkey-io:unstablefrom
enjoy-binbin:skip_test
Apr 29, 2026
Merged

Skip cluster resharding test under valgrind#3574
enjoy-binbin merged 1 commit into
valkey-io:unstablefrom
enjoy-binbin:skip_test

Conversation

@enjoy-binbin

Copy link
Copy Markdown
Member

This change was introduced in #3382. This test is already very slow on
its own. Under valgrind it gets slow enough that the per-node restart
step lets primaries be marked FAIL and triggers failovers, after which
"Verify slaves consistency" no longer holds since it assumes the original
topology.

It was never run under valgrind before and exercises nothing valgrind
meaningfully covers, so just tag it valgrind:skip.

This change was introduced in valkey-io#3382. This test is already very slow on
its own. Under valgrind it gets slow enough that the per-node restart
step lets primaries be marked FAIL and triggers failovers, after which
"Verify slaves consistency" no longer holds since it assumes the original
topology.

It was never run under valgrind before and exercises nothing valgrind
meaningfully covers, so just tag it valgrind:skip.

Signed-off-by: Binbin <binloveplay1314@qq.com>
@enjoy-binbin

Copy link
Copy Markdown
Member Author

https://github.com/valkey-io/valkey/actions/runs/25027109539
The recent daily runs indicate that it fails only under valgrind, while all other CI checks are green.

@codecov

codecov Bot commented Apr 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.62%. Comparing base (ff80b2d) to head (4eeaa40).
⚠️ Report is 2 commits behind head on unstable.

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #3574      +/-   ##
============================================
- Coverage     76.66%   76.62%   -0.05%     
============================================
  Files           159      159              
  Lines         80114    80113       -1     
============================================
- Hits          61423    61389      -34     
- Misses        18691    18724      +33     

see 22 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.

@sarthakaggarwal97 sarthakaggarwal97 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@enjoy-binbin enjoy-binbin merged commit bef46da into valkey-io:unstable Apr 29, 2026
60 checks passed
@enjoy-binbin enjoy-binbin deleted the skip_test branch April 29, 2026 02:27
lucasyonge pushed a commit that referenced this pull request May 11, 2026
This change was introduced in #3382. This test is already very slow on
its own. Under valgrind it gets slow enough that the per-node restart
step lets primaries be marked FAIL and triggers failovers, after which
"Verify slaves consistency" no longer holds since it assumes the original
topology.

It was never run under valgrind before and exercises nothing valgrind
meaningfully covers, so just tag it valgrind:skip.

Signed-off-by: Binbin <binloveplay1314@qq.com>
lucasyonge pushed a commit that referenced this pull request May 12, 2026
This change was introduced in #3382. This test is already very slow on
its own. Under valgrind it gets slow enough that the per-node restart
step lets primaries be marked FAIL and triggers failovers, after which
"Verify slaves consistency" no longer holds since it assumes the original
topology.

It was never run under valgrind before and exercises nothing valgrind
meaningfully covers, so just tag it valgrind:skip.

Signed-off-by: Binbin <binloveplay1314@qq.com>
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.

4 participants