]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: Killing daemons in parallel
authorErwan Velu <erwan@redhat.com>
Mon, 21 Mar 2016 10:14:04 +0000 (11:14 +0100)
committerErwan Velu <erwan@redhat.com>
Tue, 5 Apr 2016 07:36:25 +0000 (09:36 +0200)
commitd8f07c3ff60f3d220c59626cb2e85f4f5689824a
tree94122e6238e1dfcde06d1b88af0f808ede83dc2e
parent0ac3ac71ec06f9172853e47783902ea431f7db88
tests: Killing daemons in parallel

The current code of kill_daemons() was killing daemons one after the
other and wait it to actually die before switching to the next one.

This patch makes the kill_daemons() loop being run in parallel to avoid
this bottleneck.

Signed-off-by: Erwan Velu <erwan@redhat.com>
qa/workunits/ceph-helpers.sh