)]}'
{"neutron_lbaas/tests/tempest/lib/services/network/json/network_client.py":[{"author":{"_account_id":10558,"name":"Dustin Lundquist","email":"dustin@null-ptr.net","username":"dlundquist"},"change_message_id":"faec252190472f994229b4b0fc960b94afa15e5c","unresolved":false,"context_lines":[{"line_number":268,"context_line":"        @type fecth: callable that takes no parameters and returns the resource"},{"line_number":269,"context_line":"        @param status: the status that the resource has to reach"},{"line_number":270,"context_line":"        @type status: String"},{"line_number":271,"context_line":"        @param interval: the number of milliseconds to wait between each status"},{"line_number":272,"context_line":"          query"},{"line_number":273,"context_line":"        @type interval: Integer"},{"line_number":274,"context_line":"        @param timeout: the maximum number of milliseconds to wait for the resource"}],"source_content_type":"text/x-python","patch_set":1,"id":"1aa78d24_b5459218","line":271,"updated":"2016-07-08 17:26:36.000000000","message":"This does not appear to be the health monitor timeout","commit_id":"4471a38140eca10dae4a488b7422051d3affbcfe"},{"author":{"_account_id":10558,"name":"Dustin Lundquist","email":"dustin@null-ptr.net","username":"dlundquist"},"change_message_id":"faec252190472f994229b4b0fc960b94afa15e5c","unresolved":false,"context_lines":[{"line_number":271,"context_line":"        @param interval: the number of milliseconds to wait between each status"},{"line_number":272,"context_line":"          query"},{"line_number":273,"context_line":"        @type interval: Integer"},{"line_number":274,"context_line":"        @param timeout: the maximum number of milliseconds to wait for the resource"},{"line_number":275,"context_line":"          to reach the desired status"},{"line_number":276,"context_line":"        @type timeout: Integer"},{"line_number":277,"context_line":"        \"\"\""}],"source_content_type":"text/x-python","patch_set":1,"id":"1aa78d24_952b3633","line":274,"updated":"2016-07-08 17:26:36.000000000","message":"This is not the health monitor timeout, and the value is interpreted as seconds below.","commit_id":"4471a38140eca10dae4a488b7422051d3affbcfe"},{"author":{"_account_id":10558,"name":"Dustin Lundquist","email":"dustin@null-ptr.net","username":"dlundquist"},"change_message_id":"faec252190472f994229b4b0fc960b94afa15e5c","unresolved":false,"context_lines":[{"line_number":281,"context_line":"            timeout \u003d self.build_timeout"},{"line_number":282,"context_line":"        start_time \u003d time.time()"},{"line_number":283,"context_line":""},{"line_number":284,"context_line":"        while time.time() - start_time \u003c\u003d timeout:"},{"line_number":285,"context_line":"            resource \u003d fetch()"},{"line_number":286,"context_line":"            if resource[\u0027status\u0027] \u003d\u003d status:"},{"line_number":287,"context_line":"                return"}],"source_content_type":"text/x-python","patch_set":1,"id":"1aa78d24_75096add","line":284,"updated":"2016-07-08 17:26:36.000000000","message":"time.time() returns value in seconds here.","commit_id":"4471a38140eca10dae4a488b7422051d3affbcfe"},{"author":{"_account_id":10558,"name":"Dustin Lundquist","email":"dustin@null-ptr.net","username":"dlundquist"},"change_message_id":"faec252190472f994229b4b0fc960b94afa15e5c","unresolved":false,"context_lines":[{"line_number":285,"context_line":"            resource \u003d fetch()"},{"line_number":286,"context_line":"            if resource[\u0027status\u0027] \u003d\u003d status:"},{"line_number":287,"context_line":"                return"},{"line_number":288,"context_line":"            time.sleep(interval)"},{"line_number":289,"context_line":""},{"line_number":290,"context_line":"        # At this point, the wait has timed out"},{"line_number":291,"context_line":"        message \u003d \u0027Resource %s\u0027 % (str(resource))"}],"source_content_type":"text/x-python","patch_set":1,"id":"1aa78d24_d5577ec8","line":288,"updated":"2016-07-08 17:26:36.000000000","message":"time.sleep() interprets argument as seconds.","commit_id":"4471a38140eca10dae4a488b7422051d3affbcfe"}]}
