Activity log for bug #1560425

Date Who What changed Old value New value Message
2016-03-22 10:20:44 Vadim Rovachev bug added bug
2016-03-22 10:20:54 Vadim Rovachev fuel: assignee Vadim Rovachev (vrovachev)
2016-03-22 10:20:56 Vadim Rovachev fuel: importance Undecided High
2016-03-22 10:21:10 Vadim Rovachev fuel: milestone 6.1-updates
2016-03-22 10:21:31 Vadim Rovachev tags area-qa
2016-03-22 10:22:04 Vadim Rovachev description Detailed bug description: thread 7 swarm tests has failed status on 6.1 release with exception: https://paste.mirantis.net/show/2010/ This problem reproduced because method: https://github.com/openstack/fuel-qa/blob/master/fuelweb_test/models/collector_client.py#L45 returned json, such as: https://paste.mirantis.net/show/2006/ but in method: https://github.com/openstack/fuel-qa/blob/master/fuelweb_test/models/collector_client.py#L66 we wait list. Steps to reproduce: 1. Run thread 7 test 2. Wait Expected results: Test passed Actual result: test failed: https://patching-ci.infra.mirantis.net/view/All/job/6.1.system_test.centos.thread_7/18/console Reproducibility: 100% Workaround: nothing Detailed bug description: thread 7 swarm tests has failed status on 6.1 release with exception: https://paste.mirantis.net/show/2010/ This problem reproduced because method: https://github.com/openstack/fuel-qa/blob/master/fuelweb_test/models/collector_client.py#L45 returned json, such as: https://paste.mirantis.net/show/2006/ but in method: https://github.com/openstack/fuel-qa/blob/master/fuelweb_test/models/collector_client.py#L66 we wait list. >>> [actions['id'] for actions in collector.get_action_logs(uuid)] Traceback (most recent call last): File "<stdin>", line 1, in <module> TypeError: string indices must be integers >>> [actions['id'] for actions in collector.get_action_logs(uuid)['objs']] [305032, 305033, 305034, 305035, 305204, 305205, 305206, 305207, 305208, 305209, 305210, 305211, 305212, 305213, 305526, 305527, 305528, 305529] Steps to reproduce: 1. Run thread 7 test 2. Wait Expected results: Test passed Actual result: test failed: https://patching-ci.infra.mirantis.net/view/All/job/6.1.system_test.centos.thread_7/18/console Reproducibility: 100% Workaround: nothing
2016-03-22 10:25:53 Vadim Rovachev fuel: status New In Progress
2016-05-23 13:01:30 Rodion Tikunov tags area-qa area-qa non-release