]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: test/mon/osd-erasure-code-profile.sh uses ceph-helpers.sh
authorLoic Dachary <ldachary@redhat.com>
Sat, 16 May 2015 09:19:09 +0000 (11:19 +0200)
committerLoic Dachary <ldachary@redhat.com>
Sun, 17 May 2015 10:33:05 +0000 (12:33 +0200)
commitf3cb870b9edd88a95516ad8b337d9ec6aa693bfd
treecc224fba0052c678923e3efc2faa068523d5a153
parent66dcda9a58aa4085b05af54411761eb61845ce5f
tests: test/mon/osd-erasure-code-profile.sh uses ceph-helpers.sh

Instead of using mon-test-helpers.sh, primarily because the kill_daemon
function implemented in mon-test-helpers.sh is not as good as
ceph-helpers.sh.

Instead of having tests that share the same monitor, each test now runs
on a fresh monitor. The test writer no longer has to worry that it will
be re-using the pool or profile from a previous test. That causes
problems that are difficult to diagnose and the overhead of running a
new monitor is not so high.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/mon/osd-erasure-code-profile.sh