)]}'
{"nova/compute/api.py":[{"author":{"_account_id":6873,"name":"Matt Riedemann","email":"mriedem.os@gmail.com","username":"mriedem"},"change_message_id":"2758e3125d3b94494088b414a7e803bdd48ae8f5","unresolved":false,"context_lines":[{"line_number":2741,"context_line":"                # BuildRequestList.get_by_filters will short-circuit and return"},{"line_number":2742,"context_line":"                # an empty list if using certain filter parameters so make sure"},{"line_number":2743,"context_line":"                # to only null the marker if we got a result."},{"line_number":2744,"context_line":"                if build_requests:"},{"line_number":2745,"context_line":"                    # If we found the marker in we need to set it to None"},{"line_number":2746,"context_line":"                    # so we don\u0027t expect to find it in the cells below."},{"line_number":2747,"context_line":"                    marker \u003d None"}],"source_content_type":"text/x-python","patch_set":1,"id":"3fa7e38b_e7536a6b","line":2744,"updated":"2019-10-23 13:55:35.000000000","message":"This won\u0027t work in all cases. test_instance_list_build_request_marker_ip_filter fails because it\u0027s a test that has a single build request and uses that as the marker, and in that case we find the marker in the build requests so MarkerNotFound is not raised, but we also don\u0027t return any build requests so we nix the marker here and don\u0027t null out the marker which makes that test fail later with MarkerNotFound.","commit_id":"aa779225f6b475858bd45ff58dd1ac4b61db8e8d"}]}
