[BUG] Traceback and long sleep when no tools are registered #3057
Labels
bug
fio
pbench-fio benchmark related
Tool Meister
Of and relating to the Tool Meister sub-system
tools
Of and related to the operation and behavior of various tools (iostat, sar, etc.)
Milestone
Is there an existing issue for this?
Description
Recently I wanted to check whether sysinfo tool collection is not affecting my runs and tried running with no tools registered, only the
tools-v1-default
directory present. On pbench-start-tools it shows a warningpbench-start-tools: WARNING: No tools are registered
, then it repeats the warning on stoppbench-stop-tools: WARNING: No tools are registered
, sendpbench-send-tools: WARNING: No tools are registered
and postprocesspbench-postprocess-tools: WARNING: No tools are registered
. Then it hangs for about a minute and raises the exception (see below)To Reproduce
mkdir -p /var/lib/pbench/tools-v1-default
pbench-fio -t read --samples 1 -b 4 -r 30 -s 4M -d /fio
Actual Results
THE OUTPUT STAYS HERE FOR ABOUT 60s
Expected Results
It should simply execute and finish with no issues (and no background sysinfo being collected)
Additional information
pbench-agent-0.71.0-3g85910732a.noarch
The text was updated successfully, but these errors were encountered: