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

Open
wants to merge 1 commit into
base: unstable
Choose a base branch
from

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.98%. Comparing base (c0014ef) to head (324b08e).
Report is 43 commits behind head on unstable.

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable    #1612      +/-   ##
============================================
+ Coverage     70.82%   70.98%   +0.16%     
============================================
  Files           120      121       +1     
  Lines         64911    65169     +258     
============================================
+ Hits          45972    46262     +290     
+ Misses        18939    18907      -32     

see 59 files with indirect coverage changes

@@ -871,6 +871,7 @@ start_server {tags {"dual-channel-replication external:skip"}} {
fail "Primary did not free repl buf block after sync failure"
}
wait_and_resume_process 0
$replica debug pause-after-fork 0
Copy link
Member

Choose a reason for hiding this comment

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

Just to understand: this needs to be disabled before reading the log msgs?

@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-extra-tests Run extra tests on this PR (Runs all tests from daily except valgrind and RESP)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Test Failure] Sometimes failing valgrind test
3 participants