]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tests: Removing one ceph-dencoder call in check-generated.sh 8131/head
authorErwan Velu <erwan@redhat.com>
Thu, 24 Mar 2016 14:26:55 +0000 (15:26 +0100)
committerErwan Velu <erwan@redhat.com>
Tue, 5 Apr 2016 07:36:26 +0000 (09:36 +0200)
commitd5ec33fc189e54d049c48fe0ce490e4d5300ffa3
treed330859dc89dd4946cd36ba716f9802dede9c294
parent4af1aa6a9da9a58ee937b45b017074e3818373e4
tests: Removing one ceph-dencoder call in check-generated.sh

The first ceph-dencoder call is very unlikely to fail and represent a
bottleneck as the parallel computation are only done one this test is
completed.

The idea of this patch is to run immediately the 4 dencoders process in
parallel and check the resulting error code. If one fail then we report the
failure.

As the failure is very unlikely, that saves time and makes the code
simplier too.

Signed-off-by: Erwan Velu <erwan@redhat.com>
src/test/encoding/check-generated.sh