Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
12062
Description
The fix for LU-4030 added a function to test-framework.sh called free_fd. It finds the smallest unused file descriptor. test_31n was changed to call this function to find an fd instead of using a hard-coded fd of 173. However, the line which skips test_31n if fd 173 is in use was left in. That line ought to be removed.
See https://jira.hpdd.intel.com/browse/LU-4030 and http://review.whamcloud.com/#/c/8181