)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":7166,"name":"Sylvain Bauza","email":"sbauza@redhat.com","username":"sbauza"},"change_message_id":"cd096987cba5f1b7d7bbf3e886205ba68ca271ac","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"88ea7eb5_17def9a8","updated":"2024-03-06 10:24:12.000000000","message":"Just a move from some module to another. LGTM.","commit_id":"4e182a664ee650a20f6667fbce357db57069e169"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"87c6b230eb07df647429946a339e7ed8a73aaf09","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"ca390a0d_9c855ec5","updated":"2024-03-19 15:33:14.000000000","message":"recheck","commit_id":"4e182a664ee650a20f6667fbce357db57069e169"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"9f92aa594df162919149c466e9c72ab0173eb32d","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"1d81d6bb_bc7faec1","updated":"2023-12-07 13:30:08.000000000","message":"recheck timeout.\ni understand why this is being done and it does not actully break any exsitng fucntionality at this point os this is safe to proceed with even without the rest of the series.","commit_id":"4e182a664ee650a20f6667fbce357db57069e169"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"9edb046cf1dc716d67c09119cb36a2d15aa2d779","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"04ee35a8_75d740e9","updated":"2023-12-07 10:37:16.000000000","message":"recheck unrelated failure","commit_id":"4e182a664ee650a20f6667fbce357db57069e169"}],"nova/service.py":[{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"9f92aa594df162919149c466e9c72ab0173eb32d","unresolved":true,"context_lines":[{"line_number":327,"context_line":"        context.CELL_CACHE \u003d {}"},{"line_number":328,"context_line":""},{"line_number":329,"context_line":""},{"line_number":330,"context_line":"class WSGIServer(service.ServiceBase):"},{"line_number":331,"context_line":"    \"\"\"Server class to manage a WSGI server, serving a WSGI application.\"\"\""},{"line_number":332,"context_line":""},{"line_number":333,"context_line":"    default_pool_size \u003d CONF.wsgi.default_pool_size"}],"source_content_type":"text/x-python","patch_set":2,"id":"5ac998a3_5a7c444c","line":330,"updated":"2023-12-07 13:30:08.000000000","message":"other then the rename this is a direct copy form https://review.opendev.org/c/openstack/nova/+/902686/2/nova/wsgi.py#b41\n\n+1","commit_id":"4e182a664ee650a20f6667fbce357db57069e169"},{"author":{"_account_id":7166,"name":"Sylvain Bauza","email":"sbauza@redhat.com","username":"sbauza"},"change_message_id":"cd096987cba5f1b7d7bbf3e886205ba68ca271ac","unresolved":false,"context_lines":[{"line_number":327,"context_line":"        context.CELL_CACHE \u003d {}"},{"line_number":328,"context_line":""},{"line_number":329,"context_line":""},{"line_number":330,"context_line":"class WSGIServer(service.ServiceBase):"},{"line_number":331,"context_line":"    \"\"\"Server class to manage a WSGI server, serving a WSGI application.\"\"\""},{"line_number":332,"context_line":""},{"line_number":333,"context_line":"    default_pool_size \u003d CONF.wsgi.default_pool_size"}],"source_content_type":"text/x-python","patch_set":2,"id":"0d6ae7f6_e2cd04ee","line":330,"in_reply_to":"5ac998a3_5a7c444c","updated":"2024-03-06 10:24:12.000000000","message":"Acknowledged","commit_id":"4e182a664ee650a20f6667fbce357db57069e169"}],"nova/tests/unit/api/test_wsgi.py":[{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"9f92aa594df162919149c466e9c72ab0173eb32d","unresolved":true,"context_lines":[{"line_number":57,"context_line":""},{"line_number":58,"context_line":"    @mock.patch(\u0027nova.api.openstack.wsgi_app._setup_service\u0027, new\u003dmock.Mock())"},{"line_number":59,"context_line":"    @mock.patch(\u0027paste.deploy.loadapp\u0027, new\u003dmock.Mock())"},{"line_number":60,"context_line":"    def test_init_application_passes_sys_argv_to_config(self):"},{"line_number":61,"context_line":""},{"line_number":62,"context_line":"        with utils.temporary_mutation(sys, argv\u003dmock.sentinel.argv):"},{"line_number":63,"context_line":"            with mock.patch(\u0027nova.config.parse_args\u0027) as mock_parse_args:"}],"source_content_type":"text/x-python","patch_set":2,"id":"a144bc5b_760f71e9","side":"PARENT","line":60,"updated":"2023-12-07 13:30:08.000000000","message":"moved to https://review.opendev.org/c/openstack/nova/+/902686/2/nova/tests/unit/api/test_wsgi_loader.py","commit_id":"4b189070e8f94c9ec875abfce53b59af0145b36d"},{"author":{"_account_id":11604,"name":"sean mooney","email":"smooney@redhat.com","username":"sean-k-mooney"},"change_message_id":"9f92aa594df162919149c466e9c72ab0173eb32d","unresolved":true,"context_lines":[{"line_number":54,"context_line":"        self.assertNotEqual(result.body, \"Router result\")"},{"line_number":55,"context_line":""},{"line_number":56,"context_line":""},{"line_number":57,"context_line":"class TestLoaderNothingExists(test.NoDBTestCase):"},{"line_number":58,"context_line":"    \"\"\"Loader tests where os.path.exists always returns False.\"\"\""},{"line_number":59,"context_line":""},{"line_number":60,"context_line":"    def setUp(self):"}],"source_content_type":"text/x-python","patch_set":2,"id":"fc1106da_cacc2f0d","line":57,"updated":"2023-12-07 13:30:08.000000000","message":"yep ported form https://review.opendev.org/c/openstack/nova/+/902686/2/nova/tests/unit/test_wsgi.py#b43","commit_id":"4e182a664ee650a20f6667fbce357db57069e169"}]}
