)]}'
{"test/unit/common/middleware/s3api/test_s3request.py":[{"author":{"_account_id":15343,"name":"Tim Burke","email":"tburke@nvidia.com","username":"tburke"},"change_message_id":"3f0b98c0bb771bb510db07f17c079bd84db0b8dd","unresolved":false,"context_lines":[{"line_number":2109,"context_line":"              \u00270;chunk-signature\u003dok\\r\\n\\r\\n\u0027.encode(\u0027utf8\u0027)"},{"line_number":2110,"context_line":"        wrapped \u003d StreamingInput(BytesIO(raw), 16, set(),"},{"line_number":2111,"context_line":"                                 self.fake_sig_checker)"},{"line_number":2112,"context_line":"        self.assertEqual(b\u0027123456789a\u0027, wrapped.read(10))"},{"line_number":2113,"context_line":"        self.assertEqual(b\u0027bc\\n\u0027, wrapped.read(3))"},{"line_number":2114,"context_line":"        self.assertEqual(b\u0027def\u0027, wrapped.read(4))"},{"line_number":2115,"context_line":"        self.assertEqual(b\u0027\u0027, wrapped.read(2))"}],"source_content_type":"text/x-python","patch_set":1,"id":"64ddee44_bd1aa08c","line":2112,"updated":"2025-04-22 19:30:28.000000000","message":"Right; before we\u0027d fail here with\n```\nE       AssertionError: b\u0027123456789a\u0027 !\u003d b\u0027123456789abc\\ndef\u0027\n```\nbecause we\u0027d try to read *another* 10 bytes from the second chunk, instead of just the *one byte* we needed.","commit_id":"1e806ca917318e2ec19764ffb4dd539d86696e53"}]}
