a33c41f Ticket 58 - Add stress test

Authored and Committed by William Brown 7 years ago
    Ticket 58 - Add stress test
    
    Feature Description:  In order to assert the future correctness of nunc-stans
    we need a stress tester. This adds a self contained client and server
    that spawns more clients than server threads in an attempt to overload
    the server. In the future this will also add timed jobs, and local work
    jobs to ensure that our server behaviour is correct.
    
    These can be run after:
    
    make check
    
    ./cmocka_stress_test
    
    https://fedorahosted.org/nunc-stans/ticket/58
    
    Author: wibrown
    
    Review by: mreynolds (Thanks!)
    
        
file modified
+2 -0
file modified
+5 -2
file modified
+18 -12
file modified
+7 -0
file modified
+69 -1