Project

General

Profile

Bug #43102

Updated by Patrick Seidensal over 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 "workaround":https://github.com/ceph/ceph/blame/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. In addition to that, another issue needs to resolved, before the workaround could safely be removed. 

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

Back