]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Fix for some dashboard timing issues 24219/head
authorPatrick Nawracay <pnawracay@suse.com>
Mon, 17 Sep 2018 07:25:34 +0000 (09:25 +0200)
committerPatrick Nawracay <pnawracay@suse.com>
Fri, 21 Sep 2018 14:01:24 +0000 (16:01 +0200)
commit8daffe86a693531d7526762ab30838bba86d6e22
treed64679104d9510be7f1ae75500cd8d7cca4cba82
parent202b27363da9cd8f4bf22496c3458a0572b3a400
mgr/dashboard: Fix for some dashboard timing issues

Specifically fixes the recurringly occurring `test_osd.py` error on the
`test_scrub` method. But this change should also prevent other issues of
the same kind. Issues of "same kind" are issues which occurr due to
tests which do not immediately result in a clean cluster status and
aren't manually programmed to wait for it.

Fixes: http://tracker.ceph.com/issues/36107
Signed-off-by: Patrick Nawracay <pnawracay@suse.com>
qa/tasks/mgr/dashboard/helper.py