• Oran Agra's avatar
    Fix rare test failures due to repl-ping-replica-period (#8393) · 437e2583
    Oran Agra authored
    some tests use attach_to_replication_stream to watch what's propagated
    to replicas, but in some cases the periodic ping may slip in and fail
    the test.
    we disable that ping by setting the period to once an hour (tests should
    not run for that long).
    
    other change is so that the next time this oom-score-adj test fails,
    we'll see the value (assert_equals prints it)
    437e2583
test_helper.tcl 25.6 KB