You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The zpool_scrub_002 and zpool_scrub_003 test cases fail reliably when
running against fast storage and a small test pool. This occurs because
the scrub operation itself completes before it can be either cancelled
or restarted.
In order to make this less likely the size of the pool is increased
and the ARC cache is flushed before starting the scrub.
Finally, the setup phase was sped up by minimizing the amount of data
read from /dev/urandom which is slow when reading many gigabytes.
Signed-off-by: Brian Behlendorf <[email protected]>
Issue openzfs#4450
The zpool_scrub_002, zpool_scrub_003, zpool_scrub_004 test cases fail
reliably when running against small pools or fast storage. This
occurs because the scrub/resilver operation completes before subsequent
commands can be run.
A one second delay has been added to 10% of zio's in order to ensure
the scrub/resilver operation will run for at least several seconds.
Signed-off-by: Brian Behlendorf <[email protected]>
Issue openzfs#4450
The zpool_scrub_002, zpool_scrub_003, zpool_scrub_004 test cases fail
reliably when running against small pools or fast storage. This
occurs because the scrub/resilver operation completes before subsequent
commands can be run.
A one second delay has been added to 10% of zio's in order to ensure
the scrub/resilver operation will run for at least several seconds.
Signed-off-by: Brian Behlendorf <[email protected]>
Closesopenzfs#4450
These two test cases appear to be racy and need to be updated so they pass consistently.
The text was updated successfully, but these errors were encountered: