)]}'
{"test/unit/proxy/test_server.py":[{"author":{"_account_id":7847,"name":"Alistair Coles","email":"alistairncoles@gmail.com","username":"acoles"},"change_message_id":"299e967e6b6324f6d5200b3404c4649561f1914b","unresolved":false,"context_lines":[{"line_number":340,"context_line":"    def wrapper(*args, **kwargs):"},{"line_number":341,"context_line":"        test_max_file_size \u003d constraints.MAX_FILE_SIZE"},{"line_number":342,"context_line":"        if constraints.MAX_FILE_SIZE \u003e\u003d sys.maxsize:"},{"line_number":343,"context_line":"            test_max_file_size \u003d (2 ** 30 + 2)"},{"line_number":344,"context_line":"        with mock.patch.object(constraints, \u0027MAX_FILE_SIZE\u0027,"},{"line_number":345,"context_line":"                               test_max_file_size):"},{"line_number":346,"context_line":"            return f(*args, **kwargs)"}],"source_content_type":"text/x-python","patch_set":7,"id":"3a961159_3492fbf6","line":343,"updated":"2014-12-16 12:38:32.000000000","message":"just curious why 2**30 + 2 ? not that it matters, anything \u003c sys.maxsize will work i think","commit_id":"bd1ec7f89ce48b7359b97e7c926cc74a43267b2a"},{"author":{"_account_id":7233,"name":"Matthew Oliver","email":"matt@oliver.net.au","username":"mattoliverau"},"change_message_id":"51033a336a14c77a8aa6d860177a6ff71e153bc1","unresolved":false,"context_lines":[{"line_number":3551,"context_line":"        self.assertEquals(resp.headers.get(\u0027x-delete-at\u0027), \u00279876543210\u0027)"},{"line_number":3552,"context_line":""},{"line_number":3553,"context_line":"    @_limit_max_file_size"},{"line_number":3554,"context_line":"    def test_COPY_source_larger_than_max_file_size(self):"},{"line_number":3555,"context_line":"        req \u003d Request.blank(\u0027/v1/a/c/o\u0027,"},{"line_number":3556,"context_line":"                            environ\u003d{\u0027REQUEST_METHOD\u0027: \u0027COPY\u0027},"},{"line_number":3557,"context_line":"                            headers\u003d{\u0027Destination\u0027: \u0027/c/o\u0027})"}],"source_content_type":"text/x-python","patch_set":7,"id":"baa201ad_a92a207c","line":3554,"updated":"2014-10-10 05:34:04.000000000","message":"This is not an issue with your code, but I really don\u0027t like that we have 2 tests named almost identically (COPY vs copy) and almost testing the same thing. \n\nI understand COPY is testing using the COPY request method and copy is testing the exact same thing but with the PUT request method.. still I think the name should either reflect that or merged.\n\nSorry, not your problem, your patch has just highlighted this to me.. this might mean I\u0027ll have to do a test audit.","commit_id":"bd1ec7f89ce48b7359b97e7c926cc74a43267b2a"}]}
