]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/cephadm/tests/test_cephadm: remove broken rgw_update_fail test
authorSage Weil <sage@redhat.com>
Tue, 3 Mar 2020 18:20:19 +0000 (12:20 -0600)
committerSage Weil <sage@redhat.com>
Wed, 4 Mar 2020 18:57:50 +0000 (12:57 -0600)
commit8330d2f2bd2bb9325ac48accedfecd6dfaab8697
tree8be570e9aef57fe97c0ed774288c7fb26b306f75
parent58148c85c7a6d27aca0f487560e1b0368e6b2d87
mgr/cephadm/tests/test_cephadm: remove broken rgw_update_fail test

This was trying to show that we won't put 2 RGWs from different zones
on the same host.  In reality, the test was only passing because it was
specifying an invalid placement spec (count=3 in a 2-host cluster).

It's true that we shouldn't do that because they won't be able to bind,
but the HostAssignment code doesn't handle this case currently.

See https://tracker.ceph.com/issues/44397

Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/cephadm/tests/test_cephadm.py