-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Format
-
3
-
StorEng - Defined Pipeline
It seems that when a timeout is specified (-t) and the number of jobs (-j) with format.sh, the number of jobs is ignored.
Reproducer:
./format.sh -c CONFIG.stress -j $(nproc --all) -F -t 1
You should observe only one job with the command above.