]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/mgr/test_progress.py: resolve dictionary runtime error 29385/head
authorKamoltat (Junior) Sirivadhna <ksirivad@redhat.com>
Tue, 30 Jul 2019 14:39:56 +0000 (10:39 -0400)
committerKamoltat (Junior) Sirivadhna <ksirivad@redhat.com>
Mon, 5 Aug 2019 15:06:33 +0000 (11:06 -0400)
commit1322f90a43b0b06c5225f174c6f53c2f8ac908c0
treefc5e994f8d917d1deb3c0e05b87ffbe669bcf8e8
parentbaa714117c3c624516743bdcce79caa6711d1091
qa/tasks/mgr/test_progress.py: resolve dictionary runtime error

Think the problem is how we are using dictionary.item() in
for loop causing runtime error therefore the event didn't
get created so we convert it to list(dictionary).

Fixes http://pulpito.ceph.com/kchai-2019-07-28_14:30:09-rados-wip-kefu2-testing-2019-07-28-1941-distro-basic-mira/4160881/

Also the same fix as: #28840

Signed-off-by: Kamoltat (Junior) Sirivadhna <ksirivad@redhat.com>
src/pybind/mgr/progress/module.py