)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":17685,"name":"Elod Illes","email":"elod.illes@est.tech","username":"elod.illes"},"change_message_id":"222a0df231cade486b93464c0fd3ca879f332037","unresolved":false,"context_lines":[{"line_number":18,"context_line":""},{"line_number":19,"context_line":"Conflicts:"},{"line_number":20,"context_line":"      nova/tests/unit/conductor/tasks/test_migrate.py"},{"line_number":21,"context_line":"The unit test case was re-implemented the test refactoring in"},{"line_number":22,"context_line":"I57568e9a01664ee373ea00a8db3164109c982909 is missing from pike."},{"line_number":23,"context_line":""},{"line_number":24,"context_line":"Closes-Bug: #1864665"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":1,"id":"df33271e_752630ba","line":21,"range":{"start_line":21,"start_character":59,"end_line":21,"end_character":61},"updated":"2020-03-20 17:52:20.000000000","message":"nit: as","commit_id":"c00d2a996cdc902c3a145fdae1db1635a6cf97f1"}],"nova/tests/unit/conductor/tasks/test_migrate.py":[{"author":{"_account_id":17685,"name":"Elod Illes","email":"elod.illes@est.tech","username":"elod.illes"},"change_message_id":"222a0df231cade486b93464c0fd3ca879f332037","unresolved":false,"context_lines":[{"line_number":85,"context_line":"    @mock.patch.object(compute_rpcapi.ComputeAPI, \u0027prep_resize\u0027)"},{"line_number":86,"context_line":"    def test_execute_with_cpu_topoloy("},{"line_number":87,"context_line":"            self, prep_resize_mock, sel_dest_mock, sig_mock, az_mock):"},{"line_number":88,"context_line":"        self.request_spec \u003d objects.RequestSpec("},{"line_number":89,"context_line":"            numa_topology\u003dobjects.InstanceNUMATopology("},{"line_number":90,"context_line":"                cells\u003d["},{"line_number":91,"context_line":"                    objects.InstanceNUMACell("},{"line_number":92,"context_line":"                        cpu_topology\u003dobjects.VirtCPUTopology()"},{"line_number":93,"context_line":"                    )"},{"line_number":94,"context_line":"                ]"},{"line_number":95,"context_line":"            )"},{"line_number":96,"context_line":"        )"},{"line_number":97,"context_line":"        sel_dest_mock.return_value \u003d self.hosts"},{"line_number":98,"context_line":"        az_mock.return_value \u003d \u0027myaz\u0027"},{"line_number":99,"context_line":"        task \u003d self._generate_task()"}],"source_content_type":"text/x-python","patch_set":1,"id":"df33271e_b50ef82f","line":96,"range":{"start_line":88,"start_character":0,"end_line":96,"end_character":9},"updated":"2020-03-20 17:52:20.000000000","message":"Note to self: this test is the very same as the above one (test_execute),except this self.request_spec ...","commit_id":"c00d2a996cdc902c3a145fdae1db1635a6cf97f1"},{"author":{"_account_id":17685,"name":"Elod Illes","email":"elod.illes@est.tech","username":"elod.illes"},"change_message_id":"222a0df231cade486b93464c0fd3ca879f332037","unresolved":false,"context_lines":[{"line_number":97,"context_line":"        sel_dest_mock.return_value \u003d self.hosts"},{"line_number":98,"context_line":"        az_mock.return_value \u003d \u0027myaz\u0027"},{"line_number":99,"context_line":"        task \u003d self._generate_task()"},{"line_number":100,"context_line":"        legacy_request_spec \u003d jsonutils.loads("},{"line_number":101,"context_line":"            jsonutils.dumps("},{"line_number":102,"context_line":"                self.request_spec.to_legacy_request_spec_dict(),"},{"line_number":103,"context_line":"                default\u003dfunctools.partial("},{"line_number":104,"context_line":"                    jsonutils.to_primitive, convert_instances\u003dTrue"},{"line_number":105,"context_line":"                ),"},{"line_number":106,"context_line":"            )"},{"line_number":107,"context_line":"        )"},{"line_number":108,"context_line":"        task.execute()"},{"line_number":109,"context_line":""},{"line_number":110,"context_line":"        sig_mock.assert_called_once_with(self.context, self.request_spec)"}],"source_content_type":"text/x-python","patch_set":1,"id":"df33271e_352ca898","line":107,"range":{"start_line":100,"start_character":0,"end_line":107,"end_character":9},"updated":"2020-03-20 17:52:20.000000000","message":"... and legacy_request_spec added from the original patch in Queens.","commit_id":"c00d2a996cdc902c3a145fdae1db1635a6cf97f1"},{"author":{"_account_id":17685,"name":"Elod Illes","email":"elod.illes@est.tech","username":"elod.illes"},"change_message_id":"222a0df231cade486b93464c0fd3ca879f332037","unresolved":false,"context_lines":[{"line_number":117,"context_line":"            filter_properties\u003dself.filter_properties,"},{"line_number":118,"context_line":"            node\u003dself.hosts[0][\u0027nodename\u0027], clean_shutdown\u003dself.clean_shutdown)"},{"line_number":119,"context_line":"        az_mock.assert_called_once_with(self.context, \u0027host1\u0027)"},{"line_number":120,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"df33271e_d53a9ccb","line":120,"updated":"2020-03-20 17:52:20.000000000","message":"pep8: ./nova/tests/unit/conductor/tasks/test_migrate.py:120:1: W391 blank line at end of file","commit_id":"c00d2a996cdc902c3a145fdae1db1635a6cf97f1"},{"author":{"_account_id":9708,"name":"Balazs Gibizer","display_name":"gibi","email":"gibizer@gmail.com","username":"gibi"},"change_message_id":"33b337f4a369c496a8e55fbeabcfedd8200509f0","unresolved":false,"context_lines":[{"line_number":117,"context_line":"            filter_properties\u003dself.filter_properties,"},{"line_number":118,"context_line":"            node\u003dself.hosts[0][\u0027nodename\u0027], clean_shutdown\u003dself.clean_shutdown)"},{"line_number":119,"context_line":"        az_mock.assert_called_once_with(self.context, \u0027host1\u0027)"},{"line_number":120,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"df33271e_c39e5406","line":120,"in_reply_to":"df33271e_d53a9ccb","updated":"2020-03-23 09:57:42.000000000","message":"Done","commit_id":"c00d2a996cdc902c3a145fdae1db1635a6cf97f1"}]}
