)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":35586,"name":"Renan Vitor","email":"renanv@netapp.com","username":"renan_vitor"},"change_message_id":"ba67d91ad615ce54f79a8c2e2db965eff9326c5b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"ead9f56c_f13992f2","updated":"2023-07-03 18:59:59.000000000","message":"Thank you Lucas, LGTM","commit_id":"3f291a0c52507ce9eb52d8d2672bbb03fc1cd43f"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"ba455430fc00286ceeaf670daae00ae3a6a789e7","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"979c1ddd_dc230b3b","updated":"2023-08-04 00:18:02.000000000","message":"Thanks for this test fix; comment inline","commit_id":"07e4196b264216b6d87fce337763ae5635859b54"}],"manila_tempest_tests/config.py":[{"author":{"_account_id":35586,"name":"Renan Vitor","email":"renanv@netapp.com","username":"renan_vitor"},"change_message_id":"ba67d91ad615ce54f79a8c2e2db965eff9326c5b","unresolved":true,"context_lines":[{"line_number":40,"context_line":"                    \"This value is only used to validate the versions \""},{"line_number":41,"context_line":"                    \"response from Manila.\"),"},{"line_number":42,"context_line":"    cfg.StrOpt(\"max_api_microversion\","},{"line_number":43,"context_line":"               default\u003d\"2.69\","},{"line_number":44,"context_line":"               help\u003d\"The maximum api microversion is configured to be the \""},{"line_number":45,"context_line":"                    \"value of the latest microversion supported by Manila.\"),"},{"line_number":46,"context_line":"    cfg.StrOpt(\"region\","}],"source_content_type":"text/x-python","patch_set":5,"id":"13778509_692f2a01","line":43,"updated":"2023-07-03 18:59:59.000000000","message":"Nit: Im just curious. Why is it needed to bump the version to 2.69 if the status field removal is implemented on 2.75[1]?\n\n[1]https://review.opendev.org/c/openstack/manila/+/845586","commit_id":"3f291a0c52507ce9eb52d8d2672bbb03fc1cd43f"},{"author":{"_account_id":38945,"name":"Comfort Oyewole","display_name":"Comfort Oyewole","email":"Coyewole7@gmail.com","username":"coyewole","status":"Outreachy Intern"},"change_message_id":"d0e3becf0650fbfa3e454ce0a27b41d16c181c7b","unresolved":false,"context_lines":[{"line_number":40,"context_line":"                    \"This value is only used to validate the versions \""},{"line_number":41,"context_line":"                    \"response from Manila.\"),"},{"line_number":42,"context_line":"    cfg.StrOpt(\"max_api_microversion\","},{"line_number":43,"context_line":"               default\u003d\"2.69\","},{"line_number":44,"context_line":"               help\u003d\"The maximum api microversion is configured to be the \""},{"line_number":45,"context_line":"                    \"value of the latest microversion supported by Manila.\"),"},{"line_number":46,"context_line":"    cfg.StrOpt(\"region\","}],"source_content_type":"text/x-python","patch_set":5,"id":"38360a1b_c75b9f72","line":43,"in_reply_to":"13778509_692f2a01","updated":"2026-04-06 20:39:36.000000000","message":"Done","commit_id":"3f291a0c52507ce9eb52d8d2672bbb03fc1cd43f"}],"manila_tempest_tests/tests/api/test_security_services.py":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"ba455430fc00286ceeaf670daae00ae3a6a789e7","unresolved":true,"context_lines":[{"line_number":42,"context_line":"                            for ss in listed))"},{"line_number":43,"context_line":""},{"line_number":44,"context_line":"        # verify keys"},{"line_number":45,"context_line":"        keys \u003d [\"name\", \"id\", \"status\", \"type\", ]"},{"line_number":46,"context_line":"        if utils.is_microversion_ge(version, \u00272.80\u0027):"},{"line_number":47,"context_line":"            keys.pop(2)"},{"line_number":48,"context_line":"        [self.assertIn(key, s_s.keys()) for s_s in listed for key in keys]"},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"    @decorators.idempotent_id(\u002722b22937-7436-458c-ac22-8ff19feab253\u0027)"}],"source_content_type":"text/x-python","patch_set":6,"id":"9b19f7c6_62542261","line":47,"range":{"start_line":45,"start_character":8,"end_line":47,"end_character":23},"updated":"2023-08-04 00:18:02.000000000","message":"here, and below:\n\n\n```\nkeys \u003d [\u0027name\u0027, \u0027id\u0027, \u0027type\u0027]\nif utils.is_microversion_lt(version, \u00272.80\u0027):\n  keys.append(\u0027status\u0027)\n```","commit_id":"07e4196b264216b6d87fce337763ae5635859b54"},{"author":{"_account_id":38945,"name":"Comfort Oyewole","display_name":"Comfort Oyewole","email":"Coyewole7@gmail.com","username":"coyewole","status":"Outreachy Intern"},"change_message_id":"4e696ece5e4983be5c0a132c561596c6ff863b17","unresolved":false,"context_lines":[{"line_number":42,"context_line":"                            for ss in listed))"},{"line_number":43,"context_line":""},{"line_number":44,"context_line":"        # verify keys"},{"line_number":45,"context_line":"        keys \u003d [\"name\", \"id\", \"status\", \"type\", ]"},{"line_number":46,"context_line":"        if utils.is_microversion_ge(version, \u00272.80\u0027):"},{"line_number":47,"context_line":"            keys.pop(2)"},{"line_number":48,"context_line":"        [self.assertIn(key, s_s.keys()) for s_s in listed for key in keys]"},{"line_number":49,"context_line":""},{"line_number":50,"context_line":"    @decorators.idempotent_id(\u002722b22937-7436-458c-ac22-8ff19feab253\u0027)"}],"source_content_type":"text/x-python","patch_set":6,"id":"7efca7da_2fb24b00","line":47,"range":{"start_line":45,"start_character":8,"end_line":47,"end_character":23},"in_reply_to":"9b19f7c6_62542261","updated":"2026-04-06 20:32:24.000000000","message":"Done","commit_id":"07e4196b264216b6d87fce337763ae5635859b54"}]}
