summaryrefslogtreecommitdiffstats
path: root/tests/basic/multiplex.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/multiplex.t')
-rw-r--r--tests/basic/multiplex.t11
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/basic/multiplex.t b/tests/basic/multiplex.t
index 0448e5b12cd..2f558a6824b 100644
--- a/tests/basic/multiplex.t
+++ b/tests/basic/multiplex.t
@@ -17,10 +17,10 @@ function count_brick_pids {
| grep -v "N/A" | sort | uniq | wc -l
}
+cleanup
+
TEST glusterd
TEST $CLI volume set all cluster.brick-multiplex on
-push_trapfunc "$CLI volume set all cluster.brick-multiplex off"
-push_trapfunc "cleanup"
TEST $CLI volume create $V0 $H0:$B0/brick{0,1}
TEST $CLI volume set $V0 features.trash enable
@@ -69,3 +69,10 @@ nbrick0=$(ls $B0/brick0/file?? | wc -l)
nbrick1=$(ls $B0/brick1/file?? | wc -l)
TEST [ $((nbrick0 + nbrick1)) -eq 90 ]
TEST [ $((nbrick0 * nbrick1)) -ne 0 ]
+
+pkill gluster
+TEST glusterd
+EXPECT_WITHIN $PROCESS_DOWN_TIMEOUT 1 count_brick_pids
+EXPECT_WITHIN $PROCESS_DOWN_TIMEOUT 1 count_brick_processes
+
+cleanup; \ No newline at end of file