]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/dashbaord: Fix E2E pools page failure
authorStephan Müller <smueller@suse.com>
Tue, 14 Jan 2020 13:38:03 +0000 (14:38 +0100)
committerStephan Müller <smueller@suse.com>
Wed, 15 Jan 2020 08:40:59 +0000 (09:40 +0100)
commit04d5da7eeef9984cd0b9d826cb2178e97677f5c9
treec2052e93e0f7dfeb55e18f407415caa6aca55a8d
parente93e51de15fdaa831140c6bbd3ed01ef8495856f
mgr/dashbaord: Fix E2E pools page failure

The problem was that pg autoscaling is set to "on" by default. Therefore
the pg_num field is hidden, which caused the error. Now the test sets
the pg autoscaling to "off" revealing the pg_num field to make the tests
pass.

Fixes: https://tracker.ceph.com/issues/43594
Fixes: https://tracker.ceph.com/issues/43102
Signed-off-by: Stephan Müller <smueller@suse.com>
src/pybind/mgr/dashboard/frontend/e2e/pools/pools.po.ts
src/pybind/mgr/dashboard/run-frontend-e2e-tests.sh