Whamcloud - gitweb
LU-15235 tests: skip sanity/56od in interop 80/51580/2
authorAndreas Dilger <adilger@whamcloud.com>
Wed, 5 Jul 2023 20:07:52 +0000 (14:07 -0600)
committerOleg Drokin <green@whamcloud.com>
Thu, 24 Aug 2023 04:34:20 +0000 (04:34 +0000)
commitbe8865ee16b97866d1ee9b9f644295dafa19461c
tree4d9185c481d96126ec407a3a23f7fbfd2e83dbdf
parentefd12dd7456890038b52662f735c7b49a8117055
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.

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/fs/lustre-release/+/51580
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Alex Deiter <alex.deiter@gmail.com>
Reviewed-by: Qian Yingjin <qian@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity.sh