• H
    Fix test_cond flaky test under Windows (#24633) · 00c8ee18
    Huihuang Zheng 提交于
    In the past, the test_cond will fail with 2% probability and easy to re-produce.
    
    Now I re-run 300 times and no failure occurs. The probability of still has the failure is (1 - 2%) ^ 300 ~= 0.00004. We can say the random failure disappears. Maybe someone fixed some bugs in PE.
      
    00c8ee18
test_cond.py 21.7 KB