Whamcloud - gitweb
LU-18354 tests: speed up sanity/136 on non-ZFS 99/58199/3
authorAndreas Dilger <adilger@whamcloud.com>
Mon, 24 Feb 2025 20:52:37 +0000 (13:52 -0700)
committerOleg Drokin <green@whamcloud.com>
Thu, 6 Mar 2025 08:09:37 +0000 (08:09 +0000)
commit5f3cb9ccc4dc222520836a0e652d4c5cbbf11ee0
tree41cc43789d6b5637cbdb8e252aeca44017bcedf6
parentd4a8b550e350094a7b78dc4d7e3111b22743f737
LU-18354 tests: speed up sanity/136 on non-ZFS

The previous change to sanity test_136 to improve test reliability
on ZFS servers resulted in the test time increasing by about 8x
(from ~300s to ~2400s).  Only wait for deletion and drop caches on
ZFS MDS nodes, and not on ldiskfs where this is not needed.

Test-Parameters: trivial
Test-Parameters: testlist=sanity env=ONLY=136,SLOW=yes,ONLY_MINUTES=30 fstype=zfs
Test-Parameters: testlist=sanity env=ONLY=136,SLOW=yes,ONLY_MINUTES=30
Fixes: 627cc62369 ("LU-18354 tests: avoid sanity/136 OOM on ZFS servers")
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ic5dc79f9b7e6c2df50a97d0447ef3aa9d3c73e1d
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58199
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Reviewed-by: Timothy Day <timday@amazon.com>
lustre/tests/sanity.sh