Description
The nrs_crrn_quantum files are failing to read with -ENODEV probably because the fifo NRS is selected.
find ... -exec cmd ... \; ignores the return value of cmd. (This is not a bug, but is in accordance with the POSIX specification of find.) Hence the checks in 133f do not fail on unreadable files.
Two of the find invocations in test_133f still exclude req_history. That exclusion is no longer needed and should be removed.
Attachments
Issue Links
- is related to
-
LU-398 NRS (Network Request Scheduler )
- Resolved