This PR is a potpourri of small changes which I have been accumulating. Most of them are changes to appease the various linters (removing references to nonexistent files, replacing an unnecessary regex with a shell glob, adding quotes to file path expressions, adding a variable initialization and a type hint) and typographical fixes/updates, but there are some slightly more substantive changes:
added the default value to the help for the test-types option in pbench-fio,
changed the image referenced by the contribpbench script from main to latest, and
simplified the Content-Length handling in upload -- Werkzeug does all the heavy lifting for us, so we don't have to.
This PR is a potpourri of small changes which I have been accumulating. Most of them are changes to appease the various linters (removing references to nonexistent files, replacing an unnecessary regex with a shell glob, adding quotes to file path expressions, adding a variable initialization and a type hint) and typographical fixes/updates, but there are some slightly more substantive changes:
test-types
option inpbench-fio
,contrib
pbench
script frommain
tolatest
, andContent-Length
handling inupload
-- Werkzeug does all the heavy lifting for us, so we don't have to.