diff options
-rwxr-xr-x | tests/basic/playground/template-xlator-sanity.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/basic/playground/template-xlator-sanity.t b/tests/basic/playground/template-xlator-sanity.t index c3090dae5a8..a89a38c51c6 100755 --- a/tests/basic/playground/template-xlator-sanity.t +++ b/tests/basic/playground/template-xlator-sanity.t @@ -22,6 +22,10 @@ TEST glusterfs -f $B0/template.vol $M0 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 cleanup; |