)]}'
{"nova/tests/functional/regressions/test_bug_1837955.py":[{"author":{"_account_id":4393,"name":"Dan Smith","email":"dms@danplanet.com","username":"danms"},"change_message_id":"b95abd28311a9059437dc07f0679d088bd745d83","unresolved":false,"context_lines":[{"line_number":86,"context_line":"            networks\u003d[{\u0027port\u0027: nova_fixtures.NeutronFixture.port_1[\u0027id\u0027]}])"},{"line_number":87,"context_line":"        server \u003d self.api.post_server({\u0027server\u0027: server})"},{"line_number":88,"context_line":"        # FIXME(mriedem): This is bug 1837955 where the status is stuck in"},{"line_number":89,"context_line":"        # BUILD rather than the vm_state being set to error and the task_state"},{"line_number":90,"context_line":"        # being set to None. Uncomment this when the bug is fixed."},{"line_number":91,"context_line":"        # server \u003d self._wait_for_state_change(self.api, server, \u0027ERROR\u0027)"},{"line_number":92,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"7faddb67_20399dd7","line":89,"range":{"start_line":89,"start_character":10,"end_line":89,"end_character":15},"updated":"2019-08-08 13:56:16.000000000","message":"Seems odd that you\u0027re not validating that it ends up in build state, but obviously after it\u0027s fixed this doesn\u0027t matter.","commit_id":"f292a92a89b452c66b5799ac309a5f623ee7b16c"},{"author":{"_account_id":6873,"name":"Matt Riedemann","email":"mriedem.os@gmail.com","username":"mriedem"},"change_message_id":"75605e5879971b3f887089ae4abcd54c5377202b","unresolved":false,"context_lines":[{"line_number":86,"context_line":"            networks\u003d[{\u0027port\u0027: nova_fixtures.NeutronFixture.port_1[\u0027id\u0027]}])"},{"line_number":87,"context_line":"        server \u003d self.api.post_server({\u0027server\u0027: server})"},{"line_number":88,"context_line":"        # FIXME(mriedem): This is bug 1837955 where the status is stuck in"},{"line_number":89,"context_line":"        # BUILD rather than the vm_state being set to error and the task_state"},{"line_number":90,"context_line":"        # being set to None. Uncomment this when the bug is fixed."},{"line_number":91,"context_line":"        # server \u003d self._wait_for_state_change(self.api, server, \u0027ERROR\u0027)"},{"line_number":92,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"7faddb67_80ce51b2","line":89,"range":{"start_line":89,"start_character":10,"end_line":89,"end_character":15},"in_reply_to":"7faddb67_20399dd7","updated":"2019-08-08 13:59:33.000000000","message":"Yeah the trick is we can\u0027t call _wait_for_state_change with \u0027BUILD\u0027 because it will never change, and I can\u0027t wait for the notification, but I could have gotten the server again after the logging check below and then asserted the status was BUILD, but like you said it\u0027s a bit too late now.","commit_id":"f292a92a89b452c66b5799ac309a5f623ee7b16c"}]}
