From abc4d4cfa01d922c46ebb1abfa5d801ba8c6b5c8 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Sat, 1 Jun 2019 22:43:03 +0530 Subject: lcov: run more fops on translators Translators covered: * playground/template * debug/delay-gen * debug/error-gen * features/namespace * features/quiesce * meta updates: bz#1693692 Change-Id: Ic8fde8efcb309ea492d8e819241f786f7ff467a1 Signed-off-by: Amar Tumballi --- tests/basic/playground/template-xlator-sanity.t | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'tests/basic') diff --git a/tests/basic/playground/template-xlator-sanity.t b/tests/basic/playground/template-xlator-sanity.t index a89a38c51c6..1c665502bfe 100755 --- a/tests/basic/playground/template-xlator-sanity.t +++ b/tests/basic/playground/template-xlator-sanity.t @@ -15,6 +15,7 @@ end-volume volume template type playground/template subvolumes posix + option dummy 13 end-volume EOF @@ -24,8 +25,19 @@ TEST $(dirname $0)/../rpc-coverage.sh --no-locks $M0 # Take statedump to get maximum code coverage pid=$(ps auxww | grep glusterfs | grep -E "template.vol" | awk '{print $2}' | head -1) + TEST generate_statedump $pid -EXPECT_WITHIN $UMOUNT_TIMEOUT "Y" force_umount $M0 +# For monitor output +kill -USR2 $pid + +# Handle SIGHUP and reconfigure +sed -i -e '/s/dummy 13/dummy 42/g' $B0/template.vol +kill -HUP $pid + +# for calling 'fini()' +kill -TERM $pid + +force_umount $M0 cleanup; -- cgit