)]}'
{"ironic/tests/unit/api/base.py":[{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"c747a3ce4dfa7aadb5575b6beef0275284aae863","unresolved":true,"context_lines":[{"line_number":115,"context_line":"        )"},{"line_number":116,"context_line":"        print(\u0027GOT:%s\u0027 % response)"},{"line_number":117,"context_line":"        return response"},{"line_number":118,"context_line":""},{"line_number":119,"context_line":"    def put_json(self, path, params, expect_errors\u003dFalse, headers\u003dNone,"},{"line_number":120,"context_line":"                 extra_environ\u003dNone, status\u003dNone, path_prefix\u003dPATH_PREFIX):"},{"line_number":121,"context_line":"        \"\"\"Sends simulated HTTP PUT request to Pecan test app."}],"source_content_type":"text/x-python","patch_set":2,"id":"855c064f_bb2c4553","side":"PARENT","line":118,"updated":"2022-09-20 21:37:34.000000000","message":"I\u0027m not sure we want to nuke these two above prints, as they have been useful for us to do troubleshooting/debugging of api test.","commit_id":"c816f67a64aa78201a429481693f1407f1a53056"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"f1da0e38e5e5db5291e6e1e3526a71c39f148ff6","unresolved":false,"context_lines":[{"line_number":115,"context_line":"        )"},{"line_number":116,"context_line":"        print(\u0027GOT:%s\u0027 % response)"},{"line_number":117,"context_line":"        return response"},{"line_number":118,"context_line":""},{"line_number":119,"context_line":"    def put_json(self, path, params, expect_errors\u003dFalse, headers\u003dNone,"},{"line_number":120,"context_line":"                 extra_environ\u003dNone, status\u003dNone, path_prefix\u003dPATH_PREFIX):"},{"line_number":121,"context_line":"        \"\"\"Sends simulated HTTP PUT request to Pecan test app."}],"source_content_type":"text/x-python","patch_set":2,"id":"e6a9bf30_3abf3b00","side":"PARENT","line":118,"in_reply_to":"2df13f37_59e79e4c","updated":"2023-04-17 14:52:47.000000000","message":"Ack","commit_id":"c816f67a64aa78201a429481693f1407f1a53056"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"3c9837f1f29115025f4ab22ee8e193adb61e6757","unresolved":true,"context_lines":[{"line_number":115,"context_line":"        )"},{"line_number":116,"context_line":"        print(\u0027GOT:%s\u0027 % response)"},{"line_number":117,"context_line":"        return response"},{"line_number":118,"context_line":""},{"line_number":119,"context_line":"    def put_json(self, path, params, expect_errors\u003dFalse, headers\u003dNone,"},{"line_number":120,"context_line":"                 extra_environ\u003dNone, status\u003dNone, path_prefix\u003dPATH_PREFIX):"},{"line_number":121,"context_line":"        \"\"\"Sends simulated HTTP PUT request to Pecan test app."}],"source_content_type":"text/x-python","patch_set":2,"id":"fc2ec0d3_8e578705","side":"PARENT","line":118,"in_reply_to":"855c064f_bb2c4553","updated":"2022-09-21 14:29:53.000000000","message":"Anything we can do to make it optional or quieten it down under normal (i.e. non-CI) situations? As is, it makes it very difficult to figure look at failures without scrolling way back.","commit_id":"c816f67a64aa78201a429481693f1407f1a53056"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"46b93992eca18aeba532e728331f636a82cfe5ee","unresolved":true,"context_lines":[{"line_number":115,"context_line":"        )"},{"line_number":116,"context_line":"        print(\u0027GOT:%s\u0027 % response)"},{"line_number":117,"context_line":"        return response"},{"line_number":118,"context_line":""},{"line_number":119,"context_line":"    def put_json(self, path, params, expect_errors\u003dFalse, headers\u003dNone,"},{"line_number":120,"context_line":"                 extra_environ\u003dNone, status\u003dNone, path_prefix\u003dPATH_PREFIX):"},{"line_number":121,"context_line":"        \"\"\"Sends simulated HTTP PUT request to Pecan test app."}],"source_content_type":"text/x-python","patch_set":2,"id":"2df13f37_59e79e4c","side":"PARENT","line":118,"in_reply_to":"fc2ec0d3_8e578705","updated":"2023-04-17 12:41:53.000000000","message":"The non-ci situations are where I personally find it useful, and we\u0027ve had others remark the same.","commit_id":"c816f67a64aa78201a429481693f1407f1a53056"},{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"c747a3ce4dfa7aadb5575b6beef0275284aae863","unresolved":true,"context_lines":[{"line_number":194,"context_line":"                                   extra_environ\u003dextra_environ,"},{"line_number":195,"context_line":"                                   expect_errors\u003dexpect_errors)"},{"line_number":196,"context_line":"        print(\u0027GOT:%s\u0027 % response)"},{"line_number":197,"context_line":"        return response"},{"line_number":198,"context_line":""},{"line_number":199,"context_line":"    def get_json(self, path, expect_errors\u003dFalse, headers\u003dNone,"},{"line_number":200,"context_line":"                 extra_environ\u003dNone, q\u003dNone, path_prefix\u003dPATH_PREFIX,"}],"source_content_type":"text/x-python","patch_set":2,"id":"37f3134e_6cb90372","side":"PARENT","line":197,"updated":"2022-09-20 21:37:34.000000000","message":"Same for the two above.","commit_id":"c816f67a64aa78201a429481693f1407f1a53056"}],"ironic/tests/unit/api/test_acl.py":[{"author":{"_account_id":11655,"name":"Julia Kreger","email":"juliaashleykreger@gmail.com","username":"jkreger","status":"Flying to the moon with a Jetpack!"},"change_message_id":"c747a3ce4dfa7aadb5575b6beef0275284aae863","unresolved":true,"context_lines":[{"line_number":185,"context_line":"        if assert_dict_contains:"},{"line_number":186,"context_line":"            for k, v in assert_dict_contains.items():"},{"line_number":187,"context_line":"                self.assertIn(k, response)"},{"line_number":188,"context_line":"                # print(k)"},{"line_number":189,"context_line":"                # print(v)"},{"line_number":190,"context_line":"                if str(v) \u003d\u003d \"None\":"},{"line_number":191,"context_line":"                    # Compare since the variable loaded from the"},{"line_number":192,"context_line":"                    # json ends up being null in json or None."}],"source_content_type":"text/x-python","patch_set":2,"id":"02451996_75decd36","line":189,"range":{"start_line":188,"start_character":0,"end_line":189,"end_character":26},"updated":"2022-09-20 21:37:34.000000000","message":"Yeah, I think this is the only one.","commit_id":"de46b3661b4875fa75cc3a98c59457612dd1cb33"}]}
