]> git.proxmox.com Git - mirror_zfs.git/commit
ZTS: random_readwrite test doesn't run correctly
authorJohn Wren Kennedy <john.kennedy@delphix.com>
Thu, 10 Nov 2022 22:00:04 +0000 (15:00 -0700)
committerGitHub <noreply@github.com>
Thu, 10 Nov 2022 22:00:04 +0000 (14:00 -0800)
commite9ab9e512c277ce3c22208599ebe5814db41a036
treef2aacfc9c6deb35e83a6e7e6534fc90d1c950ead
parentb1eec00904a22bd6600a2853709ca50faa56ea24
ZTS: random_readwrite test doesn't run correctly

This test uses fio's bssplit mechanism to choose io sizes for the test,
leaving the PERF_IOSIZES variable empty. Because that variable is
empty, the innermost loop in do_fio_run_impl is never executed, and as
a result, this test does the setup but collects no data. Setting the
variable to "bssplit" allows performance data to be gathered.

Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com>
Signed-off-by: John Wren Kennedy <john.kennedy@delphix.com>
Closes #14163
tests/zfs-tests/tests/perf/regression/random_readwrite.ksh