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

Make sure to disable pause after fork for dual channel test #1612

Merged
merged 2 commits into from
Jan 27, 2025

Conversation

madolson
Copy link
Member

Might close #1484.

I noticed that we don't disable pause after fork on the last test that was getting executed, so it might getting stuck in pause loops after the test ends if it tries another psync for any reason.

@madolson madolson requested review from naglera and ranshid January 24, 2025 13:58
@zuiderkwast zuiderkwast added the run-extra-tests Run extra tests on this PR (Runs all tests from daily except valgrind and RESP) label Jan 24, 2025
@madolson
Copy link
Member Author

@zuiderkwast FYI, run extra tests doesn't run valgrind since they take like 2 hours.

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.97%. Comparing base (c0014ef) to head (2db0e81).
Report is 47 commits behind head on unstable.

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1612      +/-   ##
============================================
+ Coverage     70.82%   70.97%   +0.15%     
============================================
  Files           120      121       +1     
  Lines         64911    65169     +258     
============================================
+ Hits          45972    46256     +284     
+ Misses        18939    18913      -26     

see 59 files with indirect coverage changes

@madolson madolson changed the title Make sure disable pause after fork Make sure to disable pause after fork for dual channel test Jan 24, 2025
@zuiderkwast zuiderkwast removed the run-extra-tests Run extra tests on this PR (Runs all tests from daily except valgrind and RESP) label Jan 25, 2025
Signed-off-by: Madelyn Olson <[email protected]>
@madolson madolson merged commit 88a6830 into valkey-io:unstable Jan 27, 2025
49 checks passed
hpatro pushed a commit to hpatro/valkey that referenced this pull request Feb 1, 2025
…o#1612)

Might close valkey-io#1484.

I noticed that we don't disable pause after fork on the last test that
was getting executed, so it might getting stuck in pause loops after the
test ends if it tries another psync for any reason.

---------

Signed-off-by: Madelyn Olson <[email protected]>
Signed-off-by: Harkrishn Patro <[email protected]>
enjoy-binbin pushed a commit to enjoy-binbin/valkey that referenced this pull request Feb 2, 2025
…o#1612)

Might close valkey-io#1484.

I noticed that we don't disable pause after fork on the last test that
was getting executed, so it might getting stuck in pause loops after the
test ends if it tries another psync for any reason.

---------

Signed-off-by: Madelyn Olson <[email protected]>
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.

[Test Failure] Sometimes failing valgrind test
4 participants