diff options
| author | Jeff Darcy <jdarcy@redhat.com> | 2017-02-02 11:41:06 -0500 |
|---|---|---|
| committer | Shyamsundar Ranganathan <srangana@redhat.com> | 2017-02-03 08:46:48 -0500 |
| commit | 0692e1c8f40333cc85637a85663b353f20f663b9 (patch) | |
| tree | 5e0e71f9c9b0e43ba177da74f39bc15d41508103 /tests/bugs/distribute/bug-860663.t | |
| parent | 3d4192cb6c35e4ebd0d3e027c5c90599e700bc8a (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.
Backport of:
> Change-Id: I89ebf0039ab1369f25b0bfec3710ec4c13725915
> BUG: 1385758
> Reviewed-on: https://review.gluster.org/16528
BUG: 1418091
Change-Id: I39943e27b4b1a5e56142f48dc9ef2cdebe0a9d5b
Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-on: https://review.gluster.org/16534
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Smoke: Gluster Build System <jenkins@build.gluster.org>
Diffstat (limited to 'tests/bugs/distribute/bug-860663.t')
| -rw-r--r-- | tests/bugs/distribute/bug-860663.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/distribute/bug-860663.t b/tests/bugs/distribute/bug-860663.t index 43511945cb9..59b8223ef3f 100644 --- a/tests/bugs/distribute/bug-860663.t +++ b/tests/bugs/distribute/bug-860663.t @@ -35,7 +35,7 @@ ORIG_FILE_COUNT=`ls -l $M0 | wc -l`; TEST [ $ORIG_FILE_COUNT -ge 1000 ] # Kill a brick process -kill -9 `cat $GLUSTERD_WORKDIR/vols/$V0/run/$H0-d-backends-${V0}1.pid`; +kill_brick $V0 $H0 $B0/${V0}1 TEST $CLI volume rebalance $V0 fix-layout start |
