)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"7331535cbdbd2aeb8cc3a8c8f3a678ea43c8f153","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"4a8a1e17_69ea437a","updated":"2022-12-08 14:01:15.000000000","message":"check experimental","commit_id":"234c5a376bef74bcd1af07d4be8adc69715f1af5"},{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"6d6b68ee959a5d153bb5bcf7c332649dc481e920","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"958169e8_2d11446b","updated":"2022-12-09 08:27:47.000000000","message":"looks ok","commit_id":"234c5a376bef74bcd1af07d4be8adc69715f1af5"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"1c280a4e5646195c3e91b5e9e001f8303f0f7594","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"86e8ca31_4233724b","updated":"2022-12-07 15:59:43.000000000","message":"recheck designate","commit_id":"234c5a376bef74bcd1af07d4be8adc69715f1af5"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"9c89cc70580c1e68c5b91166e5851503ab5d105d","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"a1e2b676_7630aa6b","updated":"2022-12-08 11:01:54.000000000","message":"recheck fullstack","commit_id":"234c5a376bef74bcd1af07d4be8adc69715f1af5"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"0feb0b9712bf9e9d9f42ceb0f1c64debbfd9a833","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"6dcd04b4_1e2a5510","updated":"2022-12-23 12:33:04.000000000","message":"recheck py310","commit_id":"234c5a376bef74bcd1af07d4be8adc69715f1af5"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"20d97e9937496dfa510d6a8723e95c70653631ce","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"9a7214a0_30028278","updated":"2022-12-21 17:07:41.000000000","message":"recheck unrelated FT error (I think)","commit_id":"234c5a376bef74bcd1af07d4be8adc69715f1af5"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"0bc1fdfc79b4b852d1b086cb81f1267412f803dc","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"12d16ccf_f8c28337","updated":"2022-12-19 09:29:01.000000000","message":"recheck unrelated errors","commit_id":"234c5a376bef74bcd1af07d4be8adc69715f1af5"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"a217634f3377cce550286f9db290c578a32eb117","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"af38812a_af3fee79","updated":"2022-12-16 15:10:47.000000000","message":"recheck unrelated failures","commit_id":"234c5a376bef74bcd1af07d4be8adc69715f1af5"}],"neutron/pecan_wsgi/hooks/quota_enforcement.py":[{"author":{"_account_id":5948,"name":"Oleg Bondarev","email":"obondarev@mirantis.com","username":"obondarev"},"change_message_id":"4f278392d53486b8a2c8e53478c2942f16a8273b","unresolved":true,"context_lines":[{"line_number":71,"context_line":"        resource \u003d state.request.context.get(\u0027resource\u0027)"},{"line_number":72,"context_line":"        if state.request.method \u003d\u003d \u0027GET\u0027 and collection:"},{"line_number":73,"context_line":"            # resync on list operations to preserve behavior of old API"},{"line_number":74,"context_line":"            with db_api.CONTEXT_WRITER.using(neutron_context):"},{"line_number":75,"context_line":"                resource_registry.resync_resource("},{"line_number":76,"context_line":"                    neutron_context, resource, neutron_context.tenant_id)"},{"line_number":77,"context_line":"        # Commit reservation(s)"}],"source_content_type":"text/x-python","patch_set":1,"id":"673b4edd_acec1025","line":74,"range":{"start_line":74,"start_character":12,"end_line":74,"end_character":61},"updated":"2022-11-07 06:29:42.000000000","message":"CONTEXT_WRITER was added inside resync_resource(), so why need here again?","commit_id":"a637b56d2d9f58c20463ae3bbd1bdf06312463cd"},{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"7cadb8937903d62e64ed938b057bf088ae24704e","unresolved":true,"context_lines":[{"line_number":71,"context_line":"        resource \u003d state.request.context.get(\u0027resource\u0027)"},{"line_number":72,"context_line":"        if state.request.method \u003d\u003d \u0027GET\u0027 and collection:"},{"line_number":73,"context_line":"            # resync on list operations to preserve behavior of old API"},{"line_number":74,"context_line":"            with db_api.CONTEXT_WRITER.using(neutron_context):"},{"line_number":75,"context_line":"                resource_registry.resync_resource("},{"line_number":76,"context_line":"                    neutron_context, resource, neutron_context.tenant_id)"},{"line_number":77,"context_line":"        # Commit reservation(s)"}],"source_content_type":"text/x-python","patch_set":1,"id":"ed88aa32_bd504de8","line":74,"range":{"start_line":74,"start_character":12,"end_line":74,"end_character":61},"in_reply_to":"673b4edd_acec1025","updated":"2022-11-07 10:49:21.000000000","message":"agree, one of the contexts can be removed","commit_id":"a637b56d2d9f58c20463ae3bbd1bdf06312463cd"},{"author":{"_account_id":16688,"name":"Rodolfo Alonso","email":"ralonsoh@redhat.com","username":"rodolfo-alonso-hernandez"},"change_message_id":"59fdc93a2f08155c4e997f929e5182e8c1c2c4fc","unresolved":true,"context_lines":[{"line_number":71,"context_line":"        resource \u003d state.request.context.get(\u0027resource\u0027)"},{"line_number":72,"context_line":"        if state.request.method \u003d\u003d \u0027GET\u0027 and collection:"},{"line_number":73,"context_line":"            # resync on list operations to preserve behavior of old API"},{"line_number":74,"context_line":"            with db_api.CONTEXT_WRITER.using(neutron_context):"},{"line_number":75,"context_line":"                resource_registry.resync_resource("},{"line_number":76,"context_line":"                    neutron_context, resource, neutron_context.tenant_id)"},{"line_number":77,"context_line":"        # Commit reservation(s)"}],"source_content_type":"text/x-python","patch_set":1,"id":"32292cfe_55cb944c","line":74,"range":{"start_line":74,"start_character":12,"end_line":74,"end_character":61},"in_reply_to":"ed88aa32_bd504de8","updated":"2022-12-07 11:52:51.000000000","message":"I\u0027ll take this patch because this issue is a potential critical bug","commit_id":"a637b56d2d9f58c20463ae3bbd1bdf06312463cd"}]}
