)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":30674,"name":"Lukas Piwowarski","email":"lpiwowar@redhat.com","username":"lukas-piwowarski"},"change_message_id":"b8886a683fd69d7e84aea51d73df8f090106a058","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"1e723fbf_7cbd7a36","updated":"2021-10-19 12:22:35.000000000","message":"Seems ok to me. I have tested the patch and it worked. Maybe longer waiting time than 196s is necessary? ","commit_id":"25c92bb03eeaebcf84dee5c5df484ac15aaa55b5"},{"author":{"_account_id":30674,"name":"Lukas Piwowarski","email":"lpiwowar@redhat.com","username":"lukas-piwowarski"},"change_message_id":"d76dff5b59e9b41e56e7d014dcab8fb5e3b37476","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"a5908d4f_607462ab","updated":"2021-10-19 12:22:50.000000000","message":"recheck","commit_id":"25c92bb03eeaebcf84dee5c5df484ac15aaa55b5"},{"author":{"_account_id":30674,"name":"Lukas Piwowarski","email":"lpiwowar@redhat.com","username":"lukas-piwowarski"},"change_message_id":"79b496416309b065e3d8e88f428918f447070788","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"a5f70237_d9aed871","updated":"2021-10-19 08:54:06.000000000","message":"recheck","commit_id":"25c92bb03eeaebcf84dee5c5df484ac15aaa55b5"},{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"c41895a9f9c7333f5fbf48042735a23411f358b9","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"ce7cd644_3c2beb5c","updated":"2021-10-15 06:51:04.000000000","message":"recheck","commit_id":"25c92bb03eeaebcf84dee5c5df484ac15aaa55b5"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"267bd31fe328a52c816ecb06926a46bcef1ff09e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"2d69bed3_183a0ab3","updated":"2022-02-04 14:47:18.000000000","message":"This caused issues in stable/victoria and stable/ussuri job https://bugs.launchpad.net/neutron/+bug/1960022.","commit_id":"d4c9cc89f199899b20cfaea975ecd15ee66d3523"}],"tempest/api/compute/servers/test_server_actions.py":[{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"617fe1912c8b4b0a866e58c2de095b9ed9964dfc","unresolved":true,"context_lines":[{"line_number":185,"context_line":"    def _test_rebuild_server(self):"},{"line_number":186,"context_line":"        original_addresses \u003d \"\""},{"line_number":187,"context_line":"        # Get the IPs the server has before rebuilding it"},{"line_number":188,"context_line":"        if CONF.validation.connect_method \u003d\u003d \u0027floating\u0027:"},{"line_number":189,"context_line":"            original_addresses \u003d waiters.wait_for_floating_ip_attach("},{"line_number":190,"context_line":"                self.client, self.server_id)"},{"line_number":191,"context_line":"        else:"}],"source_content_type":"text/x-python","patch_set":1,"id":"6bb35e94_cf1a0d82","line":188,"range":{"start_line":188,"start_character":11,"end_line":188,"end_character":56},"updated":"2021-10-21 21:19:36.000000000","message":"seems like this assumption is not correct in the ceph job,there is no floating address","commit_id":"25c92bb03eeaebcf84dee5c5df484ac15aaa55b5"},{"author":{"_account_id":30674,"name":"Lukas Piwowarski","email":"lpiwowar@redhat.com","username":"lukas-piwowarski"},"change_message_id":"5b7d7bfafb63f5b268448901e9b70753aabe3860","unresolved":false,"context_lines":[{"line_number":185,"context_line":"    def _test_rebuild_server(self):"},{"line_number":186,"context_line":"        original_addresses \u003d \"\""},{"line_number":187,"context_line":"        # Get the IPs the server has before rebuilding it"},{"line_number":188,"context_line":"        if CONF.validation.connect_method \u003d\u003d \u0027floating\u0027:"},{"line_number":189,"context_line":"            original_addresses \u003d waiters.wait_for_floating_ip_attach("},{"line_number":190,"context_line":"                self.client, self.server_id)"},{"line_number":191,"context_line":"        else:"}],"source_content_type":"text/x-python","patch_set":1,"id":"817d98d7_e83e70c0","line":188,"range":{"start_line":188,"start_character":11,"end_line":188,"end_character":56},"in_reply_to":"6bb35e94_cf1a0d82","updated":"2021-10-22 09:36:22.000000000","message":"Ack","commit_id":"25c92bb03eeaebcf84dee5c5df484ac15aaa55b5"}],"tempest/common/waiters.py":[{"author":{"_account_id":30674,"name":"Lukas Piwowarski","email":"lpiwowar@redhat.com","username":"lukas-piwowarski"},"change_message_id":"b8886a683fd69d7e84aea51d73df8f090106a058","unresolved":true,"context_lines":[{"line_number":537,"context_line":"                if address[\u0027OS-EXT-IPS:type\u0027] \u003d\u003d \u0027floating\u0027:"},{"line_number":538,"context_line":"                    return server[\u0027addresses\u0027]"},{"line_number":539,"context_line":"        if int(time.time()) - start_time \u003e\u003d client.build_timeout:"},{"line_number":540,"context_line":"            message \u003d (\"Any floating addresses hasn\u0027t got attached to the\""},{"line_number":541,"context_line":"                       \"server %s within the required time (%s s)\" %"},{"line_number":542,"context_line":"                       (server_id, client.build_timeout))"},{"line_number":543,"context_line":"            raise lib_exc.TimeoutException(message)"}],"source_content_type":"text/x-python","patch_set":1,"id":"b63f79d2_fd0aab0a","line":540,"range":{"start_line":540,"start_character":70,"end_line":540,"end_character":74},"updated":"2021-10-19 12:22:35.000000000","message":"\"the\" should be changed to \"the \"","commit_id":"25c92bb03eeaebcf84dee5c5df484ac15aaa55b5"},{"author":{"_account_id":30674,"name":"Lukas Piwowarski","email":"lpiwowar@redhat.com","username":"lukas-piwowarski"},"change_message_id":"5b7d7bfafb63f5b268448901e9b70753aabe3860","unresolved":false,"context_lines":[{"line_number":537,"context_line":"                if address[\u0027OS-EXT-IPS:type\u0027] \u003d\u003d \u0027floating\u0027:"},{"line_number":538,"context_line":"                    return server[\u0027addresses\u0027]"},{"line_number":539,"context_line":"        if int(time.time()) - start_time \u003e\u003d client.build_timeout:"},{"line_number":540,"context_line":"            message \u003d (\"Any floating addresses hasn\u0027t got attached to the\""},{"line_number":541,"context_line":"                       \"server %s within the required time (%s s)\" %"},{"line_number":542,"context_line":"                       (server_id, client.build_timeout))"},{"line_number":543,"context_line":"            raise lib_exc.TimeoutException(message)"}],"source_content_type":"text/x-python","patch_set":1,"id":"bcd76cdb_3f7a981c","line":540,"range":{"start_line":540,"start_character":70,"end_line":540,"end_character":74},"in_reply_to":"a5620ef8_fdd796ac","updated":"2021-10-22 09:36:22.000000000","message":"Ack","commit_id":"25c92bb03eeaebcf84dee5c5df484ac15aaa55b5"},{"author":{"_account_id":22873,"name":"Martin Kopec","email":"mkopec@redhat.com","username":"mkopec"},"change_message_id":"617fe1912c8b4b0a866e58c2de095b9ed9964dfc","unresolved":true,"context_lines":[{"line_number":537,"context_line":"                if address[\u0027OS-EXT-IPS:type\u0027] \u003d\u003d \u0027floating\u0027:"},{"line_number":538,"context_line":"                    return server[\u0027addresses\u0027]"},{"line_number":539,"context_line":"        if int(time.time()) - start_time \u003e\u003d client.build_timeout:"},{"line_number":540,"context_line":"            message \u003d (\"Any floating addresses hasn\u0027t got attached to the\""},{"line_number":541,"context_line":"                       \"server %s within the required time (%s s)\" %"},{"line_number":542,"context_line":"                       (server_id, client.build_timeout))"},{"line_number":543,"context_line":"            raise lib_exc.TimeoutException(message)"}],"source_content_type":"text/x-python","patch_set":1,"id":"a5620ef8_fdd796ac","line":540,"range":{"start_line":540,"start_character":70,"end_line":540,"end_character":74},"in_reply_to":"b63f79d2_fd0aab0a","updated":"2021-10-21 21:19:36.000000000","message":"good catch, thanks!","commit_id":"25c92bb03eeaebcf84dee5c5df484ac15aaa55b5"}]}
