Whamcloud - gitweb
LU-18102 tests: skip read/write in sanity/27J for some kernels 77/55977/5
authorBobi Jam <bobijam@whamcloud.com>
Fri, 9 Aug 2024 03:56:36 +0000 (11:56 +0800)
committerOleg Drokin <green@whamcloud.com>
Sun, 8 Sep 2024 16:04:37 +0000 (16:04 +0000)
commitadb3d20f3c8d3a720b293d3d5977a1849a9e0cb7
treed43705b17459b50aecbe5b245742739fcd68ecf4
parent333f7198246600fd66b8283a95bbb3835fde6020
LU-18102 tests: skip read/write in sanity/27J for some kernels

Kernel commit v5.11-10234-gcbd59c48ae2b (5.12) skips filemap_read()
with 0 file size, commit v6.2-rc4-61-g5956592ce337 (6.2) just correct
the last page read in filemap_read(), it still skips the real file
read with 0 sized file.

Test-Parameters: trivial
Fixes: b711af7d24 ("LU-16101 tests: skip sanity/27J for more kernels")
Signed-off-by: Bobi Jam <bobijam@whamcloud.com>
Change-Id: I1c562cce1374df7659c8d178fb3601e4dfb01744
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/55977
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/sanity.sh