Whamcloud - gitweb
LU-15235 tests: skip sanity/56od in interop
authorAndreas Dilger <adilger@whamcloud.com>
Wed, 5 Jul 2023 20:13:42 +0000 (14:13 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 6 Jul 2023 04:15:00 +0000 (04:15 +0000)
commit545a04b321c5ce324577fd1598ffd7f9943f1652
treefc84708f95c9848ba0d0f31d1229c9f16f029cf0
parent1be9b66f0d5508f31192854b25197162e8563f8f
LU-15235 tests: skip sanity/56od in interop

Sanity test_56oc and test_56od were using the btime_supported()
function to check it "lfs find" supported file birth time, but
this did not properly check whether the MDS supported this option.

Remove the btime_supported() check and just use the version, since
this has been around a few releases already.

Lustre-change: https://review.whamcloud.com/51580
Lustre-commit: TBD (from 8add332bda0c58d9908478b9263e8aea46edc135)

Fixes: 186b97e68abb ("LU-11971 utils: Send file creation time to clients")
Test-Parameters: trivial testlist=sanity serverversion=2.12.9 env=ONLY=56
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I0c85103c843d3b993e3e112bf5d0da976d3ebbe5
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/51581
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/sanity.sh