valkey/tests/support
sundb a1589c3769 Re-enable hash downsize rehashing during fork (partial #12276)
This was introduced by the recent change in #11692 which prevented a
down-sizing rehashing while there is a fork.

## Solution
1. Fix the rehashing code, so that the same as it allows rehashing for up-sizing
  during fork when the ratio is extreme, it will allow it for down-sizing as well.

Co-authored-by: Oran Agra <oran@redislabs.com>

This is a partial cherry pick of:
(cherry picked from commit b00a235186)
(cherry picked from commit d4c37320382edb342292a3e30250d46896a12016)
2023-07-10 14:37:46 +03:00
..
cli.tcl Tests: fix redis-cli with remote hosts. (#7693) 2020-09-01 09:27:58 +03:00
cluster.tcl Handle keys with hash tag when computing hash slot using tcl cluster client. 2020-05-22 12:37:49 +02:00
redis.tcl Fix TLS tests on newer tcl-tls/OpenSSL. (#10910) 2023-01-17 14:59:41 +02:00
server.tcl Fix tests failure on busybox systems. (#7916) 2020-10-27 09:12:01 +02:00
test.tcl Fix the bug that CLIENT REPLY OFF|SKIP cannot receive push notifications (#11875) 2023-04-17 15:54:33 +03:00
tmpfile.tcl Initial implementation of a client-server parallel testing system for Redis in order to speedup execution of the test suite. 2011-07-10 23:25:48 +02:00
util.tcl Re-enable hash downsize rehashing during fork (partial #12276) 2023-07-10 14:37:46 +03:00