Merge pull request #275 from versity/auke/qht_slow_umount_pr

Unmounts can be slow and break quorum-heartbeat-timeout
This commit is contained in:
Zach Brown
2026-01-08 09:35:23 -08:00
committed by GitHub
+2 -1
View File
@@ -62,7 +62,7 @@ test_timeout()
sleep 1
# tear down the current server/leader
t_force_umount $sv
t_force_umount $sv &
# see how long it takes for the next leader to start
start=$(time_ms)
@@ -73,6 +73,7 @@ test_timeout()
echo "to $to delay $delay" >> $T_TMP.delay
# restore the mount that we tore down
wait
t_mount $sv
# make sure the new leader delay was reasonable, allowing for some slack