)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":5314,"name":"Brian Rosmaita","email":"rosmaita.fossdev@gmail.com","username":"brian-rosmaita"},"change_message_id":"e27dcb8d8d0b6ea657bf3f114454a0ca744d8729","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"14e0f3d3_f1b5236d","updated":"2022-03-18 16:24:59.000000000","message":"LGTM.","commit_id":"c4e9c4d055c021294937a3e4a1d65f316ed4f0b7"}],"cinder/tests/fixtures.py":[{"author":{"_account_id":4523,"name":"Eric Harney","email":"eharney@redhat.com","username":"eharney"},"change_message_id":"dc120a153d1bab9c00b0b1643d9d93ad52c6ce84","unresolved":true,"context_lines":[{"line_number":154,"context_line":"            category\u003dDeprecationWarning,"},{"line_number":155,"context_line":"        )"},{"line_number":156,"context_line":""},{"line_number":157,"context_line":"        warnings.filterwarnings("},{"line_number":158,"context_line":"            \u0027ignore\u0027,"},{"line_number":159,"context_line":"            message\u003d\u0027invalid escape sequence\u0027,"},{"line_number":160,"context_line":"            category\u003dDeprecationWarning,"}],"source_content_type":"text/x-python","patch_set":2,"id":"1ef54df0_2fd68d26","line":157,"updated":"2022-03-08 15:48:03.000000000","message":"Don\u0027t we want this one to issue warnings in Cinder code?","commit_id":"70a1a1788d287a76304d9bbb1057cbaea093e6dd"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"2e06de4394feb076d000a02b68126dc69fa1f765","unresolved":true,"context_lines":[{"line_number":154,"context_line":"            category\u003dDeprecationWarning,"},{"line_number":155,"context_line":"        )"},{"line_number":156,"context_line":""},{"line_number":157,"context_line":"        warnings.filterwarnings("},{"line_number":158,"context_line":"            \u0027ignore\u0027,"},{"line_number":159,"context_line":"            message\u003d\u0027invalid escape sequence\u0027,"},{"line_number":160,"context_line":"            category\u003dDeprecationWarning,"}],"source_content_type":"text/x-python","patch_set":2,"id":"6abf31b3_d52ff719","line":157,"in_reply_to":"1ef54df0_2fd68d26","updated":"2022-03-08 16:16:56.000000000","message":"See the next \u0027warnings.filterwarnings\u0027 call. I don\u0027t think \u0027filter.warnings\u0027 lets you specify an exclusion pattern (or a regex) for the \u0027module\u0027 argument","commit_id":"70a1a1788d287a76304d9bbb1057cbaea093e6dd"},{"author":{"_account_id":4523,"name":"Eric Harney","email":"eharney@redhat.com","username":"eharney"},"change_message_id":"85efbc4859184add947f5b132e8518a989282679","unresolved":false,"context_lines":[{"line_number":154,"context_line":"            category\u003dDeprecationWarning,"},{"line_number":155,"context_line":"        )"},{"line_number":156,"context_line":""},{"line_number":157,"context_line":"        warnings.filterwarnings("},{"line_number":158,"context_line":"            \u0027ignore\u0027,"},{"line_number":159,"context_line":"            message\u003d\u0027invalid escape sequence\u0027,"},{"line_number":160,"context_line":"            category\u003dDeprecationWarning,"}],"source_content_type":"text/x-python","patch_set":2,"id":"66a9d835_ad055386","line":157,"in_reply_to":"6abf31b3_d52ff719","updated":"2022-03-09 18:52:59.000000000","message":"Oh, I think I was missing how this worked -- makes sense now.","commit_id":"70a1a1788d287a76304d9bbb1057cbaea093e6dd"},{"author":{"_account_id":4523,"name":"Eric Harney","email":"eharney@redhat.com","username":"eharney"},"change_message_id":"85efbc4859184add947f5b132e8518a989282679","unresolved":true,"context_lines":[{"line_number":174,"context_line":"        # TODO: Make this an error and filter out individual failures"},{"line_number":175,"context_line":"        warnings.filterwarnings("},{"line_number":176,"context_line":"            \u0027once\u0027,"},{"line_number":177,"context_line":"            module\u003d\u0027nova\u0027,"},{"line_number":178,"context_line":"            category\u003dsqla_exc.SADeprecationWarning,"},{"line_number":179,"context_line":"        )"},{"line_number":180,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"9b208c7b_cba23ae9","line":177,"range":{"start_line":177,"start_character":19,"end_line":177,"end_character":25},"updated":"2022-03-09 18:52:59.000000000","message":"This should be changed to \u0027cinder\u0027, I think?","commit_id":"70a1a1788d287a76304d9bbb1057cbaea093e6dd"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"739288cf7395924e02909ad4d83f5b244f0e68aa","unresolved":false,"context_lines":[{"line_number":174,"context_line":"        # TODO: Make this an error and filter out individual failures"},{"line_number":175,"context_line":"        warnings.filterwarnings("},{"line_number":176,"context_line":"            \u0027once\u0027,"},{"line_number":177,"context_line":"            module\u003d\u0027nova\u0027,"},{"line_number":178,"context_line":"            category\u003dsqla_exc.SADeprecationWarning,"},{"line_number":179,"context_line":"        )"},{"line_number":180,"context_line":""}],"source_content_type":"text/x-python","patch_set":2,"id":"3da55eff_0264f89e","line":177,"range":{"start_line":177,"start_character":19,"end_line":177,"end_character":25},"in_reply_to":"9b208c7b_cba23ae9","updated":"2022-03-10 16:22:26.000000000","message":"gdi, yeah 😞 I\u0027ve done a follow-up to avoid having to rebase the whole series yet again. Hopefully that works for you. It\u0027s here https://review.opendev.org/c/openstack/cinder/+/833121","commit_id":"70a1a1788d287a76304d9bbb1057cbaea093e6dd"}]}
