Activity log for bug #1650029

Date Who What changed Old value New value Message
2016-12-14 21:39:53 Felipe Monteiro bug added bug
2016-12-14 21:41:54 OpenStack Infra murano: status New In Progress
2016-12-14 21:41:54 OpenStack Infra murano: assignee Felipe Monteiro (fm577c)
2016-12-14 21:44:05 Felipe Monteiro description 11 Murano Dashboard unit tests are currently throwing errors (errors=8, failures=3). For example: - http://logs.openstack.org/50/410950/2/check/gate-murano-dashboard-python35-nv/12228d6/console.html These errors are related to these tests setting 'horizon_pagesize' in the mock request object, then allowing a Horizon function to calculate the pagesize by assuming it looks at the above value. But (probably) Horizon changed this logic, causing errors. The solution is to mock out the function in which the error is originating. 11 Murano Dashboard unit tests are currently throwing errors (errors=8, failures=3). For example:   - http://logs.openstack.org/50/410950/2/check/gate-murano-dashboard-python35-nv/12228d6/console.html These errors are related to these tests setting 'horizon_pagesize' in the mock request object, then allowing a Horizon function to calculate the pagesize by assuming it looks at the above value. But (probably) Horizon changed this logic, causing errors. The solution is to mock out the function in which the error is originating. This is the recent Horizon commit that seems to have caused these unit tests to now fail: https://review.openstack.org/#/c/155939/
2016-12-15 22:36:04 OpenStack Infra murano: status In Progress Fix Released