commit | cea46c0f2c8308627029fe2c470947689abef4e6 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Mon Sep 23 17:42:42 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Mon Sep 23 18:16:08 2019 +0200 |
tree | b6d68f2fea4e9a4fce68bde86b09ac2a2fd54393 | |
parent | ff1e9f39b91ab945e0846bc8493c9e00445b337d [diff] |
TESTS: Add a stress-test for mt_lists. Add test-list.c, a stress-test for mt_list, to ensure there's no concurrency issue. The number of threads is provided on the command line, and it randomly add, removes, or parses the list until it made MAX_ACTION actions (currently 5000000).