diff options
author | Jeff Darcy <jdarcy@redhat.com> | 2017-02-02 11:41:06 -0500 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2017-02-02 15:46:19 -0500 |
commit | 1e849f616f6ae2f97ab307abaff69182c87571ca (patch) | |
tree | 0bcb6822cd1a6936af41ee34f138fd048206e261 /tests/bugs/unclassified/bug-874498.t | |
parent | 5a57c1592a34ee6632ca1fb38e076dde381d1ae2 (diff) |
tests: use kill_brick instead of kill -9
The system actually handles this OK, but with multiplexing the result
of killing the whole process is not what some tests assumed.
Change-Id: I89ebf0039ab1369f25b0bfec3710ec4c13725915
BUG: 1385758
Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-on: https://review.gluster.org/16528
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'tests/bugs/unclassified/bug-874498.t')
-rw-r--r-- | tests/bugs/unclassified/bug-874498.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/unclassified/bug-874498.t b/tests/bugs/unclassified/bug-874498.t index f362fd601eb..a2a9f376bbe 100644 --- a/tests/bugs/unclassified/bug-874498.t +++ b/tests/bugs/unclassified/bug-874498.t @@ -14,7 +14,7 @@ TEST $CLI volume start $V0; TEST glusterfs --volfile-server=$H0 --volfile-id=$V0 $M0; B0_hiphenated=`echo $B0 | tr '/' '-'` -kill -9 `cat $GLUSTERD_WORKDIR/vols/$V0/run/$H0$B0_hiphenated-brick1.pid` ; +kill_brick $V0 $H0 $B0/brick1 echo "GLUSTER FILE SYSTEM" > $M0/FILE1 echo "GLUSTER FILE SYSTEM" > $M0/FILE2 |