commit | 490645d027c5925b30c88b9c7a663850a641d15d | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <mawilcox@microsoft.com> | Thu Nov 09 20:15:14 2017 -0500 |
committer | Matthew Wilcox <mawilcox@microsoft.com> | Tue Feb 06 15:07:20 2018 -0500 |
tree | b4a3f935b649555ad08d2f747cbd199d78922352 | |
parent | 051803c0d01f4d8a197ecc08bfeffdff00d86c62 [diff] |
idr test suite: Fix ida_test_random() The test was checking the wrong errno; ida_get_new_above() returns EAGAIN, not ENOMEM on memory allocation failure. Double the number of threads to increase the chance that we actually exercise this path during the test suite (it was a bit sporadic before). Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com>