• Binbin's avatar
    Fix timing issue in rehash test (#10388) · 45d83fb2
    Binbin authored
    `Expected '*table size: 4096*' to match '*table size: 8192*'`
    
    This test failed once on daily macOS, the reason is because
    the bgsave has not stopped after the kill and `after 200`.
    So there is a child process and no rehash triggered.
    
    This commit use `waitForBgsave` to wait for it to finish.
    45d83fb2
other.tcl 11.4 KB