Relax fragmentation thresholds in multi-user defrag pubsub test

Two clients subscribing to interleaved channels under different ACL
users produce a slightly different allocation pattern than the
single-user variant, causing fragmentation ratios to land just above
1.05.  Raise both thresholds to 1.1, consistent with other defrag
tests that have more complex allocation patterns.
This commit is contained in:
Hristo Staykov 2026-05-26 10:20:43 +03:00
parent 6a35776a76
commit 5c42ef0912

View file

@ -618,7 +618,7 @@ run_solo {defrag} {
}
after 120
assert_lessthan [s allocator_frag_ratio] 1.05
assert_lessthan [s allocator_frag_ratio] 1.1
set batch_size 1000
for {set j 0} {$j < $n} {incr j} {
@ -651,7 +651,7 @@ run_solo {defrag} {
fail "defrag not started."
}
wait_for_defrag_stop 500 100 1.05
wait_for_defrag_stop 500 100 1.1
after 120
}