Whamcloud - gitweb
LU-4671 tests: give multiop a chance to exit. 65/39665/3
authorMr NeilBrown <neilb@suse.de>
Thu, 13 Aug 2020 00:26:40 +0000 (10:26 +1000)
committerOleg Drokin <green@whamcloud.com>
Tue, 8 Sep 2020 18:08:52 +0000 (18:08 +0000)
commit29d4d4095a98fb5272112c6128f017dd228d96c2
tree80a327ffb945924a7f488e9ddcfb10a7a05e8fa7
parent3420cd6158cb0955af984f4599be15c45551582f
LU-4671 tests: give multiop a chance to exit.

If 'multiop' is still running after a test complete, test-framework.sh
reports a failure.
test_43A signals multiop asking it to exit as the last thing it does.
If there is any delay in multip being schedule, test-framework will
see it and report an error - this is a false negative.

So use 'wait' to wait for multiop to respond to the signal.

Test-Parameters: trivial testlist=sanity envdefinitions=ONLY="43A"
Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: Ic94d3c89bd98c9f6ef2d5bee22aac1e39116bf11
Reviewed-on: https://review.whamcloud.com/39665
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: James Nunez <jnunez@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/tests/sanity.sh