Whamcloud - gitweb
LU-10729 tests: replay-dual/23d to wait 23/45623/17
authorAlex Zhuravlev <bzzz@whamcloud.com>
Fri, 19 Nov 2021 19:52:28 +0000 (22:52 +0300)
committerOleg Drokin <green@whamcloud.com>
Tue, 11 Apr 2023 20:00:27 +0000 (20:00 +0000)
commit63a19f6f666b9d18fede66ce8bcd2d799b5e0fa7
tree1209cc435aec6786daf35c924f5a1546cbe34311
parentc5e6ca3b15b61f400d69efbdd2a45333e699d61b
LU-10729 tests: replay-dual/23d to wait

replay-dual/23d simulates a dropped reply for the executed
update, but previous tests can break this:
 - the update modifies remote llog
 - there can be another uptdate to that remote log
   (from the previous tests)
 - fail_loc (OBD_FAIL_UPDATE_OBJ_NET) is applied to the
   old update
 - the 23d's update gets stuck

so the test has to ensure there is no pending/in-flight
updates.

Test-Parameters: trivial testlist=replay-dual mdscount=2 mdtcount=4
Test-Parameters: testlist=replay-dual fstype=zfs mdscount=2 mdtcount=4
Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Change-Id: I3b60468d1f6f467006d5872ec62b81f57fa0423e
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/45623
Reviewed-by: Alex Deiter <alex.deiter@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/replay-dual.sh