• Madelyn Olson's avatar
    Fix issues in wait test (#8310) · b24b4903
    Madelyn Olson authored
    This fixes three issues:
    1.  Using debug SLEEP was impacting the subsequent test, and causing it to pass reliably even though it should have failed. There was exactly 5 seconds of artificial pause (after 1000, wait 3000, wait 1000) between the debug sleep 5 and when we needed to unblock the client in the subsequent test. Now the test properly makes sure the client is unblocked, and the subsequent test is fixed.
    2. Minor, the client pause types were using & comparisons instead of ==, since it was previously a flag.
    3. Test is faster now that some of the hand wavy time is removed. 
    b24b4903
wait.tcl 1.64 KB