Whamcloud - gitweb
LU-10447 tests: remove use of SETSTRIPE from sanity 31/37831/2
authorAndreas Dilger <adilger@whamcloud.com>
Mon, 9 Mar 2020 09:37:22 +0000 (03:37 -0600)
committerOleg Drokin <green@whamcloud.com>
Tue, 10 Mar 2020 23:36:39 +0000 (23:36 +0000)
commitfd77bcb47ca9b5fea56e0ade43b95faf2622d6d2
tree4714dbce841e1f90c7955cb72bc9201f7288de65
parentdf5b71a5e8031929d816b19a2f045bfa40388b5b
LU-10447 tests: remove use of SETSTRIPE from sanity

The recently landed test_136() was using $SETSTRIPE instead of
$LFS setstripe, but that was removed from test-framework.sh in a
later patch (written earlier and didn't take it into account).
This test doesn't fail during normal testing because it is skipped
due to SLOW testing.  Change it to use $LFS setstripe instead.

Fixes: cc1092291932 ("LU-13069 obdclass: don't skip records for wrapped catalog")
Fixes: be3b7e772d3a ("LU-10447 tests: deprecate use of $SETSTRIPE/$GETSTRIPE")
Test-Parameters: trivial testlist=sanity env=ONLY=136,ONLY_REPEAT=10
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: Ibb1e8220e2de711e7034d91baa329bdc04687c72
Reviewed-on: https://review.whamcloud.com/37831
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Alexander Boyko <c17825@cray.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity.sh