Whamcloud - gitweb
LU-13031 tests: avoid new user xattr in interop 32/52332/4
authorXing Huang <hxing@ddn.com>
Sun, 10 Sep 2023 08:07:16 +0000 (16:07 +0800)
committerOleg Drokin <green@whamcloud.com>
Mon, 13 Nov 2023 02:08:00 +0000 (02:08 +0000)
commitfac50dcc27f09384981d995e1234943f06a17969
tree936e06692b179fe1b92b41749f18a1a7731ff8a0
parent4bd5dfccf1e7e23a36899547f00856d4b0fe1f32
LU-13031 tests: avoid new user xattr in interop

The xattr test of test_103a is expecting that there are no other
user xattrs, but the patch(#50982) is adding a new user xattr to
every file.  This new xattr can be disabled when running with new
clients and old servers, but this is not easily possible with old
clients (where the test scripts run) and new servers
(that have that patch #50982).

We can have this change to avoid the above problem.

Test-Parameters: testlist=sanity serverjob=lustre-b_es-reviews serverbuildno=12671 env=ONLY=103
Signed-off-by: Xing Huang <hxing@ddn.com>
Change-Id: Iaf4bd81be7e43d946ec184e7d8d65326983c351d
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52332
Tested-by: Maloo <maloo@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
lustre/tests/sanity.sh