)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":29632,"name":"Carlos Eduardo","email":"ces.eduardo98@gmail.com","username":"silvacarlos"},"change_message_id":"79547c3af572f714dddde4524067ed3a78da22a3","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"7fad4de4_9553250e","updated":"2022-01-14 18:23:19.000000000","message":"recheck","commit_id":"4fc681633c4d970f848cf3599595881ee3721576"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"16c3c5c78b68ac9f03f0d9b418cd1e65446e0eb0","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"3eafba05_325c6fbf","updated":"2022-03-29 18:01:57.000000000","message":"Thanks Carlos, please see my comment inline","commit_id":"14a96e9d00b5e2c950dc9772cd7318713b126dd7"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"ec0f04d286f7e16ebde261ee079e4fef292f84f7","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"135303b2_65d5623e","updated":"2022-03-31 20:59:00.000000000","message":"LGTM thanks Carlos!","commit_id":"d97366e679339115d28c1a267bd9f73aee0f6c72"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"ab425435aadb367dc09d766a472a4ff3b72c2245","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"8540692a_41825288","updated":"2022-04-05 15:55:00.000000000","message":"recheck\n\n\nintermittent db test failures: https://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_7f7/822859/7/check/openstack-tox-py39/7f7d1bd/testr_results.html ","commit_id":"d97366e679339115d28c1a267bd9f73aee0f6c72"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"5212abb0a37a5d2a4547d05a1877a6b9fc1d8925","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"081b75bd_6605411d","updated":"2022-04-07 18:11:36.000000000","message":"recheck\n\nsporadic db test failure in the lower constraints job","commit_id":"d97366e679339115d28c1a267bd9f73aee0f6c72"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"8f655a38d014b0d6408cb2610fc9d8c7fc9fd8d4","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"e7eb2200_4b1d00b5","updated":"2022-04-04 22:11:05.000000000","message":"recheck\n\nsporadic test failure","commit_id":"d97366e679339115d28c1a267bd9f73aee0f6c72"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"a7f7b3ace84d315369431aea1cfdba5f58e0b146","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"f9c3e295_b8ec9ef0","updated":"2022-04-07 13:50:51.000000000","message":"recheck\n\nstray requirements errors in the jobs","commit_id":"d97366e679339115d28c1a267bd9f73aee0f6c72"},{"author":{"_account_id":29632,"name":"Carlos Eduardo","email":"ces.eduardo98@gmail.com","username":"silvacarlos"},"change_message_id":"4e055d5a66d7a28ce6a281914cb9ee0933623f42","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"569cc8d0_9ff2bc08","updated":"2022-04-07 13:01:46.000000000","message":"recheck\nAll jobs failed due to a devstack issue","commit_id":"d97366e679339115d28c1a267bd9f73aee0f6c72"},{"author":{"_account_id":29632,"name":"Carlos Eduardo","email":"ces.eduardo98@gmail.com","username":"silvacarlos"},"change_message_id":"f44a3772fa556c7cdb5d9105ddfe88205c615674","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"48bd5d7f_a19504c0","updated":"2022-04-05 12:25:21.000000000","message":"recheck\nSporadic test failure on dummy-no-dhss","commit_id":"d97366e679339115d28c1a267bd9f73aee0f6c72"}],"manila/utils.py":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"16c3c5c78b68ac9f03f0d9b418cd1e65446e0eb0","unresolved":true,"context_lines":[{"line_number":689,"context_line":"    return wrapped"},{"line_number":690,"context_line":""},{"line_number":691,"context_line":""},{"line_number":692,"context_line":"def write_local_file(filename, contents, as_root\u003dFalse):"},{"line_number":693,"context_line":"    tmp_filename \u003d \"%s.tmp\" % filename"},{"line_number":694,"context_line":"    if as_root:"},{"line_number":695,"context_line":"        os_routines.tee(tmp_filename, contents)"},{"line_number":696,"context_line":"        os_routines.move_file(tmp_filename, filename)"},{"line_number":697,"context_line":"    else:"},{"line_number":698,"context_line":"        with open(tmp_filename, \u0027w\u0027) as f:"},{"line_number":699,"context_line":"            f.write(contents)"},{"line_number":700,"context_line":"        os.rename(tmp_filename, filename)"},{"line_number":701,"context_line":""},{"line_number":702,"context_line":""},{"line_number":703,"context_line":"def write_remote_file(ssh, filename, contents, as_root\u003dFalse):"}],"source_content_type":"text/x-python","patch_set":3,"id":"57e595ac_6c177b02","line":700,"range":{"start_line":692,"start_character":0,"end_line":700,"end_character":41},"updated":"2022-03-29 18:01:57.000000000","message":"This method isn\u0027t being used anywhere; instead of modifying, could we delete this?","commit_id":"14a96e9d00b5e2c950dc9772cd7318713b126dd7"},{"author":{"_account_id":29632,"name":"Carlos Eduardo","email":"ces.eduardo98@gmail.com","username":"silvacarlos"},"change_message_id":"dadc60df54e2daf05341255fad76867504dc618c","unresolved":true,"context_lines":[{"line_number":689,"context_line":"    return wrapped"},{"line_number":690,"context_line":""},{"line_number":691,"context_line":""},{"line_number":692,"context_line":"def write_local_file(filename, contents, as_root\u003dFalse):"},{"line_number":693,"context_line":"    tmp_filename \u003d \"%s.tmp\" % filename"},{"line_number":694,"context_line":"    if as_root:"},{"line_number":695,"context_line":"        os_routines.tee(tmp_filename, contents)"},{"line_number":696,"context_line":"        os_routines.move_file(tmp_filename, filename)"},{"line_number":697,"context_line":"    else:"},{"line_number":698,"context_line":"        with open(tmp_filename, \u0027w\u0027) as f:"},{"line_number":699,"context_line":"            f.write(contents)"},{"line_number":700,"context_line":"        os.rename(tmp_filename, filename)"},{"line_number":701,"context_line":""},{"line_number":702,"context_line":""},{"line_number":703,"context_line":"def write_remote_file(ssh, filename, contents, as_root\u003dFalse):"}],"source_content_type":"text/x-python","patch_set":3,"id":"c6ef197b_71941001","line":700,"range":{"start_line":692,"start_character":0,"end_line":700,"end_character":41},"in_reply_to":"57e595ac_6c177b02","updated":"2022-03-31 20:35:31.000000000","message":"oh, yeah! this makes sense... codesearch also cant retrieve nothing, so dropping would be the way to go","commit_id":"14a96e9d00b5e2c950dc9772cd7318713b126dd7"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"593f3e7162236810c19d576cfa92321cc497425c","unresolved":true,"context_lines":[{"line_number":48,"context_line":"from manila.db import api as db_api"},{"line_number":49,"context_line":"from manila import exception"},{"line_number":50,"context_line":"from manila.i18n import _"},{"line_number":51,"context_line":"from manila.privsep import os as os_routines"},{"line_number":52,"context_line":""},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"CONF \u003d cfg.CONF"}],"source_content_type":"text/x-python","patch_set":6,"id":"b36e0337_943e04a0","line":51,"range":{"start_line":51,"start_character":0,"end_line":51,"end_character":44},"updated":"2022-03-31 20:20:49.000000000","message":"unused import","commit_id":"5c58753683882b0c92326cc685eb305a285ae662"},{"author":{"_account_id":29632,"name":"Carlos Eduardo","email":"ces.eduardo98@gmail.com","username":"silvacarlos"},"change_message_id":"6e685f6e4aecc01a153d75d4589560e826551f3c","unresolved":true,"context_lines":[{"line_number":48,"context_line":"from manila.db import api as db_api"},{"line_number":49,"context_line":"from manila import exception"},{"line_number":50,"context_line":"from manila.i18n import _"},{"line_number":51,"context_line":"from manila.privsep import os as os_routines"},{"line_number":52,"context_line":""},{"line_number":53,"context_line":""},{"line_number":54,"context_line":"CONF \u003d cfg.CONF"}],"source_content_type":"text/x-python","patch_set":6,"id":"24242fbe_a38de4fe","line":51,"range":{"start_line":51,"start_character":0,"end_line":51,"end_character":44},"in_reply_to":"b36e0337_943e04a0","updated":"2022-03-31 20:36:09.000000000","message":"Thanks, forgot it for a moment :)","commit_id":"5c58753683882b0c92326cc685eb305a285ae662"}]}
