)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":19262,"name":"Liron Kuchlani","email":"lkuchlan@redhat.com","username":"lkuchlan"},"change_message_id":"07190b5c17efe87f3d71d471bb956e9b847288e9","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"2760b476_7f7e9df9","updated":"2023-06-22 04:51:16.000000000","message":"recheck","commit_id":"b30275de9347c7f55d8e2c0d7f2bfb29886d2a99"},{"author":{"_account_id":19262,"name":"Liron Kuchlani","email":"lkuchlan@redhat.com","username":"lkuchlan"},"change_message_id":"f000ffc3d412ee98a411071ed39a8276ad828adb","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"6421774c_9bda36df","updated":"2023-06-22 08:20:28.000000000","message":"recheck","commit_id":"b30275de9347c7f55d8e2c0d7f2bfb29886d2a99"},{"author":{"_account_id":19262,"name":"Liron Kuchlani","email":"lkuchlan@redhat.com","username":"lkuchlan"},"change_message_id":"2381469e8bd8ad37c5de238bab05f6f49912e6a9","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"8e0bd4e3_de5fac43","updated":"2023-06-21 11:57:02.000000000","message":"recheck","commit_id":"b30275de9347c7f55d8e2c0d7f2bfb29886d2a99"},{"author":{"_account_id":19262,"name":"Liron Kuchlani","email":"lkuchlan@redhat.com","username":"lkuchlan"},"change_message_id":"32854837f44bc335165db26d579abdfdb7af5f87","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"b25460c1_af2e0a7a","updated":"2023-06-21 03:40:26.000000000","message":"recheck","commit_id":"b30275de9347c7f55d8e2c0d7f2bfb29886d2a99"},{"author":{"_account_id":19262,"name":"Liron Kuchlani","email":"lkuchlan@redhat.com","username":"lkuchlan"},"change_message_id":"859f7a448ea0170ad357027609ff70eb6a3064b0","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"b2cebc0a_84e21b42","updated":"2023-06-21 19:31:05.000000000","message":"recheck","commit_id":"b30275de9347c7f55d8e2c0d7f2bfb29886d2a99"},{"author":{"_account_id":19262,"name":"Liron Kuchlani","email":"lkuchlan@redhat.com","username":"lkuchlan"},"change_message_id":"f5bfe8404c55cddfe04afa3935e146cf74cab3fd","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"b40967af_26e53abe","updated":"2023-06-21 07:01:32.000000000","message":"recheck","commit_id":"b30275de9347c7f55d8e2c0d7f2bfb29886d2a99"},{"author":{"_account_id":19262,"name":"Liron Kuchlani","email":"lkuchlan@redhat.com","username":"lkuchlan"},"change_message_id":"62ac2c7a52e9f24181ef3c2bbeb31099171a9b2b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"e1d1d108_613dfc3c","updated":"2023-06-25 09:53:11.000000000","message":"recheck","commit_id":"b30275de9347c7f55d8e2c0d7f2bfb29886d2a99"},{"author":{"_account_id":19262,"name":"Liron Kuchlani","email":"lkuchlan@redhat.com","username":"lkuchlan"},"change_message_id":"a17e96b9f6d945d62300bae819a6e6c96f04c7c2","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"e951a3bb_b257070c","updated":"2024-03-11 07:28:08.000000000","message":"recheck","commit_id":"dce087f2b53c319f28cc39057b93908d2fb7df5c"}],"cinder_tempest_plugin/api/volume/admin/test_volumes_actions_negative.py":[{"author":{"_account_id":35834,"name":"Yosi Ben Shimon","display_name":"Yosi Ben Shimon","email":"ybenshim@redhat.com","username":"ybenshim"},"change_message_id":"b9a2db5aaf9cb270c08465148dbfa0f7bb9327ac","unresolved":true,"context_lines":[{"line_number":41,"context_line":"        # Create a volume"},{"line_number":42,"context_line":"        volume \u003d self.create_volume()"},{"line_number":43,"context_line":""},{"line_number":44,"context_line":"        snapshot_list \u003d []"},{"line_number":45,"context_line":"        for _ in range(2):"},{"line_number":46,"context_line":"            snapshot \u003d self.create_snapshot(volume[\u0027id\u0027])"},{"line_number":47,"context_line":"            snapshot_list.append(snapshot)"}],"source_content_type":"text/x-python","patch_set":1,"id":"ea7ac14b_e1829f5d","line":44,"updated":"2023-08-28 06:46:28.000000000","message":"IIUC, you don\u0027t need this list because you only need one of the snapshots (arbitrary).\nSo you can drop the list and use the 1st snapshot object.\n\nLike:\nsnapshot \u003d self.create_snapshot(volume[\u0027id\u0027])\nself.create_snapshot(volume[\u0027id\u0027])\n\nFrom here, use the snapshot object instead of snapshot_list[0]","commit_id":"b30275de9347c7f55d8e2c0d7f2bfb29886d2a99"},{"author":{"_account_id":19262,"name":"Liron Kuchlani","email":"lkuchlan@redhat.com","username":"lkuchlan"},"change_message_id":"3a8c4df2d81b0cffcb20fbe44756d302552fe531","unresolved":false,"context_lines":[{"line_number":41,"context_line":"        # Create a volume"},{"line_number":42,"context_line":"        volume \u003d self.create_volume()"},{"line_number":43,"context_line":""},{"line_number":44,"context_line":"        snapshot_list \u003d []"},{"line_number":45,"context_line":"        for _ in range(2):"},{"line_number":46,"context_line":"            snapshot \u003d self.create_snapshot(volume[\u0027id\u0027])"},{"line_number":47,"context_line":"            snapshot_list.append(snapshot)"}],"source_content_type":"text/x-python","patch_set":1,"id":"51f0235c_34dee4b0","line":44,"in_reply_to":"ea7ac14b_e1829f5d","updated":"2024-03-10 11:58:53.000000000","message":"Done","commit_id":"b30275de9347c7f55d8e2c0d7f2bfb29886d2a99"}]}
