active defrag tests need to run single threaded because jemalloc has seperate mempools per thread and the numbers won't match otherwise

Former-commit-id: 3a1d3090f2ec5a442e3a7c192987cdfa24094145
This commit is contained in:
John Sully 2021-06-14 16:32:47 +00:00
parent 0bb036aebb
commit dd8e8b098c

View File

@ -395,7 +395,7 @@ start_server {tags {"defrag"} overrides {appendonly yes auto-aof-rewrite-percent
# if the current slab is lower in utilization the defragger would have ended up in stagnation,
# keept running and not move any allocation.
# this test is more consistent on a fresh server with no history
start_server {tags {"defrag"} overrides {save ""}} {
start_server {tags {"defrag"} overrides {save "" server-threads 1}} {
r flushdb
r config resetstat
r config set hz 100