• yoav-steinberg's avatar
    Fix script active defrag test (#10318) · b59bb9b4
    yoav-steinberg authored
    This includes two fixes:
    * We forgot to count non-key reallocs in defragmentation stats.
    * Fix the script defrag tests so to make dict entries less signigicant in fragmentation by making the scripts larger.
    This assures active defrage will complete and reach desired results.
    Some inherent fragmentation might exists in dict entries which we need to ignore.
    This lead to occasional CI failures.
    b59bb9b4
defrag.c 45.2 KB