summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2020-09-07 18:06:25 +0300
committerGitHub <noreply@github.com>2020-09-07 18:06:25 +0300
commitb491d477c3062d1fb064a794d74643c82d1c4adc (patch)
tree71a2c0e4a7630ebba6ea7f96d92dc90a9f4124d8 /.github
parent2df4cb93acabf10bb0ff39c12030791b0947e719 (diff)
downloadredis-b491d477c3062d1fb064a794d74643c82d1c4adc.tar.gz
Fix cluster consistency-check test (#7754)
This test was failing from time to time see discussion at the bottom of #7635 This was probably due to timing, the DEBUG SLEEP executed by redis-cli didn't sleep for enough time. This commit changes: 1) use SET-ACTIVE-EXPIRE instead of DEBUG SLEEP 2) reduce many `after` sleeps with retry loops to speed up the test. 3) add many comment explaining the different steps of the test and it's purpose. 4) config appendonly before populating the volatile keys, so that they'll be part of the AOF command stream rather than the preamble RDB portion. other complications: recently kill_instance switched from SIGKILL to SIGTERM, and this would sometimes fail since there was an AOFRW running in the background. now we wait for it to end before attempting the kill.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions