Project

General

Profile

Bug #43102

Updated by Laura Paduano about 4 years ago

Due to having a "workaround":https://github.com/ceph/ceph/blob/master/src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh#L61-L66 in our `run-frontend-e2e-test.sh` script, "a PR about managing PR autoscaling in the front-end":https://github.com/ceph/ceph/pull/31417 has passed the tests although it didn't contain the necessary E2E test adaptation, just because of the workaround being used.
Hence the E2E tests will need to be adapted to support the new autoscaler functionality in the front-end added in
the aformentioned PR, before the workaround in `run-frontend-e2e-test.sh` can be disabled.

Also we should still support at least one test case where the number of PGs is being set manually.

In addition to that, another issue needs to resolved, before the workaround could safely be removed.


* https://tracker.ceph.com/issues/42638

Back