)]}'
{"nova/tests/functional/regressions/test_bug_1862633.py":[{"author":{"_account_id":17685,"name":"Elod Illes","email":"elod.illes@est.tech","username":"elod.illes"},"change_message_id":"9c3c2b4925bcc9e4ed59dd2f119dc9c88fed6d13","unresolved":false,"context_lines":[{"line_number":76,"context_line":"        # Simulate that port update fails during unshelve due to neutron is"},{"line_number":77,"context_line":"        # unavailable"},{"line_number":78,"context_line":"        with mock.patch("},{"line_number":79,"context_line":"                \u0027nova.network.neutronv2.api.API.\u0027"},{"line_number":80,"context_line":"                \u0027setup_instance_network_on_host\u0027,"},{"line_number":81,"context_line":"                side_effect\u003dneutron_exception.ConnectionFailed(reason\u003d\u0027test\u0027)):"},{"line_number":82,"context_line":"            req \u003d {\u0027unshelve\u0027: None}"},{"line_number":83,"context_line":"            self.api.post_server_action(server[\u0027id\u0027], req)"}],"source_content_type":"text/x-python","patch_set":3,"id":"bf51134e_07fc27b3","line":80,"range":{"start_line":79,"start_character":16,"end_line":80,"end_character":49},"updated":"2020-07-13 16:12:14.000000000","message":"originally update_port was mocked and had the below exception as side effect. The above method is 2 steps earlier in the stack trace, so it is a good replacement and has the same result.","commit_id":"618dd9bdc24b3a1de6a5581d4e7201efdf1f86bd"},{"author":{"_account_id":17685,"name":"Elod Illes","email":"elod.illes@est.tech","username":"elod.illes"},"change_message_id":"9c3c2b4925bcc9e4ed59dd2f119dc9c88fed6d13","unresolved":false,"context_lines":[{"line_number":81,"context_line":"                side_effect\u003dneutron_exception.ConnectionFailed(reason\u003d\u0027test\u0027)):"},{"line_number":82,"context_line":"            req \u003d {\u0027unshelve\u0027: None}"},{"line_number":83,"context_line":"            self.api.post_server_action(server[\u0027id\u0027], req)"},{"line_number":84,"context_line":"            fake_notifier.wait_for_versioned_notification("},{"line_number":85,"context_line":"                \u0027instance.unshelve.start\u0027)"},{"line_number":86,"context_line":"            self._wait_for_server_parameter("},{"line_number":87,"context_line":"                self.api,"}],"source_content_type":"text/x-python","patch_set":3,"id":"bf51134e_27184b1c","line":84,"range":{"start_line":84,"start_character":26,"end_line":84,"end_character":57},"updated":"2020-07-13 16:12:14.000000000","message":"the other modification: here was wait_for_versioned_notifications originally.","commit_id":"618dd9bdc24b3a1de6a5581d4e7201efdf1f86bd"}]}
