Whamcloud - gitweb
EX-3342 tests: fix Lustre version in test skip checks in sanity
authorAlena Nikitenko <anikitenko@ddn.com>
Tue, 4 Jan 2022 22:59:39 +0000 (01:59 +0300)
committerAndreas Dilger <adilger@whamcloud.com>
Wed, 9 Mar 2022 17:11:40 +0000 (17:11 +0000)
commit0b8b17774a0ec85f71d039033a89fe8faf8ffdf8
treeec4081ccb3a344d87d557a8c445f055c2eeb16ed
parente6d7cd7b54f34ec184fa33b9fc3534edde9ab6e9
EX-3342 tests: fix Lustre version in test skip checks in sanity

Many patches land to the EXAScaler branches as ports from
other branches.  Sometimes the tests that are included with
the ported patches check the version of Lustre to ensure
that the feature it tests exists in this version of Lustre.
These version values are not always changed when patches
are ported from one branch to another.

Change Lustre test suite version checks to be relative to
this branch. Sanity tests 160j,432,810,812 were modified.

Lustre-change: https://review.whamcloud.com/45967
Lustre-commit: 60186cbf11d7cfa24e94721b8bf77e0dc5af0c50

Test-Parameters: env=ONLY="160j 432 810 812" serverversion=2.10.8 \
serverdistro=el7.6
Test-Parameters: env=ONLY="160j 432 810 812" clientversion=2.12.6-ddn42 \
mdscount=2 mdtcount=4 osscount=1 ostcount=8 clientcount=2
Test-Parameters: env=ONLY="160j 432 810 812" serverversion=2.12.6-ddn42 \
mdscount=2 mdtcount=4 osscount=1 ostcount=8 clientcount=2
Test-Parameters: env=ONLY="160j 432 810 812",SHARED_KEY=true mdscount=2 \
mdtcount=4 osscount=1 ostcount=8 clientcount=2 serverversion=2.12.6-ddn42
Test-Parameters: env=ONLY="160j 432 810 812",SHARED_KEY=true mdscount=2 \
mdtcount=4 osscount=1 ostcount=8 clientcount=2 clientversion=2.12.6-ddn42
Test-Parameters: trivial env=ONLY="160j 432 810 812"

Fixes: 9d88030b8a5 ("LU-11626 mdc: hold obd while processing changelog")
Fixes: 6a70c5ec116 ("LU-14804 nodemap: do not return error for improper ACL")
Fixes: bc38e0f6eaa ("LU-12784 llite: limit max xattr size by kernel value")
Fixes: 78ddbc59530 ("LU-11951 ptlrpc: reset generation for old requests")

Signed-off-by: Alena Nikitenko <anikitenko@ddn.com>
Change-Id: I91b45cc9a9d78ab96877edfef59cf6e8fe259452
Reviewed-on: https://review.whamcloud.com/46432
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/tests/sanity.sh