os-autoinst-distri-opensuse icon indicating copy to clipboard operation
os-autoinst-distri-opensuse copied to clipboard

console: Add upstream ZFS tests

Open ricardobranco777 opened this issue 10 months ago • 6 comments

Add upstream ZFS tests

NOTE: This needs QEMURAM to be set to 8G.

TODO:

  • Use -s option to specify smaller (vdev): -s SIZE Use vdevs of SIZE (default: 4G)

ricardobranco777 avatar Mar 29 '24 15:03 ricardobranco777

Hi @SeroSun , @lansuse is there any duplication with what you are running in "fstests" ?

asmorodskyi avatar Mar 30 '24 15:03 asmorodskyi

@asmorodskyi Thx for asking. From what I know we don't have ZFS test coverage in current filesystem job groups, please feel free to add it :)

SeroSun avatar Apr 01 '24 01:04 SeroSun

Hi @SeroSun , @lansuse is there any duplication with what you are running in "fstests" ?

No, there is no duplication and will not be as we don't have any plan to test it. Unless that thing will get into mainline kernel.

czerw avatar Apr 03 '24 12:04 czerw

Hi @SeroSun , @lansuse is there any duplication with what you are running in "fstests" ?

there is no duplication, and we dont cover zfs in filesysten group by now

lansuse avatar Apr 03 '24 13:04 lansuse

Hi @SeroSun , @lansuse is there any duplication with what you are running in "fstests" ?

No, there is no duplication and will not be as we don't have any plan to test it. Unless that thing will get into mainline kernel.

I don't think it will get into the mainline kernel anytime soon. It's just for convenience for users that use ZFS on (open)SUSE products. I still have to tweak stuff so we use less resources on o3.

ricardobranco777 avatar Apr 03 '24 13:04 ricardobranco777

Isn't assert_script_run("ztest", fail_message => "zfs test suite 'ztest' failed", timeout => 600); running the packages test suite as well? Then this would not be needed.

grisu48 avatar Jun 13 '24 07:06 grisu48