Whamcloud - gitweb
LU-14541 llite: add rw_seq_cst_vs_drop_caches
authorJohn L. Hammond <jhammond@whamcloud.com>
Fri, 6 May 2022 18:54:13 +0000 (13:54 -0500)
committerOleg Drokin <green@whamcloud.com>
Thu, 19 May 2022 21:46:21 +0000 (17:46 -0400)
commitd7fbfbd4c5ba622091a68f1243dbd72fc802144a
tree8e182426ff5c29ce4867aab82ad5675a17599a12
parent6e3951c27ec9ef17fc1923f79b305882797e882d
LU-14541 llite: add rw_seq_cst_vs_drop_caches

Add a reproducer (rw_seq_cst_vs_drop_caches) for the read/write vs
drop_caches sequnetial consistency violation described in
LU-14541. Add an always excepted test (sanityn test_16f) to run
rw_seq_cst_vs_drop_caches.

Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I557ae7386b38214110a4d85ba0515e95fed7a11e
Reviewed-on: https://review.whamcloud.com/47243
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/.gitignore
lustre/tests/Makefile.am
lustre/tests/rw_seq_cst_vs_drop_caches.c [new file with mode: 0644]
lustre/tests/sanityn.sh