21682d0 Avoid failures during unit tests

Authored and Committed by pemensik 3 years ago
    Avoid failures during unit tests
    
    Unit tests fail always on builders with 56 cores. There is issue with
    limit of threads count in netmgr. Internal counter in hp.c does not
    reset on each unit tests teardown. With many cores, it can lead to
    assertion failures during the test.
    
        
file modified
+4 -0