3d73e38 Ticket 49154 - Nunc Stans stress should assert it has 95% success rate

Authored and Committed by William Brown 7 years ago
    Ticket 49154 - Nunc Stans stress should assert it has 95% success rate
    
    Bug Description:  We should assert that the nunc-stans stress test
    is able to pass 95% of it's connections during an overload scenario.
    
    Fix Description:  Assert we pass 95% of connections. Additionally, we
    were not actually running the tests properly, so fix that. Improve
    the the work thread function to be slightly faster by better using our
    atomic shutdown check.
    
    https://pagure.io/389-ds-base/issue/49154
    
    Author: wibrown
    
    Review by: vashirov (Thanks!)
    
        
file modified
+14 -7
file modified
+29 -25
src/nunc-stans/test/test_nuncstans_stress_core.c src/nunc-stans/test/test_nuncstans_stress.c
file renamed
+28 -55