Whamcloud - gitweb
LU-18221 tests: check UBSAN and KASAN in check_dmesg_for_errors() 59/56359/5
authorJian Yu <yujian@whamcloud.com>
Sun, 15 Sep 2024 23:15:16 +0000 (16:15 -0700)
committerOleg Drokin <green@whamcloud.com>
Tue, 8 Oct 2024 06:23:45 +0000 (06:23 +0000)
commit2c95e89c71906f8f4f4f1dcab157e39ef150f342
tree638c327e57f96ee259efd1bd7b97f921597f64f3
parentbd356b104f216998e6ee885961bc9e18b27351d7
LU-18221 tests: check UBSAN and KASAN in check_dmesg_for_errors()

This patch adds checks into check_dmesg_for_errors() for UBSAN
and KASAN messages in dmesg and fails the test if they are found.

Test-Parameters: trivial mdtcount=4 mdscount=2 \
  env=SANITY_EXCEPT="17e 103" \
  clientdistro=ubuntu2404 testlist=sanity

Test-Parameters: optional clientdistro=ubuntu2404 testgroup=full-part-1
Test-Parameters: optional clientdistro=ubuntu2404 testgroup=full-part-2
Test-Parameters: optional clientdistro=ubuntu2404 testgroup=full-part-3

Change-Id: I4156fb0192e3df152287daf101bc17c228e593b5
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/56359
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Yang Sheng <ys@whamcloud.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/test-framework.sh