)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"c6b799929c615ee1d4feb136a59fbc4b731b64eb","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"64edb995_6e93597b","updated":"2024-06-06 05:35:13.000000000","message":"Thanks Rajat","commit_id":"6c276c086e95fcfcb91d46b65f127d8500fba0c6"},{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"f40b4eb32a56572cf657aa777495af5abb24001b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"79b56d73_fd850b23","in_reply_to":"64edb995_6e93597b","updated":"2024-06-06 05:36:04.000000000","message":"Only thing that i don\u0027t get why we only see this in master, likely some recent changes triggered this","commit_id":"6c276c086e95fcfcb91d46b65f127d8500fba0c6"},{"author":{"_account_id":27615,"name":"Rajat Dhasmana","email":"rajatdhasmana@gmail.com","username":"whoami-rajat"},"change_message_id":"611cf9734b9b3061a54e46e07c74999995cb40d3","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"2e24e11d_652f6dec","in_reply_to":"79b56d73_fd850b23","updated":"2024-06-06 10:46:33.000000000","message":"Maybe something changed on the nova side\nIt is also possible that the BDM deletion (during attachment delete) was happening instantly and now it takes time causing it to overlap with the server delete","commit_id":"6c276c086e95fcfcb91d46b65f127d8500fba0c6"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"0ed240fb0b795696482246bdbe74d57c728c7415","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"e98b2405_b2bce123","updated":"2024-06-07 15:10:54.000000000","message":"Nice work here. Looks reasonable to me.","commit_id":"850c99cf8b7a7cb7ec5a88196b4170d1984e512d"},{"author":{"_account_id":27615,"name":"Rajat Dhasmana","email":"rajatdhasmana@gmail.com","username":"whoami-rajat"},"change_message_id":"39f79f031940841b45469814c209f933ab66f591","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"5693730c_60e3cd81","updated":"2024-06-06 08:06:54.000000000","message":"Thanks Yatin","commit_id":"850c99cf8b7a7cb7ec5a88196b4170d1984e512d"},{"author":{"_account_id":27900,"name":"Artem Goncharov","email":"artem.goncharov@gmail.com","username":"gtema"},"change_message_id":"ff6e1c3f16edb2e598aeac467efb75a93fe39657","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":7,"id":"e7e431e9_c89efcef","updated":"2024-06-07 16:17:04.000000000","message":"thanks","commit_id":"850c99cf8b7a7cb7ec5a88196b4170d1984e512d"}],"openstack/tests/functional/compute/v2/test_volume_attachment.py":[{"author":{"_account_id":13861,"name":"yatin","email":"ykarel@redhat.com","username":"yatinkarel"},"change_message_id":"953fb0587ba780306085a77446019eebd8d8dc5e","unresolved":true,"context_lines":[{"line_number":141,"context_line":"        # Wait for the attachment to be deleted."},{"line_number":142,"context_line":"        # This is done to prevent a race between the BDM"},{"line_number":143,"context_line":"        # record being deleted and we trying to delete the server."},{"line_number":144,"context_line":"        self.user_cloud.compute.wait_for_delete("},{"line_number":145,"context_line":"            volume_attachment,"},{"line_number":146,"context_line":"            wait\u003dself._wait_for_timeout,"},{"line_number":147,"context_line":"        )"}],"source_content_type":"text/x-python","patch_set":6,"id":"7082270c_2f6c45b0","line":144,"updated":"2024-06-06 07:46:25.000000000","message":"This failing with:-\nTraceback (most recent call last):\n  File \"/home/zuul/src/opendev.org/openstack/openstacksdk/openstack/tests/functional/compute/v2/test_volume_attachment.py\", line 144, in test_volume_attachment\n    self.user_cloud.compute.wait_for_delete(\n  File \"/home/zuul/src/opendev.org/openstack/openstacksdk/openstack/compute/v2/_proxy.py\", line 2535, in wait_for_delete\n    return resource.wait_for_delete(self, res, interval, wait, callback)\n  File \"/home/zuul/src/opendev.org/openstack/openstacksdk/openstack/resource.py\", line 2506, in wait_for_delete\n    if resource.status.lower() \u003d\u003d \u0027deleted\u0027:\n  File \"/home/zuul/src/opendev.org/openstack/openstacksdk/openstack/resource.py\", line 668, in __getattribute__\n    raise e\n  File \"/home/zuul/src/opendev.org/openstack/openstacksdk/openstack/resource.py\", line 656, in __getattribute__\n    return object.__getattribute__(self, name)\nAttributeError: \u0027VolumeAttachment\u0027 object has no attribute \u0027status\u0027\n\nhttps://c4734601e98289e7c7e4-61994ca7ca432138d7ad321d50b04163.ssl.cf2.rackcdn.com/921091/2/check/openstacksdk-functional-devstack-networking-4/039ca5a/testr_results.html","commit_id":"6c276c086e95fcfcb91d46b65f127d8500fba0c6"},{"author":{"_account_id":27615,"name":"Rajat Dhasmana","email":"rajatdhasmana@gmail.com","username":"whoami-rajat"},"change_message_id":"39f79f031940841b45469814c209f933ab66f591","unresolved":false,"context_lines":[{"line_number":141,"context_line":"        # Wait for the attachment to be deleted."},{"line_number":142,"context_line":"        # This is done to prevent a race between the BDM"},{"line_number":143,"context_line":"        # record being deleted and we trying to delete the server."},{"line_number":144,"context_line":"        self.user_cloud.compute.wait_for_delete("},{"line_number":145,"context_line":"            volume_attachment,"},{"line_number":146,"context_line":"            wait\u003dself._wait_for_timeout,"},{"line_number":147,"context_line":"        )"}],"source_content_type":"text/x-python","patch_set":6,"id":"1c67204a_869912c3","line":144,"in_reply_to":"7082270c_2f6c45b0","updated":"2024-06-06 08:06:54.000000000","message":"oops, missed that corner case, fixed now.","commit_id":"6c276c086e95fcfcb91d46b65f127d8500fba0c6"}]}
